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

body{
	background: #000 url('images/bg.jpg') repeat-y center;
	overflow: auto;
	color: #ffcccc;
	text-align: center;
}

#container{
	margin: 0 auto;
	width: 1014px;
	text-align: left;
}

#facebook{
	background: #FFF;
	position:fixed;
	right:0px;
	top:180px;
	z-index:-1
}



#header{
	width: 1014px;
	float: left;
	height: 155px;
	margin-top: 0px;
	margin-left: 0px;
	background: #FFF url('images/headerbg.jpg');
}

#left{
	margin-left: 25px;
	background: #00000;
		margin-top: 25px;
	width: 171px;
	float: left;
}

#main{
	font-family: Verdana, Arial;
		padding: 15px;
	background: #000;
	width: 470px;
		margin-left: 60px;
		margin-top: 25px;
		margin-right: 60px;
		float: left;
}

#right{
	background: #00000;
		margin-top: 25px;
		margin-right: 25px;
	width: 172px;
	float: left;
}


#topmenu{
	float: left;
	width: 1014px;
	height: 155px;

}



h1{ font-size: 18pt;
	margin: 0px;
	text-align: center ;
	font-weight: normal;
	margin-bottom: 15px;}
h2{ font-size: 10pt;
	margin: 0px;
	margin-left: 5px; 
	font-weight: bold;}
h3{ font-size: 8pt; 
	margin: 0px;
	margin-left: 5px;
	font-weight: bold; }
h4{ font-size: 11pt; 
	margin: 0px;
	margin-left: 5px;
	font-weight: bold;
	color: #957A66;}

p{  font-size: 8pt; 
	margin-left: 5px;
	margin-top: 5px; }
	
a {color: #663333; text-decoration: none; }
a:link{ color: #663333; text-decoration: none; }
a:hover{ color: #663333; text-decoration: underline;}

.pb1 {
	float: right;
	padding-left: 10px;
	padding right: 5px;}
	
.pb2 {	padding-left: 10px;
	padding right: 5px;
		float: right;}
		
img {border: 0;}
