/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

	
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 10px;
	height: 100%;
}

img	{
	border: none;
}

.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 5px 0 15px 0;
}

#container {
	margin: 0 0 0 25px;
	width: 905px;
}

#vertical_container {
	margin: 20px 0 0 0;
	width: 905px;
}

	#top_container {
		width: 905px;
		height: 130px;
		margin: 10px auto 10px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 905px;
	}
	
.page-top {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #09f;
	border-bottom: 5px solid #444444;
}




h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}
	
a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #09F;
}		
	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}

div#titlecontainer {
	width: 905px;
	height: 57px;
	background-image: url('../images/top.gif');
	background-repeat: no-repeat;
}

div#titlecontainer img	{
	margin-top: 20px;
}

div#titlecontainer p	{
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 28px 0px 0px 106px;
	float: left;
	width: 550px;
}
