@charset "utf-8";
/*REGULAR HTML TAGS*/
body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(images/black_texture.jpg);
	background-attachment: fixed;
	background-repeat: none;
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

legend {
	font-size: 12px;
	font-weight: bold;
	background-color: #986D6A;
	margin: 2px;
	padding: 2px;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #eeeeee;
	padding-top: 15px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #eeeeee;
}

hr {
	color: #786474;
	background-color: #786474;
	width:530px;
} 
a {
	font-weight: normal;
	color: #89696F;
}
a:hover {
	color: #eeeeee;
}
a:visited {
	color: #cccccc;
}



#container {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 100px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
} 

#main {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-image: ;
	background-repeat: no-repeat;
} 

#maincontent {
    margin-left: 120px;
	margin-right: 120px;
	margin-top: 5px;
	height: auto;
	line-height: 2;
} 
#maincontent_inside {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	height: auto;
}


 
/*footer classes */


#footer {
	width:630px;
	height:37px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer {
	float: right;
	margin: 0;
	padding: 0;
}

#footer .highlight, #footer a:hover
{
	color: #eeeeee;
	text-decoration: none\\;
}

#footer a {
	
	display: block;
	height: 37px;
	padding-left: 10px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: x-small;
}

#footer a span.text {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
}



/*MENU CLASSES*/

#menu {
	width:750px;
	height:37px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	float: right;
	margin: 0;
	padding: 0;
}

#menu .highlight, #menu a:hover
{
	color: #eeeeee;
	text-decoration: none\\;
}

#menu a {
	display: block;
	height: 37px;
	padding-left: 10px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: x-small;
}

#menu a span.text {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
}
