
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}
#container {
	width: 920px; 
	margin: 0 auto; 
	text-align: left; 
	background: #fff;
	border: 1px solid #000;
}
#nav 
{
clear: both;
font-weight:bold;
font-size: 16px;
/*background-color: #a59d8f; (=grey-ish*/
background-color: #968d00;
margin: 0;
padding: 0;
}

#nav ul
{
margin: 0;
padding:10px 0 10px 20px;
}
#nav li
{
list-style-type: none;
display: inline;
margin: 0;
padding: 0 10px 0 13px;
}
#nav a:link, #nav a:visited
{
color: #fff;
text-decoration: none;
text-transform: uppercase;

}
#nav a:hover, #nav a:active
{
color: #000;
}

#content, #content td {

	padding: 0 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#rightcopyright
{
color: #fff;
font-size: 12px;
float: right;
margin-top: -25px;
padding-right: 10px;
}
h1
{
font-size: 16px;
}
h2
{
font-size: 14px;
}
h3
{
font-size: 12px;
color: #a59d8f;

}

.floatleft
{
float: left;
width: 430px;
padding: 10px;
}
.floatright
{
/*padding-left: 425px;*/
float: right;
width: 390px;
padding: 10px;
}
.whitetext
{
color: #fff;
}
.ideasbox a
{
display: block;
width: 150px;
height: 40px;
background-color: #F2EAB0;
vertical-align: middle;
color: #000;
text-decoration: none;
line-height:40px;
border: 1px solid #000;
}
.ideasbox a:hover
{
color: #f2eab0;
background-color: #000;
font-weight: bold;
}
.gdgbox
{
display: block;
width: 250px;
height: 80px;
background-color: #000;
text-decoration: none;
color: #fff;
}
.gdgbox a
{
font-weight: bold;
text-decoration: none;
color: #fff;
}
.gdgbox h1
{
padding: 8px 0 0 0;
margin: 0 0 -15px 0;
text-decoration: none;
color: #9CD081;
}
.gdgbox a:hover
{
color: #9CD081;
}