@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E4E4E6;
	font: tahoma;
	font-size: 13px;
}
#footer {
	clear: both;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#Container {
	margin: auto;
	width: 790px;
}
#HeaderContainer {
	height: 100px;
	text-align: right;
}
#Container #HeaderContainer img {
	padding-top: 10px;
}
#Menu {
	height: 60px;
	text-align: center;
	padding-top: 20px;
}
#Menu li {
	display: inline;
	color: #fff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#Container #Menu ul {

}
#Menu a , #Menu a:visited{
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
}
#Menu a:hover {
	width: 150px;
	padding-right: 15px;
	padding-left: 15px;
	color: #999;
	text-decoration: none;
}
p  {
	font-family: tahoma;
	color: #333;
}
#footer p {
	color: #999;
}

#Content img {
	margin: 5px;
}
.ImgFloatRight {
	float: right;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	font-family: Verdana;
	color: #85191C;
	margin: 0;
	text-transform: uppercase;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	font-family: Verdana;
	color: #85191C;
	margin: 0;
	clear: both;
}
#footer a, #footer a:visited {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
.ImgFloatLeft {
	float: left;
}
