body {
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
    width: 100%;
	font-size: 80%;
	color: #8D8D8D;
	line-height:150%;
}

form {
	margin: 0px;
}

input {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica;
}

h1 {
	font-weight: normal;
	margin-top: 21px;
	margin-bottom: 2px;
	padding: 0px;
	font-size: 120%;
}

h2 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 14px;
	padding: 0px;
	font-size: 120%;
}

h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 14px;
	padding: 0px;
	font-size: 125%;
}

h4 {
	font-weight: normal;
	margin-top: 0px;
	padding: 0px;
	font-size: 125%;
}

h5 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color:#BA8E31;
}

p {
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
   	text-decoration: underline;
/*    font-weight: bold;*/
	color: #BA8E31;
	font-size: 100%;
}

a:hover {
	color: #BA8E31;
	text-decoration: underline;
	font-size: 100%;
}

#wrapper { 
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	width: 990px;
	height: 142px;
}

#logo {
    width: 310px;
	height: 113px;
    float: left;
}

.thumbs {
    width: 170px;
	height: 113px;
    float: left;
}

#topMenu {
    float: left;
    width: 990px;
	height: 29px;
	background:url(../images/menu_bg.jpg) repeat-x;
	font-size:90%;
}


#topMenu a:hover {
	_background-color:#CEA549;
}

#topMenuInner {
	margin-left:14px;
}

#topMenu ul {
	margin: 0px;
	padding: 0px;
}

#topMenu li {
	display: inline;
}

hr {
	color: #ccc;
	height: 1px;
	background-color: #ccc;
	border: 0px solid #ccc;
}

#footer {
	border-top:3px solid #DFC77F;
	font-size:90%;
}

#footerInner {
	margin-top:6px;
}

#content {
	margin-top:27px;
	margin-bottom:56px;
	min-height:350px;
}

#contentLeft {
	float:left;
	width:238px;
	padding-left:24px;
}

#contentLeftPadding {
	background:url(../images/content_left_bg.jpg) repeat-y;
}

#contentRight,#contentRight2 {
	float:right;
	width:725px;
}

#contentRight2Padding {
padding-right:40px;
}

#contentRight #contentRightTwoColL {
	float:left;
	width:366px;	
	min-height:395px;
	_height:411px;
}

/* sarafi hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
#contentRight #contentRightTwoColL {	min-height:411px;}
}

 #contentRight #contentRightTwoColR {
	float:right;
	width:329px;
}

#contentRight2 #contentRightTwoColL {
	float:left;
	width:245px;
}

#contentRight2 #contentRightTwoColR {
	float:right;
	width:450px;
	padding-right:20px;	
}

#contentLeftTop {
	background:url(../images/content_left_grad.jpg) no-repeat top;
	width:214px;
	min-height:483px;
}

#contentLeftTopPadding {
	padding:15px 14px 0px 15px;	
}

#threecol {
	overflow: hidden;
	background:url(../images/threecol_mid_wide.jpg) repeat-y;
	_float:left;
}

#threecol .col {
	float: left;
	width: 232px;
}

#threecol .col2 {
	width: 231px;
}

#threecol .equalheight {
	margin-bottom: -2000px; 
	padding-bottom: 2000px; 
}

#col1 {
	background:url(../images/threecol_left_t.jpg) no-repeat top;
	width:232px;
	min-height:137px;
}

#col2 {
	background:url(../images/threecol_mid_t.jpg) no-repeat top;
	width:231px;
	min-height:137px;
}

#col3 {
	background:url(../images/threecol_right_t.jpg) no-repeat top;
	width:232px;
	min-height:137px;
}

#col1 .padd {
	padding:15px 14px 10px 15px;
}

#col2 .padd {
	padding:15px 24px 10px 25px;
}

#col3 .padd {
	padding:15px 14px 10px 35px;
}


#threecolfoot {
	float:left;
}

#bookLinks {
	margin-left:16px;
}

.widetemplate {
	padding-left:25px;
	width:940px;
}

.gallery {
	float:left;
	margin:14px 14px 14px 14px;
	width:196px;
}

label {
	float:left;
	width:105px;
	text-align:left;
	margin-top:10px;
}

.inputName {
	border: 1px solid #DBD786;
	background-color:#E9E6B5;
	width:234px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	color:#A6A6A6;
}

textarea {
	overflow:auto;
	color:#A6A6A6;
	font-family: Verdana, Arial, Helvetica;
	font-size:100%;
}

.submitBtn {
	border: 1px solid #DBD786;
	background-color:#E9E6B5;
	color:#BA8E31;
	width:69px;
	padding:1px;
	margin-left:109px;
	margin-top:10px;
	cursor:pointer;
}

