/**
 *
 *	FoAN Website
 *	Built and Designed by Dougal Matthews
 *	http://www.dougalmatthews.com
 *
 */

body
{
    font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

a{
	color: #ca4700;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

#wrapper
{
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	border:solid 1px #ffe7c5;

}

#header
{
    background-color: #eee;
	background-image: url(vert.jpg);
	background-repeat: repeat-x;
    height:50px;
    width:800px;
    padding:0px;
    margin:0px;
}

#header_logo
{
	padding: 0px;
	margin: 0px;
	width: 115px;
	height: 50px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

#header_menu{
	position:absolute;
	left:50%;
	margin-left:-200px;
	top: 0px;
}

#header_menu_right{
	float: left;
	border-left: 2px solid #b44b00;
	border-right: 2px solid #b44b00;
	height: 46px;
	padding: 2px;
	margin: 0px 0px 1px 0px;
	background-repeat: repeat-y;
	text-align: center;
	padding:5px 11px;
}

#header_menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#header_menu li{
	float: left;
	border-left: 2px solid #b44b00;
	height: 40px;
	padding:5px 11px;
	margin: 0px 0px 1px 0px;
	background-repeat: repeat-y;
	text-align: center;
}

#header_menu a{
	
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	line-height: 40px;
	
}

#header_menu a:hover{
	
	color:black;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	line-height: 40px;
	
}

#header_logo_right
{
	background-image: url(logo2.jpg);
	background-position :right;
	background-repeat: no-repeat;
}

#menu{
	float:left;
	width: 148px;
	border: solid 1px white;
	padding: 5px;
	margin:0px;
}

#menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li{
	border-left: 5px solid #df6f19;
	border-bottom: 1px solid #df6f19;
	padding: 4px 2px 4px 2px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-image:url(horz2.jpg)
}

#menu li a{
	color:#555;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;	
}

#menu li a:hover{
	color:black;
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;	
}

#content{
	
	float: left;
	width: 628px;
	border-left: solid 1px #df6f19;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	
}

#content p{
	
	padding: 0px;
	margin: 0px;
	
}

#content h1{
	
	color: #ca4700;
	background-color: #f9bb69;
	border-bottom: 2px solid #df6f19;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 20px;
	
}

#content h2{
	
	color: #ca4700;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 15px;
	
}

#content h3{
	
	color: #ca4700;
	margin: 0px 0px 3px 0px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
	font-size: 13px;
	
}

#footer{
	color: #ca4700;
	float:left;
	width: 100%;
	text-align: center;
	border-top: solid 2px #df6f19;
	background-color: #f9bb69;
	padding: 3px 0px 3px 0px;
	margin: 0px
}

.images{
	
	float: right;
	border: 1px solid #df6f19;
	margin: 2px;
	width: 198px;
}

.images img{
	
	padding: 2px;
	width: 194px;	
}

.assoc{
	
	float: right;
	border: 1px solid #df6f19;
	margin: 2px;
	padding: 2px;
	width: 194px;
}

.assoc li, .assoc ul{
	
	padding: 0px 0px 2px 0px;
	margin: 0px;
	list-style: none;
	
}

#devnote
{
	color: #000000;
    background-color: #ffc9c9;
	border: solid 1px #ff0000;
    width:400px;
    padding:3px 3px 3px 3px;
    margin:3px 3px 3px 3px;
}

li{
	padding: 0px 0px 5px 0px;	
}

.dead{
	color: #000;
}

.dead:hover{
	color: #000;
}

/*

#content{
	
	float: left;
	width: 628px;
	border-left: solid 1px #df6f19;
	padding: 5px;
	margin: 0px 0px 5px 0px;
	
}

*/

.otherpics{
	float:left;
	width: 615px;
	border: solid 1px #df6f19;
	padding: 0px;
	margin-left: 6px;
	
}

.otherpics img{
	float: left;
	width: 201px;
	padding: 2px;
}

