/*  
Theme Name: acci01
Theme URI: 
Description: 
Version: 1.6
Author: AntiGravity Inc
Author URI: http://www.antigravityinc.com/


*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#4c4c4c;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#ebddcd url(images/bg.png) repeat-x;
	color:#4c4c4c;
}
#wrapper{
	
}

.page{
	width:900px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:123px;
	background:url(images/header_bg.png) no-repeat right top;
	overflow:hidden;
}

#header_title{
	float:left;
}

#header_menu{
	float:right;
}

#header_menu ul{
	padding:90px 0 0 0;
}
#header_menu ul li{
	display:inline;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 5px 0 5px;
	color:#000;
}
#header_menu ul li a{
	color:#000;
}

/* MENU */

#menu{
	width:100%;
	height:50px;
	background:url(images/menu_bg.png) no-repeat;
	overflow:hidden;
}

#menu ul{
	float:left;
	padding:14px 0 0 0;
}

#menu li{
	float:left;
	display:block;
	padding:0 18px 0 18px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	background:url(images/menu_li.gif) no-repeat right top;
	height:19px;
}

#menu li.last{
	background:none;
}

#menu a{
	color:#fff;
	display:block;
	float:left;
	padding:2px 0 0 0;
}

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.png) repeat-y;
}

#body_top{
	width:100%;
	background:url(images/body_top_bg.png) no-repeat;
}

#body_end{
	width:100%;
	background:url(images/body_end_bg.png) no-repeat bottom;
	padding:0 0 30px 0;
	overflow:hidden;
}

#body_left{
	width:634px;
	float:left;
}

#body_right{
	width:266px;
	float:right;
}

/* left contact */

#body_left_content{
	width:568px;
	margin:16px 0 0 32px;
}

.post{
	width:100%;
	margin:0 0 30px 0;
}

.post_single{
	width:100%;
}

.post-title{
}

.post-title h2{
	font-size:24px;
	color:#3e3b32;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.post-title h2 a{
	color:#3e3b32;
}

.entry{
	line-height:20px;
	font-size:12px;
	padding:10px 0 10px 0;
}

.entry p{
	padding-bottom:15px;
}

.entry a{
	text-decoration:underline;
}

.entry a:hover{
	text-decoration:none;
}

.postmetadata{
	width:100%;
	overflow:hidden;
	border-top:2px solid #e7d5c2;
	padding:10px 0 0 0;
	font-size:12px;
}

.postmetadata .alignleft a{
}

.postmetadata .alignleft a span{
	font-weight:bold;
}

.postmetadata .alignleft{
	padding:0 0 0 5px;
}

.postmetadata .alignright{
	padding:0 5px 0 0;
}

.postmetadata .alignright span{
	padding:0 25px 0 0;
}

.post-page{
}

h2.post_page_title{
	font-size:24px;
	color:#3e3b32;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.post-page .entry{
}

.post-page .entry a{
	text-decoration:underline;
}

.post-page .entry a:hover{
	text-decoration:none;
}

.entry strong{
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#3e3b32;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:28px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 

/* right content */

/* SIDE BAR */

#sidebar{
	width:252px;
	margin:35px 0 0 0;
	overflow:hidden;
}
#sidebar ul{
}
#sidebar ul li{
}
#sidebar ul li p{
	text-align:center;
	padding:0 0 10px 0;
	width:210px;
	margin:0 0 10px 20px;
	border-bottom:2px solid #e7d5c2;
}
#sidebar ul li p.last{
	border-bottom:0;
	padding:0 0 5px 0;
}
#sidebar ul li h2{
	color:#bb1217;
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	background:#f0e5d9;
	border:2px solid #e7d5c2;
	padding:10px 0 10px 15px;
	margin:0 0 13px 0;
}
#sidebar ul li a{
	display:block;
	color:#9e0b0e;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
	margin:0 0 4px 0;
}
#sidebar ul li a:hover{
	text-decoration:none;
}
.s_sponsors img{
	border:3px solid #000;
}

/* FOOTER */

#footer{
	width:100%;
	height:153px;
	background:url(images/footer_bg.png) no-repeat;
	overflow:hidden;
	color:#FFF;
	font-size:12px;
}
#footer a{
	color:#FFF;
}
#footer ul{
	text-align:center;
	padding:18px 0 40px 0;
}
#footer ul li{
	display:inline;
	padding:0 2px 0 2px;
	font-family:Verdana, Geneva, sans-serif;
}
#fcopyrights{
	float:left;
	padding:0 0 0 30px;
}
#fdesigned{
	float:right;
	padding:0 30px 0 0;
}
#fdesigned a, #fcopyrights a{
	font-weight:bold;
}



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 98%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 30px;
	padding-bottom:4px;
	background:url(images/blockquote_bg.gif) repeat-y;
	}

blockquote blockquote{
	background:url(images/blockquote_bg2.gif) repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
	}

.navigation  a{
	color:#dadf65;
	text-decoration:underline;
	}

.navigation  a:hover{
	text-decoration:none;
	}

.navigation  .alignleft a{
	background:url(images/prev.gif) no-repeat left center;
	padding:0 0 0 12px;
	}

.navigation  .alignright a{
	background:url(images/next.gif) no-repeat right center;
	padding:0 12px 0 0;
	}
/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin: 0 10px 15px 0;
	list-style: none;
	padding:0 0 0 10px;
	} 

.entry ul li {
	border-bottom:1px solid #cccccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/entry_before.gif) no-repeat left 10px;
	padding:3px 0 4px 15px;
	}

.entry ol {
	margin: 0 10px 15px 0;
	padding:0 0 0 30px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-top:3px;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:400px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:110px;
	height:32px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comment_title{
	font-size:24px;
	color:#3e3b32;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
}

.alt {
	margin: 0;
	}

.commentlist {
	padding: 0px;
	text-align: justify;
	}

.comm_items {
	margin: 15px 0 5px 0;
	display:block;
	border:1px solid #3e3e3e;
	background:#fcfbf0;
	border:1px solid #f4f3e5;
	font-family:Verdana, Geneva, sans-serif;
	}

.comm_items li {
	margin: 0;
	padding: 5px 10px 5px;
	background:none;
	border:0;
	list-style:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:18px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	display: block;
	color:#790000;
	text-transform:capitalize;
	font-size:17px;
	background:#faf9e8;
	border-bottom:1px solid #f4f3e5;
	padding:8px 0 10px 22px;
	}

.commentmetadata a{
	color:#790000;
	}

.commentmetadata span{
	color:#3d352e;
	font-size:15px;
	text-transform:lowercase;
	}

.commentmetadata_text{
	margin:0 22px 15px 22px;
	font-size:12px;
	color:#4b4b48;
}

#respond_box{
	margin:30px 0 0 0;
	padding:0 0 60px 0;
}

h3#respond{
	font-size:24px;
	color:#3e3b32;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:3px solid #e7d5c2;
	padding:0 0 5px 0;
}

#commentform{
	color:#000;
	font-size:12px;
	padding:18px 10px 0 55px;
	width:70%;
}

#commentform a{
	color:#000;
}

#commentform label{
	position:relative;
	top:-5px;
}

#commentform input{
	background:#ffffff;
	border:3px #f3e7da solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#333;
}

#commentform textarea{
	background:#ffffff;
	border:3px #f3e7da solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#333;
	margin:5px 0 3px 0;
	overflow:auto;
}

#commentform input#submit{
	background:none;
	border:0px;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
	width:95%;
}

.ar_panel{
}

.ar_panel3{
}

.page_archives_div h2{
	font-size:24px;
	color:#3e3b32;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 10px 0;
}

.ar_panel3 h2{
	padding-top:5px !important;
}

.ar_panel3 ul{
	margin-left:0px !important;
}

.page_archives_div ul h2{
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	margin-bottom:40px;
}

.page_archives_div ul ul{
	padding:0;
	background:none;
}

.page_archives_div ul li{
	margin:0px;
	padding:4px 0 6px 10px;
	list-style:none;
	background:none;
	border-bottom:1px solid #f5efe8;
}

.page_archives_div ul li ul li{
	border:0px;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	font-size:12px;
	background:url(images/entry_before.gif) no-repeat left 4px;
	padding:0 0 0 11px;
}




/* contact */

#cbody{
	width:100%;
	background:url(images/cbody_bg.png) repeat-y;
}

#cbody_top{
	width:100%;
	background:url(images/cbody_top_bg.png) no-repeat;
}

#cbody_end{
	width:100%;
	background:url(images/cbody_end_bg.png) no-repeat bottom;
	padding:0 0 110px 0;
	overflow:hidden;
}

#cbody_left{
	width:604px;
	float:left;
}

#cbody_right{
	width:296px;
	float:right;
}
#cbody_left_content{
	width:532px;
	margin:20px 0 0 32px;
}
#sidecontact{
	width:235px;
	margin:60px 0 30px 0;
	font-family:Verdana, Geneva, sans-serif;
}
#sidecontact h2{
	color:#9e0b0e;
	font-size:20px;
	font-weight:normal;
	padding:8px 0 20px 0;
}
.sidecontact_text{
	font-size:11px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	line-height:15px;
	padding:0 0 15px 0;
}
#sidecontact ul{
}
#sidecontact ul li{
	padding:0 0 30px 0;
	font-size:12px;
	color:#000;
	line-height:16px;
}
#sidecontact ul li a{
	color:#000;
}
#sidecontact ul li strong, #sidecontact ul li span{
	color:#9e0b0e;
}
#contect_descr{
	width:390px;
	margin:23px 0 0 22px;
}
#contect_descr h3{
	color:#9e0b0e;
	font-size:15px;
	padding:0 0 5px 0;
}
#contect_descr p{
	font-size:12px;
	line-height:17px;
	color:#000;
}



/* CONTACT */


form.ddfm h1,
form.ddfm h2 {
	color: #000;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #000;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #000;
}

form.ddfm .required {
	color: #9e0b0e;
}

.ddfmerrors {
	color: #9e0b0e;
}


/* TEXT CSS */


.ddfmwrap {
	font-size: 100%;
}

form.ddfm h1,
form.ddfm h2 {
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}



/* STRUCTURE CSS */

.ddfmwrap {
	width: 450px;
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
	padding: 0 10px 10px 10px;
	width: 430px; 
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;
	font-family:Verdana, Geneva, sans-serif;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
	background:#ffffff;
	border:1px solid #d9bd9d;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
	background:#ffffff;
	border:1px solid #d9bd9d;
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
	background:#ffffff;
	border:1px solid #d9bd9d;
	overflow:auto;
}

/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
	background:#ffffff;
	border:1px solid #d9bd9d;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	background:#ffffff;
	border:1px solid #d9bd9d;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	width: 97%;
	display:none;
}

form.ddfm .submit {
	clear: both; 
	width: 97%;
}

form.ddfm .submit input{
	background:#ebddcd;
	border:2px solid #d9bd9e;
	color:#9e0b0e;
	padding:2px 5px 2px 5px;
	font-weight:bold;
	margin:0 0 0 123px;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}

/* gallery */

#gbody{
	width:100%;
	background:#fff url(images/gbody_bg.png) no-repeat;
}
#gbody_top{
	width:100%;
	background:url(images/gbody_top_bg.png) no-repeat left bottom;
	padding:0 0 40px 0;
	overflow:hidden;
}
#gbody #content{
	margin:25px 0 0 32px;
}
#gallery_items{
	overflow:hidden;
	width:100%;
	padding:20px 0 0 0;
}
#gallery_items li{
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	padding:0 69px 40px 0;
}
#gallery_items li.last{
	padding:0 0 40px 0;
}
#gallery_items li a{
	color:#9e0b0e;
}
#gallery_items li img{
	border:3px solid #beac97;
}
#gallery_items li span{
	display:block;
	padding:6px 0 0 0;
}

/* index */

#board{
	width:100%;
	height:237px;
	background:url(images/board_bg.png) no-repeat;
}
#board p{
	visibility:hidden;
}
#donate{
	width:100%;
	overflow:hidden;
}
#donate img{
	float:left;
}

#ibody{
	width:100%;
	background:#fff url(images/ibody_bg.png) no-repeat;
}
#ibody_top{
	width:867px;
	background:url(images/ibody_top_bg.png) no-repeat left bottom;
	overflow:hidden;
	padding:0 17px 40px 16px
}
#indextop{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ccc2ba;
	padding:0 0 21px 0;
	margin:25px 0 20px 0;
}
#index_wellcome{
	float:left;
	width:544px;
	border-right:1px solid #ccc2ba;
}
#index_lvideo{
	float:right;
	width:298px;
}
#index_wellcome h2{
	color:#3e3b32;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:0 0 20px 10px;
}
#index_wellcome h2 span{
	color:#000;
}
#index_wellcome h3{
	float:left;
	width:140px;
	text-align:center;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	color:#000;
}
#index_wellcome h3 b{
	display:block;
}
#index_wellcome div{
	float:left;
	width:385px;
}
#index_wellcome div p{
	font-size:12px;
	line-height:18px;
	padding:0 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
}
#index_wellcome div p.alignright{
	text-align:right;
}
#index_lvideo h2{
	color:#3e3b32;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:0 0 10px 0;
}
#index_lvideo h2 span{
	color:#000;
}
#index_lvideo p{
	text-align:right;
	padding:30px 0 0 0;
}

/*indexend*/

#indexend{
	width:855px;
	overflow:hidden;
	margin:0 0 20px 10px;
}
#index_events{
	float:left;
	width:508px;
}
#index_news{
	float:right;
	width:323px;
}
#index_events h2{
	color:#3e3b32;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0 0 10px 0;
}
#index_events h2 span{
	color:#000;
}
#index_events ul{
}
#index_events ul li{
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	line-height:18px;
	background:url(images/dotted_dark.gif) repeat-x left bottom;
	margin:0 0 10px 0;
}
#index_events ul li.last{
	background:none;
}
#index_events ul li h3{
	font-weight:normal;
	color:#f7941d;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
#index_events ul li h3 a{
	color:#f7941d;
}
#index_events ul li p{
	font-size:12px;
	padding:0 0 15px 0;
}
#index_events ul li p a{
	font-weight:bold;
	color:#9e0b0e;
}
#index_events ul li p strong{
	color:#9e0b0e;
}
#index_news h2{
	color:#3e3b32;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding:0 0 10px 5px;
}
#index_news_box{
	width:100%;
	background:#efe4d7 url(images/index_news_bg.gif) no-repeat;
}
#index_news_box_end{
	width:100%;
	background:url(images/index_news_box_end_bg.gif) no-repeat left bottom;
	padding:18px 0 25px 0;
}
#index_news ul{
	width:285px;
	padding:0 0 10px 19px;
}
#index_news ul li{
	border-bottom:1px solid #bfb6ac;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-family:Verdana, Geneva, sans-serif;
}
#index_news ul li.last{
	border-bottom:0;
}
#index_news ul li h3{
	color:#9e0b0e;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:0 0 5px 0;
}
#index_news ul li h3 a{
	color:#9e0b0e;
}
#index_news ul li p{
	color:#534741;
	font-size:12px;
	line-height:18px;
}
#index_news ul li p a{
	text-decoration:underline;
	color:#534741;
}
#index_news ul li p a:hover{
	text-decoration:none;
}
#index_news_more{
	text-align:right;
	padding:0 20px 0 0;
}
#index_news_more a{
	color:#9e0b0e;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
#index_news_more a:hover{
	text-decoration:none;
}
