body 
{
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #f0f0f0;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 13px;
	color: #333;
}
	
a
{
	color: #03c;
}
a:hover 
{
	text-decoration: none;
}

#header
{
	margin: 15px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	background-color: #ffffff;
}

#footer 
{
	clear: both;
	text-align: right;
	font-size: 10px;
	margin-right: 5px;
	margin-top: 3px;
}
#footer a
{
	text-decoration: none;
}

#content-container
{
	margin-left: auto;
	margin-right: auto;		
	background-color: #ffffff;
	height: 160px;
	border-bottom: solid 2px #000000;
}

#content-body
{
	margin:0 auto;
	clear: both;
	background-color: #ffffff;
	width: 80%;
}

#content-body .icon-link
{
	position: relative;
	text-align: center;
	margin: 0px 5px 0px 5px;
	float: right;
	width: 23%;
	border-style: none;
}	  

#about
{
	padding-top: 4px;
	padding-bottom: 8px;
	margin-left: auto;
	margin-right: auto;			  
	width: 70%;
}

#about-text p
{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 11px;
}

.window-panel
{
	padding-top: 10px;
	background-color: #ffffff;
}

.window-list
{
	list-style-image: url('../images/default/menu/checked.gif');
}

.window-list li
{
	margin-left: 20px; 
	line-height: 16px;
	vertical-align: middle;
	font-weight: bold;
}

#resume-panel p
{
	padding: 10px;
}

#credits-panel p
{
	padding: 10px;
	margin-right: 30px;
}	  

#terms-panel p
{
	padding: 10px;
	margin-right: 30px;
}
