/* CSS Document - BRYLOR */
/* Author: Cheryl Duval */

body {
	background-color: #5F2413;
	background-image: url('../images/background.png');
	background-attachment: fixed;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}

#header {
	margin-top: 30px;
	background-image:  url('../images/topborder.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 858px
}

#main {
	background-image:  url('../images/contentborder.png');
	background-repeat: repeat;
    width: 858px;
	position: relative;
	float: center;
} 

#spacer {
	width:80px;
	height:300px;
	float: left;
	}

#content {
	background-color: #DDBDA5;
	width: 371px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
}

#menu {
	background-image:  url('../images/menuback.png');
	background-repeat: no-repeat;	
	background-color: #DDBDA5;
	width: 317px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left; 
	background-position:top;
}

#footer {
	background-image:  url('../images/bottomborder.png');
	background-repeat: no-repeat;
	height: 52px;
	width: 858px
}

#menubottom {
	width: 858px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8C8AF;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.date {
	font-family: garamond;
	font-weight: bold;
	font-size: 18px;
	color: #5F2413;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

a.footer:link {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
} 



a:visited{
	font-size: 12px; 
	color: #000000;
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	text-decoration: none;
}

a:active{
	font-size: 12px; 
	color: #000000;
	font-weight: bold; 
	font-family: Arial, sans-serif; 
	text-decoration: none;
}	

a:link{
	font-size: 12px; 
	color: #000000;
	font-weight: bold; 
	font-family: Arial, sans-serif;
	text-decoration: none;
}

a:hover{
	font-size: 12px; 
	color: #D8C8AF;  
	font-weight: bold; 
	font-family: Arial, sans-serif;
	text-decoration: none;
}

a.contact:link {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #5F2413;
}

a.contact:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #5F2413;
}

a.contact:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
} 

br { clear: both; }