@charset "utf-8";
/* CSS Document */

body {
	background: url(img/pattern.png) repeat;
	text-align: center;
}

strong {
	font-weight: bold;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}

fieldset {
	outline: thin;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	padding-bottom: 10px;
}


#main-container {
	width: 882px;
	margin: auto;
}

#header {
	width: 882px;
	height: 257px;
	background: url(img/banner.jpg);
}


#topmenu {
	margin-right: 40px;
}

#topmenu ul li {
	float: right;
	width: auto;
}

#topmenu ul li a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	color: #000000;
}

#topmenu ul li a:hover{
	background: url(img/but-hover.png) repeat-x;
	text-decoration: none;
	color: #000000;
}

#sub-main-container {
	width: 882px;
	background: url(img/pattern-big.png) repeat-y;
}

#main-content {
	margin: auto;
	width: 842px;
	background: url(img/banner2.jpg) top center no-repeat #fff;
}

#main-menu {
	width: 132px;
	float: left;

	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: -0.05em;
	
}

#main-menu a {
	display: block;
	padding-right: 5px;
	
	text-decoration: none;
	color: #333333;
}

#main-menu a:hover {
	text-decoration: none;
	color: #840C15;
}

.hiddenMenu a {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #999999 !important;
}

.hiddenMenu a:hover {
	color: #840C15 !important;
}

#text-content {
	width: 470px;
	float: left;
	background: url(img/v-shadow.gif) top left no-repeat;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.6em;
	color: #333333;
}

#text-content a {
	color: #840C15;
	text-decoration: none;
}

#text-content a:hover {
	color: #840C15;
	text-decoration: underline;
}

#text {
	margin: 5px 30px 0px 40px;
	min-height: 600px;
}

#text fieldset{
	text-align: left;
}


#adzone {
	width: 180px;
	margin:  0px 23px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: -0.05em;
}

#adzone img {
	border: none;
}

#adzone a {
	display: block;
	margin-bottom: 5px;
}

#bottom {
	width: 842px;
	height: 181px;
	background: url(img/banner_bottom.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: left;
}

#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #333333;
	text-align: left;
	text-decoration: none;
	display: inline-block;
}

#bottom a:hover {
	background-color: #CC0000;
	text-decoration: none;
}

#bottom a span {
	display: inline-block;
	padding: 3px;
}