@charset "UTF-8";
/* CSS Document */

img {
decoration:none;
border:none;
}

a:link {
	text-decoration:none;
	border:0;
	color:red;
}

a:hover {
	text-decoration:none;
	border:0;
	color:yellow;
}

a:visited {
	text-decoration:none;
	border:0;
	color:red;
}


body {
background-image:url(images/bcbg.jpg);
background-repeat:no-repeat;
background-color:black;
padding:0px;
color:#black;
font-family:arial;
margin:0px;

}

#container {
width:1000px;
border:none;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}

#headercontainer {
font-family:Georgia;
color:#FFFF00;
width:1000px;
height:200px;
}

#header {
background-image:url(images/images/header.jpg);
width:800px;
height:175px;
padding:0px;
margin-bottom:0px;
margin-left:200px;
margin-right:0px;
}

#sign {
background-image:url(images/images/sign.jpg);
width:200px;
height:200px;
}

#home a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#home a:hover {
	text-decoration:none;
}


#home {

	width:200px;
	height:200px;
	position:absolute;
	top:0;
	z-index:5px;
}
	
#nav {
border:opx;
position:absolute;
width:750px;
height:25px;
padding:0px;
magin-left:200px;
margin-top:175px;


}

#nav ul{
list-style-type: none;
margin:0px;
padding:0px;
text-align:center;
}

#nav ul li {
float:left;
}



 #maincontent {
background-image:url(images/images/mcblk.png);
background-repeat:no-repeat;
Margin-left:50px;
margin-right:50px;
width:880px;
min-height:600px;
text-align:left;
padding-top:20px;
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
color:#999;

}

#maincontent p {
	margin-top:30px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:20px;
}

 #footer {
background-color:black;
margin-left:50px;
margin-right:50px;
width:900px;
height:25px;

 }

img.floatLeft { 
    float: left; 
    margin: 15px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

.red {color:#F00}


.center{
	margin-top:150px;
	text-align:center;
	color:yellow;
}

.title {
	text-align:center;
	color:yellow;
	text-shadow:yellow;
}
