@charset "utf-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #dfe0ca;
}

#container {
	width: 970px;
	min-height: 500px;
	margin: 0 auto; 
	position: relative;
	background-color: #FFF;
}

#header {
	height: 137px;
	width: 969px;
}

#menu {
	background-image: url(../gfx/menu_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 969px;

	
}

#menu a:link {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	text-decoration: none;
	color: #FFF;
}

.menu-active {
	color: #afb5ff;
	font-weight: bold;

}

#main {
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	width: 969px;
	min-height: 350px;

}

#main a {
	color: #2d49da;
	font-weight: bold;
	text-decoration: none;
}

#main a:visited {
	color: #2d49da;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #2d49da;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
	background-image: url(../gfx/footer.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 966px;
}

H1 {
	font-size: 14px;
	color: #e22e31;
	font-weight: bold;
}

H2 {
	font-size: 12px;
	color: #e22e31;
	font-weight: bold;
}

H3 {
	font-size: 12px;
	color: #e22e31;
	font-weight: bold;
}