body {
	background: #d43027 url('images/bg.jpg') repeat-x top left;
}

#container {
	min-height: 100%;
	margin: 5% 5%;
	position: relative;
	background-color: #ffffff;
	padding: 30px;
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	border: #000 1px solid;
}
* html #container { height: 100%; } /* ie6 and under*/

#header {
	height: 116px;
	margin-bottom: 50px;
}
	#header img {
		display: block;
		margin: 0 auto;
	}
	#header #pdf {
		position: absolute;
		left: 30px;
		top: 30px;
		text-align: left;
	}
	#header #pdf a {
		color: #ee1100;
		font-weight: bold;
		font-size: 13px;
		text-decoration: none;
	}
	#header #info {
	    margin-bottom: 10px;
		position: absolute;
		top: 30px;
		right: 30px;
		border: #000000 1px dashed;
		background-color: #eee;
		padding: 10px;
		width: 300px;
		line-height: 170%;
        text-transform: uppercase;
		font-size: 10px;
		font-family: Verdana;
	}

#content {
	background: transparent url('images/bg-flower.jpg') no-repeat bottom right;
}
	#titlebar {
		background: red url('images/titlebar-bg.jpg') repeat-x top center;
		padding: 13px 0 0 13px;
		height: 29px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin-top: 25px;
		cursor: pointer;
	}
	#body {
		width: auto;
		background-color: #dddddd;
		padding: 15px;
		border-left: 1px solid #aaaaaa;
		border-right: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
   		font-size: 1.2em;
    	font-weight: 100;
    	font-family: Helvetica,Arial,sans-serif;
    	color: #000000;
		
	}
	    #body th { font-variant: small-caps; }
        #body b { font-weight: bold; }
		#body tr.white { background-color: #ffffff; }
		#body td { font-size: 14px; }		
		#body td.center { text-align: center; font-weight: none; font-size: 13px; font-family: Verdana; }
		#body .column { background-color: #cecece; text-align: center; }
		.caption {
		    font-size: 11px;
		    font-family: Verdana,Arial,sans-serif;
		    font-weight: none;
		    color: #333333;
		}

    ul { padding: 0px; margin: 0px; }
    ul#menu {
        margin: 0px auto;
        font-family: 'Droid Serif', arial, serif;
        font-size: 1.6em;
        font-weight: bold;
        text-align: center;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 3px;
        width: 700px;
    }
    #menu li { display: inline; padding: 0px 10px; margin: 0px; }
    
    #menu a:link,a:visited,a:active {
        color: #ee1100;
        text-decoration: none;
    }
    
    #menu a:hover {
        color: #000000;
        text-decoration: underline;
    }