body {
	background-color: #F0F0F0;
	color: #000;
	font-family: tahoma, sans-serif, 'helvetica ce';
	font-size: 9pt;
	text-align: center;
}

img {
	border: 0px;
}

#main {
	position: relative;
	top: 20px;
	text-align: left;
	width: 723px;
	background: #FFF url(../imgs/back.png) repeat-y;
	margin: auto;
}

#logo {
	position: relative;
	height: 149px;
	width: 723px;
	background: #AECFD3 url(../imgs/top.png) top left no-repeat;	
}

#menu {
	margin-left: 20px;
	width: 686px;
	height: 21px;
	background: #AFD0D4;
} 

#menu ul {
	margin: 0px;	
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu ul li a {
	color: #FFF;
	text-decoration: none;  
	padding: 2px 15px 0px 15px;
	display: block;
	float:left;
	height: 20px;
}

#menu ul li a:hover {
	color: #000;
	background-color: #F0F6F7;
}

#content {
	padding: 0px 25px; 
	_padding: 0px 20px; 	
}

div.panel {
	float: left;
	background-color: #E2EFF1;
	margin: 5px;
	width: 662px; 	
}

div.panel .title {
	background: #AECFD3 url(../imgs/titleback.gif) no-repeat top right;
	color: #FFF;
	font-weight: bold;
	padding: 3px;
}

h1 {
	margin:0px;
}

h1 a {
	color: #FFF;
	overflow:hidden;
	width:723px; height:149px;
}

h1 a span {
   display:block;
   position:absolute; left:0; top:0; z-index:1;
   width:723px; height:149px;
   margin:0; padding:0;
   background:url("../imgs/top.png") top left no-repeat;
   cursor:pointer;
}

h2 {
		font-size: 9pt;
		margin: 0px;
}

div.half {
	width: 326px;
}

div.panel .footer {
	background-color: #AECFD3;
	height: 3px;
	font-size: 1px;
	clear: left;
}

div.panel img {
	border: 1px solid black;	
	vertical-align: top;
	margin: 8px;
	float: left;
}

div.panel p {
	font-size: 8pt;
	margin: 5px;
}

div.panel div.design {
	float:left; 
	width:50%;
}

div.panel .spliter {
	border-top: 1px solid white;
	clear: left;
	height: 0px;
	font-size:0px;
	margin: 0px;
	display: block; 
}

div.panel a {
	color: #000;
	font-weight: bold; 
}

#bottom {
	margin-top: 5px; 
	clear: both;
	background: #FFF url(../imgs/bottom.png) no-repeat;
	font-size: 5pt;
	color: #AECFD3;
	text-align: right;
	height: 28px;
	padding-right: 30px;
}

a {
	color: #EEE;
}
