/* Layout Styles */
body{
	color: #000000;
	background-color: #663399;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 150%;
}

#wrapper{
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}

#page_title{
	position: absolute;
	margin-top: 58px;
	margin-left: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

#header{
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 62px;
	width: 910px;
	background-image: url(../images/layout/header.jpg);	
}

#logo{
	padding-top: 5px;
	margin-left: 141px;
}

#border{
	width: 910px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 15px;
}

#header_seperator{
	border-top: 1px solid #F0F0F0;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding: 2px;
	background: #999999;
}

#main {
	margin-right: 5px;
	text-align: justify;
}

#left {
	float: left;
	width: 180px;
	padding-left: 5px;
}

#content {
	float: left;
	width: 560px;
	margin-left: 10px;
	margin-right: 10px;
}

#right{
	float: right;
	width: 120px;
	text-align:center;
}

#page_bottom {
  height: 0;
  clear: both;
}

.div_bottom{
  height: 0;
  clear: both;	
}

#footer{
	padding: 0px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	width: 910px;
	background-image: url(../images/layout/footer.jpg);	
	font-size: 10px;
	text-align: center;
}

/* Menu Styles */
#left ul{
	padding-left: 10px;
	margin-left: 10px;
}

#left ul li{
	padding-bottom: 5px;
}

#left ul li a{
	text-decoration: none;
	color: #663399;
}

#left ul li a:link{
	text-decoration: none;
}

#left ul li a:hover{
	text-decoration: underline;
}

#left ul li a:visited{
	text-decoration: none;
}

#left ul li a:active{
	text-decoration: none;
}

#footer a{
	text-decoration: none;
	color: #000000;
}

/* Standard Styles */

h1{
	position: absolute;
	margin-left: -1000px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;	
	margin-bottom: 10px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;	
	margin-bottom: 10px;
}

#content a{ color: #663399; }

#content a:link{}

#content a:hover{ text-decoration: none; }

#content a:visited{}

#content a:active{}

#content li{
	padding-bottom: 10px;
}

.divider{
	height: 10px;
	border-bottom-color: #663399;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.front_page_prices{
	color: #CC0000;
	font-weight: bold;
}

.smalltext{
	font-size: 10px;
}

.highlight{
	color: #663399;
	font-weight: bold;
}