p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-right:10px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-right:10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-top:20px;	
}

hr {
	margin-left: 10px;
	margin-right: 10px;

}

#wrapper {
	position:absolute;
	width:970px;
	height:450px;	
	z-index:1;
	visibility: visible;

	/*border: 1px solid #FFFFFF;*/
}

#contentleft {
	width: 335px;
	height: 450px;
	float: left;
	background: url(images/big_idea.gif) no-repeat;
	/*	border: 1px solid red;*/
}

#content {
	width: 620px;
	height: 450px;	
	background: #1A1A1A;
	float: right;
	overflow: auto;
	padding:0px;
}

#content a {
	text-decoration: none;
	color: #FFFFFF;
}

#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#nav {
	width:330px;
	height: 150px;
	z-index:100;
	margin-top: 250px;
	float: left;	
}

#nav p {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

