@charset "utf-8";
/* CSS Document */

#wrapper
{
	width:800px;
	background: #DCDCDC;
	position:relative;
	height: auto;
}


#leftNav
{
	width:252px;
	height: 100%;
	float:left;
	background: #DCDCDC;
	}
	
	
#content
{
	width: 530px;
	height: auto;
	float: left;
	background: #DCDCDC;
	color:#3A3A3A;
	font-family:Tahoma;
	font-size:13px;
	padding: 5px;
	margin: 0 0 20px 0;
	
	}
	
	#content2
{
	width: 530px;
	height: auto;
	float: left;
	background: #DCDCDC;
	color:#3A3A3A;
	font-family:Tahoma;
	font-size:13px;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	}
	
	
	
#content a:active, #content a:link, #content a:visited

{

    color: #767676;

    text-decoration: none;

	font-size:13px;

}

#content a:hover

{

    color: #333333;

}


