body
{ 
	background-color: #464a3c;  
	text-align: center; 
	margin: 0 auto; 
	}
	
a, p, h1, h2
{ 
	font-family: georgia, 'times new roman', serif;
	font-size: 9pt;
	text-decoration: none;
	}

#container
{
	margin: 0 auto;
	width: 720px;
	background-color: #ec822e;
	border-bottom: 1px dashed #ff0000;
}

#banner
{
	margin: 0 auto;
	padding: 0px;
	background-color: #aa0000;
	border-bottom: 1px dashed #ff0000;
}

#banner-inner
{ 
	height: 137px;
	background-image: url(../images/logo.jpg); 
}

.img-link
{
	border: 0;
}
#left-content
{
	float: left;
	width: 140px;
	background-color: ec822e;
	text-align: center;
	padding: 5px;
}

#left-image
{
	background-image: url(../images/nicktitle.jpg);
	height: 134;
	width: 135;
	margin: 5 auto;
}

#left-nav
{
	width: 135;
	margin: 0;
	padding: 8px;
	text-align: left;
	line-height: 1em;
}

#left-nav a
{
	font-family: georgia, 'times new roman', serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

#left-nav a:hover
{
	font-family: georgia, 'times new roman', serif;
	font-size: 8pt;
	text-decoration: none;
	color: #aa0000;
}

.left-nav-underline
{
	border-bottom: 1px solid #000000;
	color: #aa0000;
}

#nav-title
{
	color: #aa0000;
}

#right-content
{
	float: right;
	width: 569px;
	background-color: #cbceb3;
	border-left: dashed 1px #ff0000;
}

.right-block
{
	width: 535;
	margin: 35 auto;
	border-bottom: 1px dashed #ec822e;
}

.right-title
{
	width: 350;
	margin: 25 0;
	border-bottom: 1px solid #ec822e;
	text-align: left;
}

#demo
{
	height: 200px;
	width: 300px;
	margin: 20 auto;
}

#breakdown-link 
{
	width: 500;
	margin: 10 auto;
}

.right-links
{
	font-family: georgia, 'times new roman', serif;
	font-size: 8pt;
	text-decoration: none;
	color: #aa0000;
}

.right-links-black
{
	font-family: georgia, 'times new roman', serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;	
}

.pic-class
{
	margin: 20 auto;
}

#footer
{
	clear: both;
}

