/* -------------- Body -------------- */

html {
	height: 95%;
	margin-bottom: 1px;
	background-color: #333333;
	}

body {
	margin: 30px auto;
	font-size: 12px;
	line-height: 1.5em;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	color: #ccc;
	font-weight: bold;
	}


#wrap {
	width: 780px;
	margin: 0 auto;
}

img {
	border: none;
}


/* -------------- Text -------------- */

 h1 {
	font-size: 1.2em;
	font-weight: normal;
	border: 0px;
}


h2 {
	border: 0;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 0.3em;
}

h3 {
	font-size: 0.9em;
	line-height: 0.6em;
	font-weight: normal;
	color: #fff;	
	margin-bottom: 10px;
}	
	

p {
	color: #ccc;
	font-size: 0.9em;
	margin-top: 0;
	font-weight: bold;
}

#left p {
	color: #ccc;
	font-size: 0.9em;
	line-height: 0.2em;
	font-weight: bold;
	padding: 0;
	margin-bottom: 12px;
	margin-top: 5px;
}

#right p {
	padding-right: 12px;
}


strong {
	font-weight: bold;
}

/* -------------- Text Links -------------- */


a:link {	
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #ccc;
}



/* -------------- Navigation -------------- */

#navcontainer ul
{
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
}

#navcontainer li 
{ 
	border: 1px solid #333;
	margin: 0px;
	padding: 0px;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navcontainer a:link, #navlist a:visited
{
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.9em;
	text-decoration: none;
}

#navcontainer a:hover
{
	border: 0px;
	color: #999;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #999;
	border: 0px;
	margin: 0px;
}



/* -------------- Content -------------- */



#header {
	width: 760px;
	height: 90px;
	margin-bottom: 5px;
	border: 0px;

}


#horzline {
	width: 20px;
	height: 440px;
	padding: 0px;
	border: 0;
	float: left;
}

#content {
	width: 580px;
	height: 440px;
	padding: 0px;
	border: 0;
	float: left;
}

#home-content {
	
}



#left {
	width: 220px;
	float: left;
}


#right {
	overflow: auto;
	width: 340px;
	height: 440px;
	float: left;
}
