body {
	background-color : #3F3F3F;
	font-family : Tahoma, Arial, Helvetica;
	font-size : 11px;
	text-align : center;
	color : #FFFFFF;
	background-image : url(images/background.gif);
	background-repeat : no-repeat;
}

a {
	color : #FFFFFF;
	text-decoration : underline;
}

a:visited {
	color : #FFFFFF;
	text-decoration : underline;
}

a:hover {
	color : #464646;
	text-decoration : none;
}

a:active {
	color : #464646;
	text-decoration : none;
}

#PageContainer {
	width : 900px;
	margin-left : auto;;
	margin-right : auto;
	margin-top : 0px;
	background-color : #333333;
	text-align : center;
}

#Header {
	height : 100px;
	width : 900px;
	text-align : left;
}

#Menu {
	height : 100px;
	text-align : left;
	padding-right : 25px;
	float : right;
}

a.menu {
	color : #FFFFFF;
	text-decoration : none;
	font-size : 24px;
}

a.menu:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.menu:hover {
	color : #464646;
	text-decoration : underline;
}

a.menu:active {
	color : #464646;
	text-decoration : underline;
}

#dots {
	color : #660000;
	font-size : 24px;
	padding-left : 10px;
	padding-right : 10px;
}

#Image {
	height : 300px;
}

#Content {
	width : 800px;
	color : #FFFFFF;
	padding : 50px 20px 50px 20px;
	text-align : justify;
	line-height : 20px;
}

td {
	color : #FFFFFF;
}

a.td {
	color : #FFFFFF;
	text-decoration : none;
}

a.td:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.td:hover {
	color : #464646;
	text-decoration : underline;
}

a.td:active {
	color : #464646;
	text-decoration : underline;
}

h1 {
	color : #FFFFFF;
	font-size : 14px;
	font-weight : normal;
}

#Footer {
	width : 880px;
	height : 25px;
	background-color : #464646;
	padding-left : 20px;
	text-align : left;
	line-height : 25px;
	color : #FFFFFF;
	font-size : 10px;
	clear : both;
}

a.footer {
	color : #FFFFFF;
	font-size : x-small;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	font-size : x-small;
	text-decoration : none;
}

a.footer:hover {
	color : #660000;
	font-size : x-small;
	text-decoration : underline;
}

a.footer:active {
	color : #660000;
	font-size : x-small;
	text-decoration : underline;
}