/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc)
}

html { background: #010101 repeat-x; color: #102d3e; font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding-bottom:  20px;  }


p {
	margin-bottom: 20px;
}


h1, h2, h3, h4, h5, h6, strong {
	color: #094363;
	margin-bottom: 20px;
}

h3 {
	font-size:17px;
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }
#outer-wrapper { width: 100%;
background: #010101 url(../images/bg-page.jpg) top center no-repeat;
float:left;
min-height:725px;
height:auto !important;
height:725px; 
}
#wrapper {
width: 650px;
margin: 0 auto;
}

#header{
width:650px;
height:289px;
margin:0 auto;
background: url(../images/header.png) top center no-repeat;
padding:0;

}

#menu
{
padding:253px 0 0 30px; 
overflow:hidden;

}

#menu ul
{
padding:0;
margin:0;
}
#menu ul li
{
display:inline;


}

#menu ul li a
{
display:block;
float:left;
padding:11px;
color: #094363;
border-right: 1px solid #CDCDCD;
text-transform: uppercase;
text-decoration: none;
	
}



#menu ul li a:hover {
	color:#6b3fae;
	text-decoration:underline;
	

}

#menu ul li a.active{
	color:#6b3fae;
	text-decoration:underline;
	
	
	
}





	
#content-here { width:650px;
background:url(../images/contentbg.jpg) top center no-repeat #bfbbb7;
float:left;
}

#content-right{

width:432px;
padding:0 20px;
float:left;
margin:0
}


#content-left{

width:168px;
float:left;
margin:0
}

#nav-left{
font-family:Arial, Helvetica, sans-serif;
margin:0 auto;
float:right;
}

#nav-left ul{
list-style-type:none;
margin:0;
padding-right:10px;

}

#nav-left ul li{
display:block;
text-align:center;
padding:13px 0;
border-bottom:1px dashed #094363;
width:150px;
}

#nav-left ul li a{
color:#094363;
text-decoration:none;
}

#nav-left ul li a:hover{
color:#6b3fae;
text-decoration:none;
}

#nav-left ul li a.active12{
color:#6b3fae;
text-decoration:none;
}




#book { float: left; padding: 0 30px 0 100px; }
#order { text-align: center; padding: 0 0 20px 0; }
#order a { font-size: 18px; }		
#footer { clear: both; width: 630px;; text-align: center; font-size: 10px; background: #bfbbb7; color:#094363; padding:10px;}


/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
	
	
}


#contact-form input, #contact-form textarea {
	width: 350px;
	border: 1px solid #d3c5c1;
	background: #fef5f0;
	
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

