/* CSS Document */
body {
	background-color:#CCCCCC;
	
}	
#container {
	background-color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 570px;
	position: relative;
	width : 1000px;
	margin-left: auto;
	margin-right: auto;

	background-image: url(Website - Mat/images/accent.gif);
	background-position: 90% 75%;
	background-attachment: fixed;
	background-repeat: no-repeat;
 }
 #containerhome {

 	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	height: 570px;
	position: relative;
	width : 1000px;
	margin-left: auto;
	margin-right: auto;
 }
 #header {
 
 	background-color: #000000;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 4px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 25px;
}	
#header h1 {
	
	display: none;
	color: #FFFFFF;
}	
#navtop {

	background-color:#999999;
	height: 18px;
	
}
#navbottom {
	background-color: #000000;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#navbottom ul {

	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	line-height: 40px;
	white-space: nowrap;
	
}
#navbottom li {

	list-style-type: none;
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	
}
#navbottom a {

	color: #FFFFFF;
	text-decoration: none;
}			
#main {
	height: 383px;
	padding: 0px 0px 0px;
	overflow: auto;
	margin-bottom: 20px;
	color: #FFF;
	
}	
#main ul {
	white-space: nowrap;
	margin: 80px 100px 0px 110px;
	padding: 0px;
	}
#main li {

	list-style-type: none;
	display: inline;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	}
#main a {
	color: #000000;
	text-decoration: none;
}
#maintext {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 140px;
}	
			
#footer {
	text-align: center;
	height: 20px;
	position: absolute;
	bottom: -1px;
	left: 0px;
	margin-top: 5px;
	padding-top: 5px;
	background-color: #999999;
	width: 1001px;
}	
#footer p {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	
}	
#footer ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	white-space: nowrap;
	
	
	
}
#footer li {

	list-style-type: none;
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	verticle-align: top;
	
	
}
#footer a {
	color: #000;
	text-decoration: none;
	
	
}
#footer img {
	
	margin-top: 5px;
	
}	

.navbutton1 {

margin-top: 0px;


}

.navbutton2 {

margin-top: 0px;



}
.navbutton3 {

margin-top: 0px;



}
.navbutton4 {

margin-top: 0px;



}
.navbutton5 {

margin-top: 0px;



}
.rightimage {
	float: right;
	padding: 0px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 3px solid #FFF;
}
.leftimage {
	float: left;
	border: 2px solid #ffffff;
	margin: 10px;
	padding: 0px;
}
.centerimage {
	margin: 10px;
	padding: 0px;
	float: center;
	border: 3px solid #FFF;
}
#container #main #maintext p {
	color: #FFF;
}

