body{
	margin:0;
	padding:0;
	font:12px Verdana, Arial, Sans-serif;
	color:#000;
	background-color: #1c165c;
}
ul{margin:0;padding:0;list-style:none;}
img{border:none;display:block;}
a{outline:none;color:#000;font-weight:bold;text-decoration:none;}
a:hover{text-decoration:underline;}
h2{font:normal 17px Verdana;}
h3{font:normal 14px Verdana;}
#main{
	margin:0 auto;
	width:802px;
	background:#1c165c url(../img/bg-main.gif) no-repeat 16px 16px;
	overflow:hidden;
	padding:29px 0 9px;
}
#main .page{
	margin:0 auto 0;
	width:770px;
	background:#1c165c;
	overflow:hidden;
	background:url(../img/bg-page.png) repeat-y 100% 0;
}
#main .page-bottom{
	margin:0 auto;
	width:770px;
	background:url(../img/bg-page-bottom.gif) no-repeat 0 100%;
	padding:0 0 13px;
	overflow:hidden;
}
/*header*/
#header{
	width:767px;
	overflow:hidden;
	background:#c0cfb6 url(../img/bg-header.gif) no-repeat 0 100%;
	padding:0 0 3px;
	margin:-13px 0 0;
}
#header img{
	float:right;
}
#header h1{
	background:url(../img/logo.gif) no-repeat 0 0;
	margin:37px 0 0 25px;
	width:253px;
	height:47px;
	float:left;
	display:inline;
}
#header h1 a{
	width:253px;
	height:47px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	float:left
}
#menu{
	width:531px;
	background:#738a60;
	float:left;
	padding:5px 0 5px 11px;
	margin:30px 0 0;
}
#menu li{
	float:left;
	width:62px;
	text-align:center;
	margin:0 44px 0 0;
	display:inline;
}
#menu li a{
	color:#fff;
}
/*content*/
#content{
	width:767px;
	overflow:hidden;
	background:#fff url(../img/bg-content.gif) repeat-y 0 3px;
	}
#content-left{
	width:544px;
	float:left;
/*	background:#fff url(../img/bg-content-left.gif) no-repeat 100% 60px; */
}
#content-left p{
	margin:30px 45px 20px 24px;
	font-size:14px; 
/* 	color:#738a60; */
}
#content-left .block{
	width:514px;
	overflow:hidden;
	background:url(../img/bg-block.png) repeat-y 0 0;
	padding:0 0 10px 22px;
}
#content-left .block ul.inner{
	width:470px;
	margin:0;
}
#content-left .block ul.inner li{
	float:left;
	padding:18px 4px 11px 25px;
	background:#1c165c;
}
#content-left .block ul.inner .img{
	background:#1c165c;
	padding:18px 23px 11px 25px;
} 
#content-left .block ul.inner-text li{
	float:left;
	width:118px;
	margin:17px 9px 0 25px;
	display:inline;
	font-size:10px;
}
#content-left .block ul.inner-text li span{
	color:#5c1632;
	float:left;
	width:118px;
}
#content-left .block-top{
	width:454px;
	height:30px;
	overflow:hidden;
	background:url(../img/bg-block-top.png) no-repeat 0 0;
	padding:23px 60px 0 22px;
}
#content-left .block-top span{
	float:right;
	color:#5c1632;
	margin:8px 30px 0 0;
}
#content-left .block-top span a{
	color:#5c1632;
}
#content-left .block-bottom{
	width:536px;
	overflow:hidden;
	height:59px;
	background:url(../img/bg-block-bottom.png) no-repeat 0 100%;
}
#content-left ul.bottom{
	overflow:hidden;
	margin:0 0 0 36px;
	float:left;
	display:inline;
}
#content-left ul.bottom li{
	background:url(../img/bg-bottom-li.gif) no-repeat 0 3px;
	float:left;
	font-size:9px;
	padding:0 13px;
	margin:0 0 0 -5px;
}
#content-right{
	width:155px;
	float:right;
	padding:10px 32px;
}
#content-right h5{
	font-size:10px;
	color:#5c1632;
	margin:0;
}
#content-right ul.sidebar{
	width:150px;
	font-size:10px;
	margin:15px 0 0;
}
#content-right ul.sidebar li{
	margin:0 0 3px;
}
#content-right ul.sidebar span{
	color:#1c165c;
}

/* additions */

#content-left h2{
	margin:30px 45px 20px 24px;
	font-weight:bold;
	color:#738a60;
}
#content-left h3{
	margin:30px 45px 20px 24px;
	font-weight:bold;
	color:#1c165c;
}
#content-left ul{
	margin:30px 45px 20px 24px;
	font-size:14px;
}
#content-left ul.inner-text{
	margin:0;
}
#content-left a {
	color: #1c165c;
	font-weight: normal;
	text-decoration: underline;
}
#content-left a * {
	text-decoration: underline;
}
#content-left a:hover {
	color: #5c1632;
}
