
/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin-bottom:15px;
	margin-top:15px;
	font-family: verdana;
	font-size:medium;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background: #5A0008;
	color: #000000;
}
 
 #outer{
	
	width:780px;
	border:0;
	color: #000;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom: 0px;
	background:#5A0008;
}
 
 #header{
	background:#5a0008 url(header.jpg) no-repeat top left;
	width:100%;
	height:300px;
	margin:0 0 20px 0px;
	}

#content h1 {
	margin-top:3px;
	padding:2px;
	font: 49px 'french script mt', 'Palatino linotype', Tahoma, serif;
	text-align:center;
	color:#5a0008;
	font-weight:bold;
	}
	
 a:link{
	color:#5a0008;
	}	
	
a:visited{
	color:#5a0008;
	}	
	
a:hover{
	background:#5a0008;
	color:#f0e4c5;
	}


#left {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	}
	
	
#menu {
	background:#5A0008;
	text-align:left;
	padding:0px 0px 0px 5px;
	margin:0;

	}
	

#content {  
	text-align:left;
	padding:0px 0px 0px 0px;	
	position:relative;
	float:right;
	background:#5A0008 url(contentbg.jpg) repeat-y;
	background-position: top left;
	width:421px;
	min-height:542px;
	margin-right:52px;	
	}
	
	#contenttext{
		text-align:left;
		font-family: palatino linotype, script, serif;
		font-size:medium;
		line-height:110%;
		color:#000;
		padding:0px 15px 15px 25px;
		min-height:542px;
		}

	#contenttop {
	text-align:left;
	}	

	
	#contentbottom {
	text-align:left;
	background: #5a0008 url(contentbottom.jpg) 0 0 no-repeat;
	height:44px;
	}

	
		
#right{
	position:relative;
	float:right;
	padding:0px 25px 15px 0px;
	text-align:center;
	}
	
	
	
#footer {
	width:100%;
	clear:both;
	font: 14px 'french script mt', 'Palatino linotype', Tahoma, serif;
	background:#5a0008 url(contentfooter.jpg) center no-repeat;
	color: #5a0008;
	text-align:center;
	margin:10px 5px 5px 5px;
	padding:20px 0px 5px 0px;
	height:85px;	
	}
	
	#footer a{
		color:#000;
		}

td {
	font:medium verdana;
	text-align:center;
	color:#000;
	}


h2 {
	margin-top:1px;
	padding:2px;
	font: 35px 'french script mt', 'Palatino linotype', Tahoma, serif;
	text-align:center;
	color:#000;
	font-weight:bold;
	}
	
h3 {
	margin-top:1px;
	padding:2px;
	font: 25px 'french script mt', 'Palatino linotype', Tahoma, serif;
	text-align:center;
	color:#000;
	font-weight:bold;
	}


.border {
	background:#f4eccf;
	padding:2px;
	border: 3px double #000;
	}




	

