/* CSS Document */
a {
	font-weight:bold;
	color:#333;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#231B07;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	background-color:#261C19;
	height:100%;
	background-image:url(../images/bg2.jpg);
	background-image:url(../images/bg1.jpg);
}
#wrapper {
	width:850px;
	margin: 0 auto;
	text-align:left;
	
}
#header {
	height:100px;
	width: 850px;
	
}
#logo {
	height:100px;
	width:550px;
	float:left;
}
#flashlogo {
	width:550px;
	float:left;
	height:100px;
	display: inline;
}
#headerright {
	float:right;
	padding-top: 55px;

	font-weight: bold;
}

#headerright,#headerright a, #headerright a:hover{
	color:#FFFFFF;
	

}
#moreicon{
position:absolute;
margin-left:728px;
margin-top:310px;
height:60px;
width:150px;
z-index:5;
}

/*Menu*/
#content {
	width:850px;
	background-color:#EDEBE4;
	border: 5px solid #F7F7F7;
	margin-bottom:50px;
	height:100%;
}
#menu {
	width:850px;
	height:45px;
		border-bottom: 5px solid #F7F7F7;
}
#flashmenu {
	width:850px;
	height:45px;
}

/*Main Content*/
#flashphoto {
	width:850px;
	height:200px;
	z-index: 2;
}




#main {
	width:850px;
	line-height: 20px;
	color: #333;
}

#main img {
	
}


#leftsidebar {
	width:250px;
	float:left;

}
blockquote{
font-style:italic;

color:#0E6271;
}

#middle {
margin-top:25px;
margin-bottom:25px;
	width:400px;
	float:left;

}
#rightsidebar{
	width:200px;
	float:right;
}




h1, h2, h3, h4, h5, h6 {
	/* initial common size */
	font-size:22px;
	font-weight:lighter;
	color:#486B73;

}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;

}
h2 {
	font-size:18px;
	margin: 0;
	padding-top: 6px;
	font-weight: bold;
}
h3 {
	color:#0E6271;
	font-size:14px;
	margin: 0;
	padding-bottom:2px;
	padding-top:15px;
}
h4 {
	color:#525252;
	text-transform:uppercase;
	font-size:14px;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
hr {
	color: #333;
	background-color: #ccc;
	height: 1px;
}



#clear {
	clear:both
}





#footertext {
	margin-top:15px;
	font-size:11px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top:1px solid #cccccc;
	margin-left: 20px;
	;
}
