* { padding: 0; margin: 0; }

body {
 font-family: "Century Gothic", Arial, Helvetica, sans-serif;
 font-size: 14px;
 background: url(../layout/images/bkg.gif); 
 background-repeat:repeat-x;
 }
#wrapper { 
 margin: 0 auto;
 width: 780px;
}
#header {
 color: #white;
 width: 780px;
 float: left;
 padding: none;
 border: none;
 height: 100%;
 margin: none;
 background: #202020;
}
#leftcolumn { 
 color: #333;
 border: none;
 background: #202020;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 10px 0px;
 height: 700px;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: none;
 background: #202020;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 700px;
 width: 610px;
 display: inline;
}

#footer { 
 width: 760px;
 clear: both;
 color: #333;
 border: none;
 background: none;
 margin: 0px;
 padding: 10px;
}
#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 10px 10px 10px 0px;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
p {
	color:#FFFFFF;
	font-size:14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}
ol {
	color:#FFFFFF;
	font-size:14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 20px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	}
h2 {
	font-size: 18px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	border-bottom: 1px solid #666666;
	}	
p a:link,
p a:visited
{
	color: #CCCCCC;
	text-decoration: underline;
}