/*
Design by svesan
*/

/* Elements */

* {
	margin: 0;
	padding: 0;
}

body {
	margin:0px;
	margin-right: 0px;
	padding: 0;
	height:  100%;
	margin-bottom: 0px;
	background: #000000;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #3A403C;
}

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

p {
line-height:120%;
}

a {
	color: #3A403C;
}

a:hover {
	text-decoration: none;
	color: #5E0003;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

/* Post */

.latest-post {
	padding: 48px 40px 10px 100px;
}

.contentheading, .componentheading, h3 {
	margin-bottom: .2em;
	font-size: 1.6em;
	color: #5E0003;
}

.post {
	padding: 1em 0em 1em 2em;
	border-top: 1px solid #5E0003;
	overflow:hidden;
margin-right:2em;
width:433px;
}

.postcontainer {
padding:0;
margin:0;
margin-right:1.5em;
overflow:hidden;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
}

.file * {
	color: #5E0003;
}

/* Wrapper */

div#center {
	text-align: center;
}

#wrapper {
	width: 740px;
	margin: auto auto;
	text-align:left;
}

/* Header */

#header {
	height: 150px;
	padding: 30px 50px 0 0;
	color: #E5F5D0;
}

#header * {
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
}

#header h1 {
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	font-size: 1em;
}

/* Content */

#content {
	background:;
}

#colOne {
	 float: right;
	 background:#FFFFFF;
          width: 509px;
          border:solid 2px;
          border-color:#5E0003;
          padding:10px;

	overflow:hidden;
}
#banner{
width:728px;
height:150px;
background:url(../images/ch_top_banner.jpg);
}

#colTwo {
         	float: left;
	width: 180px;
         border:solid 2px;
          border-color:#5E0003;
          padding:10px;
         padding-top:160px;
	/*padding: 150px 40px 0 40px;*/
	background:#FFFFFF;
background-image:url(../images/ch_bottom.jpg); 
background-repeat:no-repeat;
	overflow:hidden;
         
        
	
}

#colTwo .moduletable h3 {
margin-top:1em;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

#colTwo ul {
	padding-left: .5em;
	list-style: circle;
}

#colOne ul {
	padding-left: 2em;
}
#colOne li {
	list-style:square;
}

/* Menu */

#menu {
	height: 30px;
	overflow:hidden;
         Background:#FFFFFF;
         border:solid 2px;
          border-color:#5E0003;
          

}

#menu ul {
	float: left;
	padding: 10px 5px 5px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 15px;
	text-decoration: none;
	color: #3A403C;
}

#menu a:hover {
	text-decoration: underline;
	color: #5E0003;
}

/* Footer */

#footer {
	background:;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: smaller;
}
#flame{
width:740px;
margin: auto auto;
height:194px;
background:#ffffff url(../images/flames.gif);
}
a.readon {
font-weight:bold;
}