body{
background-color:#333333;
margin:0;
height:100%;
}

.maincontainer{
height:100%;
}

.sidemenu{
width:250px;
}

.divider{
	width:1px;
	height:inherit;
	position:absolute;
	left:250px;
	top: 0px;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	min-height:1000px;
}

.maincontent{
	left:251px;
	top:0px;
	position:absolute;
}

.contact{
border:none;
}

a.image img{
border: none;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

a.image:hover img{
border: none;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

.title{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
margin-bottom:2px;
}

.c1{
margin-top:2px;
font-family:Arial, Helvetica, sans-serif;
color:#DDDDDD;
font-size:11px;
}

.content{
margin-left: 20px;
}