﻿body {
	 background-color:  #030303;
	 background-image: url(images/background.jpg);
	 background-position: center ;
	 background-repeat: no-repeat;
	 margin: 0px 0px 0px;
}


#containertop {
	background-color: #DCDCDC;
	background-image: url(images/border.jpg);
	background-position: center;
	background-repeat: repeat;
	border-top-width: 0px;
	border-bottom-color: #DCDCDC;
	border-bottom-style: solid;
	border-bottom-width: 50px;
	margin: 0px auto 0px;
}


#containerbottom {
	background-color: #DCDCDC;
	width: 950px;
	margin: 0px auto 0px;
}


#containerinner {
	background-color: #DCDCDC;
	width: 950px;
	margin: 0px auto 0px;
}


#header {
	font-size: 1.5em;
	width: 850px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	margin: 0px auto 0px;
	padding: 1px 0px 1px;
	text-align:center;
}

#header A:link {color: #FFF; text-decoration: none;}

#header A:visited {color: #FFF; text-decoration: none}

#header A:hover {color: #FFF; text-decoration: none}

#header A:active {color: #FFF; text-decoration: none}


#picture {
	width:700px;
	margin: 0px auto 0px;
	border-top-color:  #292421;
	border-top-style: solid;
	border-top-width: 7px;
}


#links {
	margin: 0px 125px 10px;
	background-image: url(images/border.jpg);
	background-position: center;
	width: 700px;

}

#links ul {
	list-style-type: none;
	overflow: auto;
	margin: 0px;
	padding: 0;
}

#links ul li {
	float: left;
	border: none;
	margin: none;
	
}

#links ul li a {
	text-decoration: none;
  	font-size: 1em;
	font-weight:bold;
	line-height: 200%;
	color: #FFF; 
	text-align:justify;
	font-family:Verdana;
	display: block;
	padding: 8px 16px;
	text-decoration: none;

}


#links ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #E47833;
}


#h2 {
	font-size: 0.5em;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	color: #DCDCDC;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
}


#main {
	clear: both;
	font-size: 1.25em;
	line-height: 150%;
	color: #685700; 
	font-weight: normal;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	padding: 0px 25px 25px;
	width: 650px;
	margin: 0px auto 0px;
}

#main A:link {color: #685700; text-decoration: underline; font-family: "Times New Roman", Times, serif; font-size: 1em;}

#main A:visited {color: #685700; text-decoration: underline; font-family: "Times New Roman", Times, serif; font-size: 1em;}

#main A:hover {color: #E47833; text-decoration: underline; font-family: "Times New Roman", Times, serif; font-size: 1em;}

#main A:active {color: #E47833; text-decoration: underline; font-family: "Times New Roman", Times, serif; font-weight: 1em;}


#footer {
	color: #8b7d6b; 
	font-weight:normal;
	font-size: 0.8em;
	text-align:center;
	line-height: 2em;
	font-family:Verdana;
	width: 950px;
	height: 30px;
	background-image: url(images/border.jpg);
	margin: 0px;
	padding: 0px 0px;
}