img
{
	border:none;
}

#header
{
	height: 100px;
	background-color: #FA6900;
	margin: 0px;
	padding: 5px;
	font-size: 48px;
	color: white;
	font-style: italic;
}

#headtext
{
	position: relative; 
	top: 50px;  
	left: 40px;
}



#wrap
{
	min-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


a
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed;
	text-indent: 10px;
}

a:hover
{
	font-style: oblique;
	font-weight: bold;
}

html
{
	background: #69D2E7;

}

.main
{
	min-height: 600px;
	background-color:#F38630; 
	border-top:#FFFFFF 2px solid;

	margin:0px; 
	padding:5px;
}

#sidebar
{
	min-height: 600px;
	width: 100%;
	background-color:#F38630; 
	border-top:#FFFFFF 2px solid;
	border-right:#FFFFFF 2px solid;
	margin:0px; 
	padding:5px;
}

#sidebarFull
{
	height:50px; 
	background-color:#CFB59F; 
	border-top:#FFFFFF 2px solid;
	margin:0px; 
	padding:5px;
}

#footer
{
	height:50px; 
	background-color:#FA6900; 
	border-top:#FFFFFF 2px solid;
	margin:0px; 
	padding:5px;
	font-size: 75%;
	text-align: center;	
}
