body {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg_01.png) no-repeat top left;
	font: 14px/1.3 Arial, Arial, Helvetica, sans-serif;
	color: #000;
	}

#container {
	width: 420px;
	margin: 100px 73px;
	}

h1 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.1;
	}

h2 { color: #F00; }

h3 {
	font-size: 16px; text-transform: uppercase;
	margin: 35px 0 10px 0;
	}

a { text-decoration: none; color: #F00; }
a:hover { text-decoration: underline; }

.clear { clear: both; height: 0; line-height: 0; }

#header {
	height: 56px;
	padding: 10px;
	width: 400px;
	background-color: #000;
	margin-bottom: 100px;
	}

#mainContact {
	position: absolute;
	top: 100px;
	left: 494px;
	width: 180px;
	height: 56px;
	padding: 10px;
	background-color: #404041;
	color: #BBBDBF;
	} #mainContact a { color: #BBBDBF; text-decoration: none; }
	#mainContact a:hover { color: #F00; }

#content {
	padding: 10px;
	}

#content p { margin-bottom: 10px; }

#content a img { border-top: 3px solid #58595B; border-bottom: 7px solid #58595B; }
#content a:hover img { border-top: 3px solid #F00; border-bottom: 7px solid #F00; }

.caption { font-size: 12px; background-color: #E6E7E8; padding: 5px; font-style: italic; }

.section { position: relative; }
.section .mnu {
	width: 190px;
	position: absolute;
	top: 0; right: -220px;
	}

.section .mnu li { font-size: 10px; text-transform: uppercase; text-align: right; }

.section .mnu li span {
	display: block;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	}

.section .mnu li a {
	display: block;
	color: #666;
	padding: 5px;
	} .section .mnu li a:hover { color: #F00; text-decoration: none; }

.imageBlock { margin-bottom: 15px; }

.imageBlock a {
	display: block;
	float: left;
	margin-right: 15px;
	}

.imageBlock a.last {
	margin-right: 0;
	}

#content .imageBlock a img {
	border: 1px solid #58595B;
	} #content .imageBlock a:hover img { border: 1px solid #F00; }