html,body{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#666666;
	background-image:url(../images/bg_pg.jpg);
	background-repeat:repeat-x;
	}
	
body{
	font: small 'Lucida Grande', 'Trebuchet MS', Arial, sans-serif;
	text-align:center;
	}
	
/* Main Layout */	
	div#container{
		text-align:left;
		width:700px;
		margin:0 auto;
		background:#000000;
		border:1px solid #000000;
	}

	div#header{
		height:204px;
		margin:0;
		background: #EEE;
		color: #79B30B;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		}
	
	div#content{
		float:right;
		width:500px;
		padding-top:15px;
		}
		
	div#navigation{
		background:#000000;
		float:left;
		width:200px;
		height:100%;
		color:#CCCCCC;
		padding-top:15px;
	}

	#logos{
		margin-top:30px;
	}
	
	div#footer{
		background: #000000;
		color: #FFF;
		clear:both;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		border-top:#333 solid 2px
	}


/* Typography */	
	p{
		margin:5px 15px 15px;
	}

	div#content p{
		line-height:1.6em;
		color:#CCCCCC;
	}

	div#footer p{
		margin:0;
		padding:5px 10px;
		font-size:80%;
		text-align:right;
	}
	

/* Headings */
	h1{
		color:#00CCFF;
		font-weight:normal;
		font-size:130%;
		padding-left:10px;
	}

	h2{
		color:#CCFF00;
		font-weight:normal;
		font-size:110%;
		padding-left:10px;
		padding-top:5px;
	}


/* Page Links */	
	a{
		display:block;
		padding:10px;
	}
	
	#container #footer a {
		color: #FF9900;
		text-decoration: none;
		display: inline;
		margin-right:0;
		padding-right:0;
	}

	#container #footer a:hover {
		color: #FFFFFF;
		text-decoration: none;
		display: inline;
	}

	
/* Blockquotes */	
	#content blockquote {
		background-color:#333;
		margin-top:25px;
		margin-bottom:20px;
		padding:3px;
		border-top:1px dashed #eee;
		border-bottom:1px dashed #eee;
		width:400px;
	}

	#content blockquote p {
		margin:0;
		padding:0 5px 0 5px;
	}
	
	
/* Images */
	.img{
		margin-bottom:0px;
		float:left;
		clear:left;
		margin-left:20px;
		padding-bottom:2px;
		padding-top:2px;
	}


/* Lists */
	#container #wrapper #content li {
		text-decoration: none;
		list-style-type: none;
	}

	
/*List Links */
	#container #wrapper #content li a{
		text-decoration: none;
		list-style-type: none;
		color:#FFFFFF;
		padding:0;
		margin:0;
	}

	#container #wrapper #content li a:hover{
		text-decoration: none;
		list-style-type: none;
		color:#00CCFF;
		padding:0;
		margin:0;
	}
