/*///////////////////////////////////////////////////////////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\ Millipede Rapid Web Development System \\\\\\\\\\\\\\\\\\\\\\\
//////////////////////// By Sean Reynolds - Copyright 2008 //////////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////// oceanstar.css - Stylesheet for the Oceanstar website /////////////////
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

BODY 
{
	font-family: Verdana, Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}

#boundingBox
{
	
	
}

#centerBox
{
	position: relative;
	width: 510px;
	left: 150px;
}

#content
{
	position: relative;
	top: 10px;
	width: 450px;
	height: 510px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 17px;
	background: url(images/homebg.jpg) no-repeat;
}

#content h1
{
	color: #3F3F3F;
	font-weight: bold;
	font-size: 12px;

}

#logoBar
{
	position: relative;
	top: 10px;
	left: 0px;
}

#logoBar a img
{
	position: relative;
	left: 0px;
	border-style: none;
}

#logoBarRedStripe
{
	position: relative;
	bottom: 0px;
	height: 15px;
	background-color: #900000;
}

#loginBar
{
	text-align: center;
	width: 130px;
	height: 140px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	border-top: 15px solid #900000;
	padding: 15px 0px 15px 0px;
	background: url(images/homebg.jpg) no-repeat;
}

#loginBar input
{
	font-size: 10px;
	height: 13px;
	color: #900000;
	font-weight: bold;
}

#loginBar a
{
	color: #FFFFFF;
	text-decoration: none;
}

#loginBar a:hover
{
	color: #900000;
	text-decoration: none;
}

/* Left Bar Stuff */

#leftBar{
	position:absolute;
	width: 130px;
	top: 85px;
	left: 8px;
	color: #FFFFFF;
	border-top: 15px solid #900000;
}

#leftBarButtons{
	position: relative;
	margin-bottom: 10px;
	padding: 5px 3px 20px 3px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 85%;
	background-color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	background: url(images/homebg.jpg) no-repeat;
}

#leftBarButtons a:link, #leftBarButtons a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	text-align: center;
}

#leftBarButtons a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #900000;
}

#footer {
	position: relative;
	top: 10px;
	font-family: Verdana, Arial,sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 30px;
}