/*
-----------------------------------------------
Elysee Productions CSS styles
Version:  November 2007
----------------------------------------------- */


/* Structure
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	font-size: small;
	font-family: arial, helvetica, san-serif;
	background: #003;
	margin: 10px;
	}
	
#align {
	width: 750px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	}
	
#page {
	width: 750px;
	background: #fff;
	float: left;
	}
	
#header {
	width: 750px;
	height: 54px;
	background: url(images/header.png) left top no-repeat;
	float: left;
	}
	
#tagline {
	width: 744px;
	padding: 2px 0 2px 6px;
	background: #f1cb82;
	float: left;
	}
	
#contentwrapper {
	width: 750px;
	background: transparent url(images/rightcol_bg.gif) right top repeat-y;
	float: left;
	}
	
#leftwrapper {
	width: 606px;
	background: transparent;
	float: left;
	}
	
#imgcol {
	width: 210px;
	padding: 0 10px;
	background: transparent;
	float: left;
	}
	
#centercol {
	width: 366px;
	padding-right: 10px;
	background: transparent;
	float: right;
	}
	
* html #centercol {
	padding-right: 5px;
	height: 1%;
	}
	
#rightcol {
	width: 144px;
	float: right;
	}
	
#copyright {
	width: 750px;
	background: transparent;
	padding: 2px 0 8px 0;
	float: left;
	}
	
* html #copyright {
	padding: 2px 0;
	}
	
	
/* Primary Navigation
----------------------------------------------- */
#nav {
	margin: 0;
	padding: 10px 10px 140px 10px;
	list-style: none;
	background: transparent;
	float: left;
	}

#nav li {
	font-size: 110%;
	padding-bottom: 5px;
	}
	
#nav li a {
	color: #f1cb82;
	text-decoration: underline;
	}
	
#nav li a:hover, #nav li #selected a {
	color: #f1cb82;
	text-decoration: none;
	}
	
	
/* Heading Styles
----------------------------------------------- */
#header h1 {
	display: none;
	}
	
h2 {
	font-size: 120%;
	color: #039;
	padding: 15px 0;
	text-align: center;
	}
	
h3 {
	font-size: 110%;
	color: #000;
	padding-bottom: 5px;
	}

/* Paragraph Styles
----------------------------------------------- */
#tagline p, p.footer {
	font-size: 90%;
	font-weight: bold;
	color: #039;
	}
	
#centercol p {
	line-height: 1.4em;
	padding-bottom: 10px;
	}
	
#copyright p {
	font-size: 80%;
	color: #f1cb82;
	text-align: right;
	}
	

/* Hyperlink Styles
----------------------------------------------- */
a {
	color: #36c;  
	text-decoration: underline;
	}

a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
	
/* List Styles
----------------------------------------------- */
#centercol ul {
	margin: 0 0 15px 0;
	list-style: none;
	}
	
#centercol li {
	background: url(images/bullet.gif) no-repeat left .2em;
	padding: 0 0 10px 16px;
	}
	
	
/* Misc. Styles
----------------------------------------------- */
.green {
	color: #090;
	}
	
.red {
	color: red;
	font-weight: bold;
	}
	
.center {
	text-align: center;
	}
	
img {
	border: 0;
	}
	
#imgcol img {
	padding: 4px;
	border: 1px solid #ccc;
	}
	
#imgcol img, #rightcol img {
	margin-bottom: 10px;
	}
	
hr {
	height: 1px;
	border: 0;
	margin: 8px 0;
	background: #999;
	clear: both;
	}
	
* html hr {
	height: 1px;
	border: 0;
	margin: 0;
	background: #999;
	clear: both;
	}
	
form {
	padding: 0;
	margin: 0;
	}