/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	background:#6e706a url(images/bg.gif) repeat-y;
	color:#dddcdc;
	font-family:"Verdana", Arial, Helvetica;
	font-size:12px;
	line-height: 17px;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#4f8aa1;
}
a:hover {
	text-decoration:underline;
	color:#4f8aa1;
}
h2 {
	font-size:18px;
}
h5 {
	font-size:14px;
}
.blue {
	color:#4f8aa1;
	}

#container {
	margin-top:0px;
	margin-left:0px;
	width:1005px;
	background:url(images/background.jpg) no-repeat;
	height:auto;
}

#header { 
	height:150px;
}

#nav {
	margin-top:4px;
	height:30px;
	padding-left:290px;
	width:660px;
}
#nav a:link, #nav a:visited,#nav a:active {
	display:block;
	float:left;
	padding-top:12px;
	width:109px;
	height:18px;
	color:#DDDCDC;
	text-decoration:none;
	background:#43443C url(images/button.gif) no-repeat;
	text-align:center;
	margin-right:4px;
}

#nav a:hover {
	display:block;
	padding-top:12px;
	width:109px;
	height:18px;
	color:#FFFFFF;
	text-decoration:none;
	background:#43443C;
	text-align:center;
}

#mbody {
	width: 894px;
	margin-left:69px;
	margin-top:31px;
}

#box {
	float:left;
	width:298px;
	text-align:center;
	margin-top:12px;
	margin-bottom:12px;
	height:auto;
}
#box img {
	border: #DDDCDC medium double;
}
#text {
	clear:both;
	width:894px;
}
#text img {
	border: #DDDCDC medium double;
}
#flash {
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:300px;
	border: #DDDCDC medium double;
}

#footer {
	height:15px;
	padding-top:45px;
	width: 894px;
	margin-left:69px;
	font-size:10px;
	color:#6f706a;
	text-align:right;
	clear:both;
}