html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	}

#page-container {
	width:800px;
	margin:auto;
	text-align: left;
	background:#999;
	}
	
#navlist {
	margin:0px;
	padding: 10px 10px 20px 10px;
	background: #555 ;
	border-top:1px solid ;
	border-bottom: 1px solid;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}
 
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

#navlist a:hover {
	color: #000;
	}


#header {
	width:800px;
	padding:0em;
	margin:0em;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height:100px;
	background-color: #666;
	}

#header h1 {
	color:#ddd;
	padding: 20px;
	font-size: 5em;
	text-align:center;
	}
	
#header h2 {
	color:#ddd;
	font-size:4em;
	text-align:center;
	margin:auto;
	}

#lgcontent {
	width:auto;
	line-height:18px;
	background:#999;
	}

#lgcontent .padding {
	padding:25px;
	}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	}

#content {
	display:inline;
	background:#999;
	width:55%;
	line-height: 18px;
	}

#content a{
	}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	}

#content .padding {
	padding: 25px;
	}

h1,h2 {
	margin: 0;
	padding: 5px;
	}

#thumbnail {
	display:inline;
	background:#999;
	float:right;
	width:50%;
	line-height: 18px;
	}
	
#thumbnail .padding {
	padding: 25px;
	}

img {
	background:#fff;
	border:2px solid white;
	}



/* Footer Style */

#footer {
	clear:both;
	background: #fff;
	height: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000;
	border-top: 1px solid #000;
	padding: 10px 10px;
	line-height: 18px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	}

#footer #altnav {
	width: 500px;
	float: right;
	text-align: right;
	}

#footer a {
	color: #000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #c93;
	}



a:link {color: #fff}     /* unvisited link */
a:visited {color: #FFf}  /* visited link */
a:hover {color: #FFF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */




blockquote {
	display: block;
	padding: 0 0px;
	width: 300px;
	}

blockquote:before, blockquote:after {
	color: #ddd;
	display: block;
	font-size: 500%;
	width: 30px;
	}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -.4em;
	}
	
blockquote:after {
	content: close-quote;
	height: 30px;
	margin-top: -10px;   
	margin-left: 200px;
	}