/* CSS Document */

body {
	background-color:#2e2625;
	font-size:11px;
	line-height:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	color:#000;
	text-align:center;
	}

html {
	min-height:100.1%;
	}
	
/* CUSTOM CLASSES */
.inside {
	width: 900px;
	margin:0px auto;
	}
.mainbox {
	height:600px;
	background-image:url(Images/main_001.jpg);
	border-style: solid;
	border-color:#000000;
	border-width: 4px;
}
.clear {
	clear:both;
	}

.LeftOfMenu {
	width: 538px;
	float:left;
}
.menu {
	float:left;
	margin-top: 207px;
	/*margin-right: 113px;*/
	width: 240px;
	height: 185px;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding-top: 32px;
	
}

.menu a:link {
	color: #000000;
	text-decoration: none;

}
.menu a:visited {
	color: #000000;
	text-decoration: none;
}

.menu a:active {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.menu li {
		margin: 0 0 0 0;
		padding: 0 0 35px 0;
		list-style:none;
}

	
#Page {
	margin-top: 30px;
	background-color:#2e2625;
}


/* Footer */

#footer {
	clear:both;
		margin: 50px 0 0 auto;
	padding: 0px 0px 10px;
	text-transform:uppercase;
	background-color: #2e2625;
	}

#footer li {
	text-align:center;
	font-size:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#ccc;
	}
#footer ul {
	margin: 0 0 0 0;
	padding-bottom: 10px;
}
#footer a:link {
	color:#999;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color:#fff;
	text-decoration: underline;
	}
