body {

	background:url(images/bg.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin:0px; 
	padding:0px;
	text-align:center;
	}


#head{
	margin: 0 auto;
	background:url(images/head.png);
	width:800px;
	height:120px;

	}


#top-content-shaddow {
	width:800px;
	margin:0px auto;
	text-align:left;
	background:url('images/top-content-shadow1.png');
	height:60px;
	}
#tabs{width:750px;margin-left:25px;margin-top:19px;text-align:center;}
#tabs ul{margin:0px;list-style:none;}
#tabs li{display:inline;margin:0px;padding:0px;width:187.5px;background:url('images/tab.png');font:bold 12px verdana; line-height:24px;}
#tabs li#selected {display:inline;margin:0px;padding:0px;width:187.5px;background:url('images/tab-on.png');font:bold 12px verdana; line-height:24px;}
#tabs a {color:#04a5e2;text-decoration:none;}
#tabs#selected a {color:#1d6d8b;text-decoration:none;}
#tabs a:hover {color:#1d6d8b;text-decoration:none;}
#Content {
	width:800px;
	margin:0px auto;
	text-align:left;
	background:url(images/content.png);
	}
#left{
	float:left;
	margin:0 0 0 25px;
	width:165px;
	text-align:left;
	/*border:solid 1px #ccc;*/
	}
#left-text{
	font:12px arial;
	padding:5px;
	text-align:left;
	}
#left-box{
	border:1px solid #04a6e4;
	width:160px;
	padding:2px;
	}
#right{
	float:right;
	margin:0 30px 0 10px;
	width:550px;
	text-align:left;
	/*border:solid 1px #ccc;*/
	}
#right-text{
	font:12px arial;
	padding:5px;
	text-align:left;
	}
#pic-box{
	height:350px;
	}

#end-site{
	width:800px;
	margin:0px auto;
	text-align:left;
	background:url(images/bot-content.png);
	background-repeat: no-repeat;
	height:40px;
	}
#foot{width:750px;margin-left:25px;text-align:center;border-top:1px solid #04a6e4;font:11px tahoma}