* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	}

body {
	background: #e0e2e6;
	color:#58585a;	
	font:normal 14px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
a {
	color:#003a81;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.hidden, p.addr {
	position: absolute;
	left:-9999px;
	}
	
strong, b {
	font-weight: bold;
	}
	
img {
	display: block;
	}

#global {
	width:964px;
	padding-left:4px;
	margin:0 auto;
	background:url(../media/shadow_left.jpg) repeat-y left top #fff;
	}
	
#wrap {
	background:url(../media/shadow_right.jpg) repeat-y right top #fff;
	padding-right:4px;
	}
	
#head {
	position: relative;
	border-top:5px solid #981327;
	border-bottom:1px solid #fff;
	padding-top:47px;
	}
	
#head ul {
 	position: absolute;
 	right:25px;
 	top:18px;
	}
	
#head li {
	list-style-type: none;
	display: inline;
	float:left;
	font-size:11px;
	line-height: 1;
	}
	
#head li:first-child {
	background:url(../media/divider.gif) no-repeat right center;
	padding-right:10px;
	margin-right:10px;
	}
	
h1 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../media/logo.png) no-repeat left top;
	width:425px;
	height:93px;
	position: absolute;
	left:40px;
	top:0;
	}
	
h1 a {
	width:425px;
	height:93px;
	display: block;
	}
	
h2 {
	color:#333;
	font-size:28px;
	padding-bottom:20px;
	}
	
h3 {
	color:#333;
	font-size:20px;
	padding-bottom:20px;
	}	
	
p {
	padding-bottom:20px;
	}
	
#content {
	min-height: 370px;
	width:600px;
	padding:35px 270px 35px 90px;
	background:url(../media/back_content.gif) no-repeat right bottom;
	}
	
#content ul, #content ol {
	padding-bottom:20px;
	}
	
#content li {
	margin-left:17px;
	}
	
#footer {
	width:900px;
	padding:15px 34px;
	margin:0 auto 100px auto;
	font-size:11px;
	background:url(../media/shadow_footer.jpg) no-repeat left top;
	line-height: 1;
	}
	
#footer p {
	float:left;
	width:500px; 
	}
	
#footer ul {
 	float:right;
	}
	
#footer li {
	list-style-type: none;
	display: inline;
	float:left;
	}
	
/* 
#footer li:first-child {
	background:url(../media/divider.gif) no-repeat right center;
	padding-right:10px;
	margin-right:10px;
	}
 */