/* Reset all margins and paddings for browsers */
* { 
	padding: 0;
	margin: 0;
}


body {
	font: 0.9em Arial, Verdana, Sans-Serif;
	line-height: 1.6em;
	background-color: #0F0202;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	}

p {
	font: 1.0em Arial, Verdana, Sans-Serif;
	line-height: 1.2em;
	color: #333333;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1 {
	line-height: 1.6em;
	color: #971b1e;
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight: lighter;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
h2 { font: 1.1em Arial, Verdana, Sans-Serif;  
	line-height: 1.2em; 
	color: #971b1e;
	padding: 20px 0px 10px 20px;
	}	



/* unvisited link */
a:link { 
	color: #971b1e; 
	
} 

/* visited link */
a:visited {
	color: #971b1e;
}

/* mouse over link */
a:hover {
	color: #CCCCCC;
}

/* selected link */
a:active { 
	color: #971b1e;
	
}


#wrap {
	margin: 0px auto;
	width: 772px;
	height: auto px;
	border: 0px solid #CDCDCD;
	background-color: #FFFFFF;
}

#container {
	margin: 15px auto 0px;
	width: 760px;
	height: auto;
	border: 6px solid #CDCDCD;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

#twocolumnsleft {
	width: 235px;
	float: left;
	padding-right: 15px;	
}

#twocolumnsright {
	width: 235px;
	float: left;
	padding-right: 10px;	
	
}


 
/* MAIN IMAGE NAV MENU ---------- */
#mainimage {
	height: 400px;
	width: 760px;
	color: #FF0000;
	background-color: #000000;
	background-image: url(../images/home_image2.jpg);
}
			

/* MENU -------- */
#menu {
	width: 740px;
	color: #be9f56;
	padding-top: 370px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	text-decoration: none;
}

/* unvisited link */
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

/* visited link */
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
#menu a:hover {
	color: #be9f56;
	text-decoration: none;
}

/* selected link */
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
	
	
	#menu li{
	text-decoration: none;
	margin:;
	padding:;
	display: inline;
}

#menu ul{
	font-size: 1em;
	text-decoration: none;
	margin:;
	padding:;
	display: inline;
}

#menu ul li{
	display: inline;
	padding-left: 33px;
}
	



/* CONTENT -------- */

#maincontent {
	width: 760px;
	height: auto;
	padding-bottom: 20px;
}


hr{
	height:2px;
	background:#446791;
	width: 730px;
	margin-left: 15px;
	text-align: left;
	background-color: #999999;
 }
 
 

#copyright {
	font-size: 10px;
    text-align: center;
    color: #FFCC00;
	}

#copyright a { 
	font-size: 10px;
    text-align: center;
    color: #FF9933;
	}

#copyright a:hover { 
	font-size: 10px;
    text-align: center;
    color: #FFFFFF;
	}

#smalltext {
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	padding: 5px;
	}



.rightimage {
	padding-top: 6px;
	padding-right: 6px;
}


img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img a:active {
	text-decoration: none;
}


.border {
	border:2px solid #999999;
	margin-left: 15px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
