h3 {
	background-color: #CCCCCC; 
	width:100%; 
	/*padding: 3px;
	*/
}

p {
	padding: 3px;
}
body {
	background-color: #000;
	font-family: Verdana, sans-serif;
}	

#header {
	margin: 0px auto;
	height: 77px;
	width: 730px;
	background-color: #393939;
	background-image: url(../data/images/header.jpg);
}
	
#mainMenu {
	margin: 0px auto;
	height: 32px;
	width: 730px;
	background-color: #FF9900;
	background-image: url(../data/images/menu_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	right: 0px;
	position: absolute;
	bottom: 8px;
}

#mainMenu ul li { 
	display: inline;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#mainMenu ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
}

#mainMenu ul li a:hover {
	color: #000;
}

#navigate {
	margin: 0px auto;
	height: 40px;
	width: 730px;
	background-color: #393939;
	position: relative;
	color: #fff;
	font-size: 10px;
	background-image: url(../data/images/navigate_bg.jpg);
	background-repeat: no-repeat;
}

#navigate .text {
	position: absolute;
	width: 680px;
	left: 50px;
	bottom: 10px;
}	

#content {
	width: 710px;
	margin: 0px auto;
	background-color: #393939;
	padding: 10px 10px 10px 10px;
}



#content a {
	font-size: 11px;
	color: #f60;
	text-decoration: none;
}

#content a:hover {
	color: #f60;
	text-decoration: underline;
}

#content h3 {
	margin: 0px auto;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #f60;
}

#content h2 {
	margin: 5px auto;
	background: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#content p {
	font-size: 11px;
	color: #fff;
	margin: 0px auto;
	text-align: justify;	
}	

#content img {
	border: 1px solid #000;
}

#otherLinks {
	color: white;
	text-align: right;	
	/*
	padding: 5px 15px 5px 5px;
	*/
}

#content .bookActiveGallery {
	margin-bottom: 10px;
}

#content .bookActiveGallery img {
	/*width: 305px;
	*/
}

#content #twoColumns {
	float:left;
    background-color: #393939;
    width: 720px;
    margin: 0px auto;
	padding: 0px;
	}

#content #mainPicture {
	float:left;
    width:320px;
	background-color: #393939;
    /*padding: 50px 10px 50px 10px;
	*/
	}
	
#content #textContent {
	float:right;
    width:365px;
    font-size:11px;
    color:#fff;
    padding: 0px 20px 0px 0px;
	}
	
#content #textContent h1 {
	color: #FF6600;
}

#content #thumbsGallery {
	clear: both;
	/*
	padding: 0px 25px;
	*/
	margin-top:100px;
	}
	
#content h2 {
	color: #f60;
	font-size: 13px;
	border-bottom: 1px solid #f60;
	margin-top: 100px;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
	margin: 0px auto;
	height: 62px;
	width: 730px;
	background-color: #393939;
	position: relative;
	background-image: url(../data/images/footer.jpg);
	clear: both;
}

#footer div {
	position: absolute;
	width: 730px;
	text-align: center;
	bottom: 10px;
}

#footer a {
	color: #f60;
	text-decoration: none;
}

#footer a:hover {
	color: #f60;
	text-decoration: underline;
}