﻿#main { 
	background-repeat: repeat-y;
	background-position: 50% 265px;
	background-image: url(../_images/generic/bg_avec.gif);
	width: 100%;
	min-height: 100%;
	height: 100%;
	}

#container {
	margin: 0px auto auto auto;
	width: 824px; 
	overflow: visible;
	}

/* containers within #container*/

#meta {
	background-color: #4c1828;
	width: 824px; 
	height: 25px;
	float: left;
	clear: both;
	overflow: hidden;
	}
#visual {
	width: 824px; 
	height: 240px;
	float: left;
	clear: both;
	overflow: hidden;
	background-color: #A59F9F;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	}
#logo { /* positioned within #visual */
	float: left;
	margin-left: 645px;
	margin-top: 34px;
	width: 125px;
	height: 14px;
	}
#logo_home { /* positioned within #visual */
	position: absolute; 
	top: 59px; 
	left: 50%; 
	margin-left: 233px; 
	z-index: 1001;
	}
	
	
	
/* #logo img { 
	background-image: url(../_images/generic/logo.png); 
	}*/
/* space for navigation and content */

#nav {
	width: 175px; 
	float: left;
	margin-right: 25px;
	}
#content {
	width: 400px; 
	float: left;
	}
#crest {
	width: 144px;
	height: 234px;
	margin-left: 36px;
	float: left;
	background-image: url(../_images/generic/crest.gif);
	}

/* clears floats */

#space, #end {
	width: 824px; 
	float: left;
	clear: both;
	}
#space { /* space before content */
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../_images/generic/line.gif);
	/* background-color: #a59f9f; */
	height: 35px;
	}
#end { /* space at bottom, after content */
	height: 24px;
	}
