* {margin:0; padding:0;}

body {
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #999 url("../img/bg.png") 0 0 repeat-x;
}

#header, #banner, #container, #footer { margin: 0 auto; width:700px;}

a {
	color: #333;
}
a:hover {
	text-decoration:none;
	color: #7CC23C;
}








#header {
	height: 115px;
	background: #333 url("../img/bg-header.png") 0 0 repeat-x;	
}
#header h1 a {
	width: 237px; height: 115px;
	display: block;
	float: left;
	background: #006CC9 url("../img/logo.jpg") 0 0 no-repeat;	
	text-indent: -9000px;
}
#header h1 a:hover, #banner h2 a:hover, #box-green a:hover, #box-job a:hover {
	background-position: bottom;
}
#header ul {
	list-style-type: none;
	float: right;
	margin: 80px 5px 0 0;
}
#header li {
	display: inline;
	margin-left: 6px;
	padding: 0 3px;
}
#header a {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #7CC23C;
}


#banner {
	height: 190px;
	background: #fff url("../img/bg-banner.jpg") 0 0 no-repeat;
}
#banner h2 a {
	float: right;
	display: block;
	width: 248px; height: 190px;
	background: #73B438 url("../img/banner-formular.jpg") 0 0 no-repeat;
	margin:0; padding: 0;
	text-indent: -9000px;
	border-left: 2px solid #333;
}
#banner-txt {
	float: right;
	width: 173px; height: 115px;
	display: block;
	margin: 40px 20px 0 0;
	background: url("../img/banner-txt.png") 0 0 no-repeat;
	text-indent: -9000px;
}



#container {
	background: #EFEFEF url("../img/bg-container.png") 0 0 repeat-y;
	border-top: 2px solid #999;
	min-height: 304px;
}
#sidebar {
	width: 248px;
	float: right;
}
#box-blue, #box-red, #box-green a, #box-job a {
	width: 248px; height: 100px;
	display: block;
	text-indent: -9000px;
}
#box-blue {
	background: #006CC9 url("../img/box-blue.png") 0 0 no-repeat;	
	border-bottom: 2px solid #4E4E4E;
}
#box-red {
	background: #006CC9 url("../img/box-red.png") 0 0 no-repeat;	
	border-bottom: 2px solid #4E4E4E;
}
#box-green a {
	background: #006CC9 url("../img/box-green.png") 0 0 no-repeat;	
}
#box-job a {
	background: #85CE43 url("../img/box-job.png") 0 0 no-repeat;	
}


#content {
	margin: 0 250px 0 0;
	text-align: left;
	padding: 10px 20px;
}
#content h1 {
	color: #0081D4;
	font-size: 36px;
	background: url("../img/bullet.png") 0 40% no-repeat;
	padding-left: 30px;
}
#content h2 {
	color: #7CC23C;
	font-size: 24px;
}
#content p {
	margin: 10px 0; padding-left: 10px;
	border-left: 5px solid #0081D4;
}
#content ul {
	list-style-type: square;
	margin: 10px 0 10px 15px;
}
#content ol {
	margin: 10px 0 10px 25px;
}





#footer {
	background: #333 url("../img/bg-footer.png") 0 0 repeat-x;
	border-top: 2px solid #999;
	clear: both;
	height: 50px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer p {
	float: left;
	margin: 16px;
}