*{margin:0;padding:0;}
body{
	background: url('/images/bg.gif') repeat-x;
	color:#999;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}
#header{
	margin:0 auto;
	width:1000px;
	background: url('/images/head.jpg') 505px 104px no-repeat;
	padding:0;
}
#head-row-1{
	height:20px;
}
#head-row-2{
	width:100%;
	height:112px;
	text-align:right;
	overflow:hidden;
	font-family:"Trebuchet MS";
}
#logo{
	float:left;
	width:385px;
	height:100px;
	background: url('/images/logo.png') 0 20px no-repeat;
}
#logo h1 a{
	display:block;
	margin: 25px 0 0 75px;
	color:#0EB6FC;
	font-size:30px;
	text-decoration:none;
}
#logo p{
	font-size:14px;
}
#menu ul{
	margin:30px 0 0 0;
	padding:0;
	list-style-type: none;
}
#menu li{
	display:inline;
}
#menu a{
	font-size:18px;
	margin-left:10px;
	text-decoration: none;
	color:inherit;
}
#menu a:hover{
	color:#0EB6FC;
}
#head-row-3{
	color:#454747;
	font-size:15px;
	height:387px;
	line-height:22px;
	overflow:hidden;
	padding:0 556px 0 0;
}
#head-row-3 p{
	margin-top:60px;
}
#center{
	width:100%;
	margin:0 auto;
	background: #D3D4D4 url('/images/bg-cont.gif') repeat-x;
}
#wrap{
	width:1000px;
	margin:0 auto;
}
#sidebar{
	float:left;
	width:250px;
}
#sidebar ul {
	margin:10px;
	padding:5px;
	background-color:#fff;
	list-style-type: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sidebar a{
	display:block;
	margin:5px 20px;
	padding:5px;
	font-size:14px;
	color:#0EB6FC;
	text-decoration:none;
	border-bottom:1px dashed #999;
}
#sidebar a:hover{
	color:#000;
	border-bottom:1px dashed #000;
}
#content{
	float:left;
	width:750px;
	text-align:justify;
}
#cwrap{
	margin:10px;
	padding:5px;
	background-color:#fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#content h2{
	margin:10px;
	color:#0EB6FC;
}
#cwrap p,#cwrap ul{
	margin:5px 15px;
}
#footer{
	clear:both;
	padding-top:10px;
	text-align:center;
	font-size:.8em;
}
.clear{
	clear:both;
	height:1px;
}
.sim-wrap{
	float:left;
	width:230px;
	margin:10px;
}
.sim-wrap h3{
	background-color: #0EB6FC;
	padding:8px 5px;
	color:#fff;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.sim-wrap h3 a {
	color:#fff;
}
.sim-wrap p{
	text-align:justify;
	background-color: #fff;
	padding:8px 5px;
	-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
a.right{
	display:block;
	float:right;
}
