/* CSS Document */

body {
	background-color:#000000;
	background-repeat:repeat-x;
	margin:0;
	background-image: url(bg.jpg);
	}
a:link {
	color:#FF7D40;
}    /* unvisited link */

a:visited {
	color:#CCCCCC;
} /* visited link */
	
a:hover {
	color:#E66A46;
}   /* mouse over link */

a:active {
	color:#0000FF;}  /* selected link */
	}
	
#left { 
	background-color:#CC0000; 
	}

#wrapper { 
	margin:0 auto; 
	position:relative; 
	width:900px;  
	}

#head {
	background:#000000;
	}

#main {
	width:820px;
	height:auto;
	background-color:#240000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#EBEBEB;
	float: left;
	font-size: medium;
	line-height: 22px;
	font-weight: lighter;
	font-variant: normal;
	text-align: left;
	white-space: normal;
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat;
	font-style: normal;
	}
	
h3 {
	font-size:22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E66A46;
	}
	
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFCC00;
	}


.rImage {
	float:right;
	padding-left:0px;
	margin-left:20px;
	border: 10px solid #EBEBEB;
	}
	
.home {}

#footer { 
	font-size:12px; 
	margin-top:20px; 
	position:relative; 
	bottom:0; 
	background-color:#000000;
	}


.gallery { 
	margin-top:-10px; 
	float:inherit; 
	width:820px; 
	height:550px;
	}

