/* CSS main */

body{
	background-image:url(../images/background.jpg);
}

#wrapper{
	margin:auto;
	width:760px;
}

#header{
	width:760px;
	height:280px;
	background:#000000;
}

#bannerTop{
	margin-bottom:5px;
	width:740px;
	background:#E4E4E4;
}

#innerTop{
	font-size:0;
}

#content{
	width:760px;
	background:#FFFFFF;
	background-image:url(../images/dotted_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}

.padd10{
	padding:10px;
}

.clear{
	clear:both;
}

#contentL{
	float:left;
	width:530px;
	background:#E4E4E4;
}

#innerL{
	background:#FFFFFF;
	padding-bottom:10px; /* Fix IE7 */
}

#contentR{
	float:right;
	width:205px;
	background:#E4E4E4;
}

#innerR{
	font-size:0;
}

#footer{
	margin-top:50px;
}

#footer #logo{
	float:left;
	text-align:bottom;
	position:relative;
	bottom:-16px;
}

#footer #cdnlogo{
	float:right;
	text-align:bottom;
}



#footer #menuBottom{
	text-align:center;
}

#footer #menuBottom, #footer #menuBottom a{
	font-family:Tahoma;
	font-size:11px;
	color:#333333;
	text-decoration:none;
}

#copyright{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#copyright li{
	display:inline;
}
