
body {
    margin:0;
	padding: 0;
	background-color: #FFF;
	font-family: sans-serif;
	font-size: 13px;
	color: #191919;
}

h1, h2, h3 {
	font-family: sans-serif;
	color: #464646;
	padding:0 4px 5px 8px;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }


a {
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

a.img, img{
	border:none;
	text-decoration:none
}

p{
	margin:4px 0;
}

.post {
	margin-bottom: 18px;
	width:96%;
	margin: 4px auto;
}

.post p, ol, ul, blockquote {
	line-height: 22px;
}

.post ul{
margin:4px 0 4px 10px;
font-size:0.95em;
}

.short_post{
	width:90%;
	margin:4px auto;
}

.header1{
	font-size:1.7em;
	font-weight:normal;
	color:#000000;
}

.header2{
	font-size:1.4em;
	font-weight:normal;
	color:#000000;
}

.header2{
	font-size:1.2em;
	font-weight:normal;
	color:#000000;
}
/* Header */

#header {
	width: 100%;
	height: 348px;
    background-image:url('/images/header/header.jpg');
	overflow: hidden;
	
}

#wrapper{
	margin:0 auto;
	width:1000px;
	border-bottom:8px solid #9c231b;
}

#ColOne {
	float: left;
	display:inline;
	width: 195px;

}

#ColTwo {
	float: left;
	width: 500px;
	margin:15px 0 0 0;
	padding: 35px 0 0 0;
	min-height:345px;
	border-left: 2px solid #da251c;
}

#ColThree {
	float: right;
	width: 195px;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	height:123px;
	background-color: #da251c;
	border:solid 6px #FFF;
}

#footer h1{
	text-align:center;
	margin:8px 0 3px 0;
	font-size:2.0em;
	}
	
#footer p {
	margin: 0;
	text-align: center;
	font-size:13px;
}

#footer small{
	font-size:12px;
}

#footer * {
	color: #ffffff;

}

#other_com2{
visibility:hidden;
}

.clear { 
clear: both; 
height: 2px;
overflow: hidden; 
visibility: hidden;
}

.random_img{
padding:10px;
float:right;
margin-right:10px;
}
