/*-------------------- Element Definitions --------------------*/

div
{
	font-size: 8pt;
	float: 5px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 12px;
	margin: 0px;
	color: rgb(243,96,33);
}

/*--------------------    Id Definitions   --------------------*/

#center {
	float: left;
	width: 430px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 50px;
	margin-right: 30px;
}
#menu ul li #link-believe
{
	color: rgb(255,255,255);
	background-color: rgb(243,96,33);
}

#outerLeft
{
	margin: 0px;
	width: 510px;
}

#content>#outerLeft
{
	margin: 5px;
	width: 525px;
}

#outerRight
{
	float: right;
	margin: 5px;
	width: 200px;
}

#outerRight a
{
	font-weight: bold;
	font-style: italic;
	color: rgb(0,0,0);
	text-decoration: none;
}

#innerLeft
{
	float: left;
	margin-top: 550px;
	width: 180px;
}

#outerLeft>#innerLeft
{
	width: 200px;
}

#innerRight
{	
	margin-left: 190px;
	width: 315px;
}

#outerLeft>#innerRight
{
	width: 315px;
	margin-left: 202px;
}

#innerRight #graphics ul
{
	margin-left: 185px;
}

#innerRight>#graphics ul
{
	margin-left: 150px;
}

/*--------------------   Class Definitions  -------------------*/