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

* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background:#000000;
	line-height: 1.2;
	color:#CCCCCC;
	}
	
	
#wrapper{
margin:auto;
width:1024px;
height:600px;
background-color:#000000;
}

#top{
margin:auto;
width:1024px;
height:30px;
background-image:url(images/backgroundtop.jpg);
}

#content{
	margin:auto;
	width:976px;
	height:600px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	padding-left: 24px;
	padding-right: 24px;
}

#bottom{
margin:auto;
width:1024px;
height:30px;
background-image:url(images/backgroundbottom.jpg);
}

#contentleft{
margin:auto;
width:100px;
height:100%;
float:left;
}

#contentright{
	margin:auto;
	width:870px;
	height:100%;
	float:right;
}

#footer{
	margin:auto;
	width:976px;
	height:40px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	padding-left: 24px;
	padding-right: 24px;
	text-align:center;
}

#footerleft{
margin:auto;
width:200px;
height:100%;
float:left;
}

#footerright{
margin:auto;
width:200px;
height:100%;
float:right;
}

#contactleft{
	width:200px;
	height:400px;
	float:left;
	margin:auto;
}

#contactright{
	width:660px;
	height:400px;
	float:right;
	margin:auto;
}

a:link {
	color: #999999;
	}
a:visited { 
	color: #999999;
	}
a:hover { 
	color: #999999;
	text-decoration: underline;
	}
a:active { 
	color: #999999;
	}
