body {
	background: url('images/body.jpg') repeat-x;
	font: 12px Tahoma;
	margin: 0;
	padding: 0;
}

a { color: #0e5b94; text-decoration: none; }
a:hover { color: #043b62; text-decoration: underline; }

#wrap {
	width: 881px;
	height: auto;
	background: url('images/header.jpg') no-repeat;
	margin:0 auto;
}

#header {
	width: 881px;
	height: 43px;
	padding-top: 56px;
}

#nav {
	width: auto;
	height: 41px;
	float: right;
	margin-right: 20px;
}

#nav a {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border-right: 1px solid #07436f;
	border-left: 1px solid #0d578d;
	padding-top: 11px;
	padding-bottom: 14px;
	text-decoration: none;
	display: block;	
	float:left;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: url('images/hover.jpg') repeat-x;
}

#content {
	width: 765px;
	height: auto;
	float: right;
	margin-top: 10px;
}

#lastworks {
	width: 765px;
	height: auto;
}

#lastworks .item {
	padding: 3px;
	background: #0c3a62;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	float:left;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

#lastworks .item img { border: 1px solid #fff; padding: 2px; margin-bottom: 4px; }
#lastworks .item:hover { background: #1e5481; text-decoration: none; color: #fff; }

#main {
	margin-top: 15px;
	height: auto;
	width: 765px;
}

#right {
	width: 166px;
	height: auto;
	float: right;
	margin-right: 28px;
	font-size: 10px;
}

#sidebar {
	width: 166px;
	height: auto;
	background: url('images/subcontent.jpg') repeat-x #0f5d96;
	font-size: 11px;
	color: #fff;
	padding: 7px;
	margin-bottom: 5px;
}

#sidebar a { color: #94c7ec; text-decoration: none; }
#sidebar a:hover { color: #94c7ec; text-decoration: underline; }

#left {
	width: 547px;
	height: auto;
	float: left;
}

#left h1 {
	color: #0e5b93;
	font-size: 18px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left h2 {
	color: #0e5b93;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 6px;
}

.paging a {
	padding: 4px;
	background: #083c62;
	color: #fff;
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	
}

.paging .not {
	padding: 4px;
	background: #c1d7e7;
	color: #95b0c4;
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	
}

.paging .not:hover {
	padding: 4px;
	background: #c1d7e7;
	color: #95b0c4;
	float: left;
	display: block;
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	
}

.paging a:hover {
	background: #185079;
	color: #fff;
	text-decoration: none;
}



#sidebar .news {
	margin-bottom: 10px;
	display:block;
}

#sidebar h1 {
	color: #a1c1d8;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}
#sidebar h2 {
	font-size: 10Px;
	color: #4c7996;
	margin: 0;
	padding: 0;
}

#sidebar .news a {
	color: #a1c1d8;
	font-weight: bold;
	text-decoration: none;
}
#sidebar .news a:hover {
	color: #bdd8eb;
	text-decoration: underline;
}

#footer {
	width: 765px;
	height: 70px;
	background: url('images/footer.jpg') repeat-x;
	text-align: center;
	font-size: 11px;
	padding-top: 19px;
	border-top: 1px solid #b7c6d3;
	margin-top: 20px;
}
