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

body {
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-color: #333;
	}
	
	
a, a:visited{
	color: #B81814;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover{

	text-decoration: underline;
	}
	
img {
	border: none;
	
	}
	
.horizontal_frame {
	width:265px;
	float:right;
	padding: 5px;
	margin-left:10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663332;
	border-bottom-color: #663332;
}

.vertical_frame {
	width:185px;
	float:right;
	padding: 5px;
	margin-left:10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663332;
	border-bottom-color: #663332;
}	
.inner_border {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663332;
	border-bottom-color: #663332;
	padding:5px;
}
#wrapper {
	width: 800px;
	margin: 20px auto;
	border: 10px solid #fff;
	background-attachment: scroll;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;	 
	
	}
	
#header {
	height: 195px;
	margin:0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	}

#content {
	width: 580px;
	margin: 0px auto;
	float:right;
	padding: 0px 10px 0px 10px;
	}
#content h1 {
	color:#B81814;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing:.3em;
}	

#content h2 {
	color:#B81814;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#sidebar {
	width: 170px;
	margin:0px;
	float: left;
	padding: 0px 10px 0px  10px;
	color:#F5EBEA;
	font-style:italic;
	font-size:15px;
	letter-spacing:.1em;
	background-attachment: scroll;
	background-image: url(images/moam_logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	
#footer {
	background: #F6C626;
	width: 800px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto;
	padding:  0;
	text-align: center;
	line-height: 17px;
	clear: both;
	}
	
#footer p {
	color: #	color: #ff00ff;;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #EAEAEA;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	}


#quotes {
	width:525px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/top-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#quotes p {

	padding-left:25px;
	padding-right:10px;
	padding-top:10px;
	color:#333333;
	font-size:10px;
	letter-spacing:.1em;
	font-weight:normal;
	font-style:italic;
	background-attachment: scroll;
	background-image: url(images/bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*menu options*/
								
							#menu {
							
							font-size: 13px;
							background-color: #F6C626;
							margin:0px;
							width:800px;
							height:28px;
							padding:0px;
							}

					
								#menu ul {
									margin: 0px;
									padding: 5px;
									list-style: none;
									text-align: center;
								}
								
								#menu li {
									display: inline;
								}
								
								#menu a {
									padding: 5px 15px;
									text-decoration: none;
									color: #FFFFFF;
								}
								
								#menu a:hover {
									background-color: #663332;
									color:#ffffff;
								}