* {
	font-family: georgia, serif;
	color: #222;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	list-style-type: none;
	} 
	

/* Typography------------------------------------------ */

h2 {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;	
	margin-bottom: 14px;
	margin-top: 7px;
	background: url(../images/h2_background.jpg) repeat-x 0 0 #efefef;
	}
	
h3 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom: 1px solid black; 
	}
	
h4 {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	}

a {
	color: #38302d;
	text-decoration: underline;
	}

a:hover {
	background-color: #38302d;
	color: white;
	}

p {
	padding-bottom: 14px;
	}
	
dl {
	padding-bottom: 14px;
	}

dt {
	font-style: italic;
	padding-top: 7px;
	}
	
dd {
	}

	
/* Primary Page Layout------------------------------ */

html {
	background: url(../images/backgrnd_grad.png) repeat-x 0 0 #38302d;
	}

html#plate {
	background: white;
	}

html#index {
	background: black;
	}
	
html#plate body {
	padding: 10px;
	}

div#sitewrap {
	width: 960px;
	margin: 0 auto;
	background: white;
	overflow: auto;
	}
	
/* Header----------------------------------------------- */

div#header {
	width: 960px;
	height: 180px;
	position: relative;
	}


div#header h1 {
	background: url(../images/header_erg.jpg) 0 0 no-repeat;
	text-indent: -999999px;
	height: 180px;
	width: 960px;
	}

/* Main Nav----------------------------------------------- */

ul#main_nav {
	position: absolute;
	top: 120px;
	right: 8px;
	}

ul#main_nav li {
	display: inline;
	padding-left: 18px;
	}
	
ul#main_nav li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
ul#main_nav li a:hover {
	color: black;
	background-color: white;
	}


/* Content----------------------------------------------- */

div#content {
	padding: 5px 8px;
	width: 540px;
	float: left;
	margin-left: 10px;
	}
	
div#col2 {
	margin-left: 15px;
	padding: 5px 8px;
	width: 340px;
	float: right;
	margin-right: 10px;
	}
	
/* Galleries----------------------------------------------- */

ul.gallery {
	padding: 4px 0;
	border-top: 1px solid #ccc;
	margin-bottom: 14px;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	}
	
ul.gallery li {
	display: inline;
	}

ul.gallery li img {
	padding: 3px;
	cursor: pointer;
	}

ul.gallery li a:hover {
	background: transparent;
	}
	
/* News----------------------------------------------- */

div.news_entry {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 5px;
	}	
	
	
/* Footer----------------------------------------------- */

div#footer {
	padding: 15px 8px 0 8px;
	background: #222;
	clear: both;
	}
div#footer p {
	margin-left: 10px;
	color: white;
	}
	
/* poster----------------------------------------------- */
	
h1.poster { 
	border: 1px solid black;
	text-indent: -9999999px;
	background: url(../images/ant_avant_web.png) 0 0 transparent;
	width: 1024px;
	height: 602px;
	}
	
div#poster_content { width: 1024px; margin: 40px auto 0 auto; }	
body.poster_page { background-color: transparent; }
html.poster_page { background-color: white; }
body.poster_page div#content {
	padding: 0 ;
	width: 100%;
	float: none;
	margin: 0;
	}