/* structural elements */

body {
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	/* background: #003300 url(../images/bg.jpg) top repeat-x; */
	font-size:12px;
	
}


#container {
	width:753px;
	padding:0;
	margin: 10px auto;
	text-align:left;
	
}

#header {
	width:744px;
	/*clear:both;*/
	background: url(../images/header.gif) top no-repeat;
	height:128px;
	margin:0;
	padding:0;
	/* border: 2px #fff solid; */
}

#nav {
	width:744px;
	height: 36px; 
	padding: 0 0 0 0;
	margin:0;
	background: #339966 url(../images/buttons.jpg) top no-repeat;
	
	
}
#content_wrapper
{
	width:744px;
	background-color: #339966;
	margin-bottom: auto;
	
}

#primary_content {
	float:right;
	width:590px;
	margin:15px;
	padding:5px 0 0 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff;
	color: #000000;	
}

#primary_content h1 {
color: #669999;
margin: 0 20px 0 30px;
text-align: center;
}
#primary_content h2, h3{

margin: 5px 20px 10px 30px;
text-align: center;
}
#primary_content strong{
color: #669999;
}

#primary_content hr{
color: #669999;
margin: 0 15px 0 15px;
}

#primary_content ul
{
list-style-image: url(../images/tick.gif);
margin: 0 60px 0 60px;
}
p.big
{
font-size: 150%;
text-align: center;
margin: 20px;
}
p.red
{
font-size: 120%;
text-align: center;
margin: 20px;
color: red;
}
img.center
{
text-align: center;
margin: 10px 10px 10px 200px;
border-style: none;

}
img.left
{
float: left;
margin: 10px;
border-style: none;
}
img.right
{
float: right;
margin: 10px;
border-style: none;
}
#primary_content p
{
	padding: 0 15px 0 15px;
}

#primary_content table
{
	width: 350px;
	margin: 0 0 0 10px;
	font-weight: bold;
}
#primary_content table.right
{
	width: 350px;
	margin: 0 0 0 100px;
	font-weight: bold;

}

#primary_content li
{
	padding: 0 15px 0 0;
}
#primary_content h2
{
	padding: 0 15px 0 15px;
}
#image img
{
	border-style: none;
}

#primary_content a
{
	text-decoration:none;
	color: #669999;
}
p.center
{
	text-align: center;
}

#primary_content a:hover 
{
	color: green;
}


#secondary_content 
{
	width:120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	background: #339966;	 
}

#secondary_content h2
{
	color: #ffffff;
	font-size: 120%;
	margin:0 0 0 15px;
}

#secondary_content a
{
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

#secondary_content p.bloglink
{
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin:50px 0 0 15px;
}

#secondary_content a:hover 
{
	color: yellow;
}

#secondary_content ul li
{
	color: #ffffff;
	list-style-type: none;
	margin: 5px 0 0 -28px;
}

#footer {
	width:744px;
	height:60px;
	clear:both;
	background: #006633;
	padding:0 0 0 0;
	margin:0;
	border-top: #ccc solid 1px;
	background: #003300 url(../images/footerbg.gif) top repeat-x;
}

/* Header typography */

#header h1 
	{
	display:none;
	}
	
	/* nav stuff */
	#nav ul {
	border: none;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	clear: left;
	height: 30px;
}

#nav ul li {
	display: block;
	float: left;
	padding: 4px 0 0 0;
	border: none;
	
	
}
#nav ul li a {
	display: block;
	height: 30px;
	padding: 0;
}

#nav ul li a img
{
border-style:none;
}

#nav ul li strong { display: none; }
	
#footer a
{
	text-decoration: none;
	color: yellow;
}
#footer a:hover 
{
	color: green;
}
#footer p
{
padding: 10px 0 0 20px;
font-size: 80%
}
#footer li
{
float: right;
text-align: center;
margin: 0 10px 0 10px;
}
#footer li a
{
color: #ffffff;

}
#footer ul
{
list-style-type: none;
}




