body {
	background-image: url(../Images/Body/background.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	line-height: 1.5em;
	font-size: 0.8em;
}
#container {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
}

#title {
	position: relative;
	left: 0px;
	top: 0px;
}
#menu {
	background-image: url(../Images/Menu/background.png);
	height: 24px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: top;
	line-height: 16px;
	font-variant: small-caps;
	background-position: center center;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	top: 0px;
	left: 0px;
	width: 924px;
}

#menu a:link {
	text-decoration: none;
	color: #FFFFFF;

}
#menu a:hover {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
#menu img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: inherit;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
