* {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}

body {
	font-family: 'Concert One', cursive;
	font-size: 16px;
	background: #ffffff  url(../images/bg_page.jpg) top repeat-x;
	color: #6c402a;
	margin: 0 auto;
}



p {
	margin-bottom:18px;
	line-height:19px;
}

a {
	color: #bc1c02;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: #ff0000;
	font-weight:bold;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #bc1c02;
}


h2 {
	font-size: 22px;
	font-weight: bold;
	color: #bc1c02;
	line-height: 26px;
	padding: 0 0 15px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #bc1c02;
	line-height: 13px;
	padding: 0 0 5px 0;
}

ul li {
	list-style-type:none;
}
	

.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inline {
	display:inline;
}
.overflow{
	overflow:hidden;
}
.txtcenter{
	text-align:center;
}


.txtleft {
	text-align: left;
}

.txtright {
	text-align: right;
}
.imgleft {
	float: left;
	margin: 0 0 10px 5px;
}

.imgright {
	float: right;
	margin: 0 0 15px 15px;
}

/* --------------------------------MAIN STRUCTURE--------------------------------*/
#container {
	margin: 0 auto;
	width: 1000px;
	/*background:  url(../images/bg_container.jpg) top no-repeat;*/
}


#header {
	margin: 0 auto;
	width: 1000px;
	height: 370px;
	padding: 0 0 0 0;
	/*background: url(../images/bg_header.jpg) top no-repeat;*/
}


#banner {
	margin:0 auto;
	width: 1000px;
	height: 370px;
	padding:0;	
}



#fade {
	padding:0;	
	width: 1000px;
	height: 370px;
	margin:0 auto;
	overflow: hidden;
	background: url(../images/banner1.jpg) no-repeat;
}




#sidebar-wrapper{
	float: left;
	width: 220px;
	overflow:hidden; 
	padding:0 0 0 0;
}

#sidebar {
	float: left;
	width: 220px;
	overflow:hidden; 
	padding: 55px 0 0 0;
}

/*----NAV---- */
ul#nav {
	float: left;
	width: 200px;
	list-style: none;
}

ul#nav li {
	float: left;
	width: 200px;
	clear: both;
	padding: 0 0 3px 23px;
}

ul#nav li a {
	float: left;
	width: 200px;
	color:#bfbdbd;
	text-decoration:none;
	/*font-family:"Century Gothic", sans-serif;*/
	background-image: url(../images/bg_nav.jpg);*/
}

ul#nav li a span {
	text-transform:uppercase;
	display:block;
}


ul#nav li.navmain a {
	font-size:14px;
}

ul#nav li.navmain a:hover, ul#nav li.navmain a.active {
	/*font-family:"Century Gothic", sans-serif;*/
	font-size:14px;
	color: #bc1c02;
	font-weight:bold;
	text-decoration:none;
}





/*------ENDOFNAV-------*/
#content-wrapper {
	margin: 0 auto;
	width: 840px;
	overflow:hidden; 
	background:url(../images/bg_content_y.jpg) top repeat-y;
}



#content-bg {
	margin: 0 auto;
	width: 840px;
	overflow:hidden; 
	padding: 30px 0 0 0;
	background:url(../images/bg_content.jpg) top no-repeat;
	
}



#content {
	float: left;
	width: 550px; 	
	padding: 10px 0 20px 60px;
	text-align:justify;	
	overflow:hidden; 
}



img {
	border: 0;
}

#footer {
	padding:0 0 70px 0;
	clear:both;
	width:840px;
	margin: 0 auto;
	background: url(../images/bg_footer.jpg) no-repeat;
	height:35px;
	font-size:10px;
}

.footer-area{
	text-align:center;
	font-size:10px;
	padding:40px 0 0 30px;
	color:#aaaaaa;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;

}



.footer-area a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.f14 {
	font-size: 14px;
	line-height:18px; 
}

.f16 {
	font-size: 16px;
	line-height:22px; 
}

.f18 {
	font-size: 18px;
	line-height:26px; 
}

.imgauthor {
float: left;
margin-right: 2em;
padding: 0;
}


/*contact form*/

#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 500px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 500px;
	border: 1px solid #133662;
	background: #daedfc;
	padding: 3px;
	color: #777;
	font-size: 1.0em;
}



#error_message {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

#error_message p {
	display: block;
	padding: 5px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.error p {
	background: #ff0000;
	border: 1px solid #000;
	color: #FFFFFF;
}

.loading p {
	background: #ff0000;
	border: 1px solid #000;
	color: #FFFFFF;
}

.confirm p {
	background: #ff0000;
	border: 1px solid #000;
	color: #FFFFFF;
}



/*---------------------*/
#excerpt img {
	border: 1px solid #ddd;
}

/* Excerpt */
#excerpt {
	text-align: center;
	padding: 0 0 30px 0;
}




img.excerptImg {
	/*margin: 25px 0 30px;
	clear: both;*/
	text-align: center;
	display: inline;
}


ul.navExcerpt {
	text-align:center;
	display: block;
	list-style: none;
	padding: 20px 0 5px;
	clear: both;
	margin: 10px 0 0 0;
	/*border-bottom: 1px solid #ddd;*/
}

ul.navExcerpt li {
	display: inline;
	padding: 7px 7px 7px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-left: -1px;
}

ul.navExcerpt li a {
	text-decoration: none;
	outline: 0;
}

ul.navExcerpt li.next, ul.navExcerpt li.prev {
	padding: 7px 12px 7px;
	border: 0;
	background: none;
}
