@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.3em;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
}
#blogOuterWrapper {
	width: 830px;
	height: 320px;
    text-align:left;
	overflow:scroll;
	
}
    #blogWrapper {
        /**************************/
        /* Uncomment for archives
        width: 68%;
        float: left;
        */
    }
.main_content {
	padding-top: 30px;
}
.inner_content {
	background-image: url(../images/inner_contentbg.jpg);
	background-repeat: no-repeat;
}
.inner_contentup {
	background-image: url(../images/inner_contentbg.jpg);
	background-repeat: no-repeat;
	line-height: 1.2em;
}
.inner_contentcont {
	background-image: url(../images/inner_cont.jpg);
	background-repeat: repeat-y;
	line-height: 1.2em;
}
.inner_contentedge {
	background-image: url(../images/inner_edge.gif);
	background-repeat: repeat-y;
	line-height: 1.2em;
}
.inner_contentdown {
	background-image: url(../images/inner_contentbg_down.jpg);
}
.inner_contentdown2 {
	background-image: url(../images/inner_contentbg_down2.jpg);
}

.style1 {
	font-family: "Arno Pro", Georgia, "Times New Roman", Arial;
	font-size: 24px;
	color: #ffff00;
}
.lineheight1 {
	line-height: 1.1em;
}
a:link {
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}
.footer a:link {
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}
.footer a:visited {
	font-weight: normal;
	color: #ffff00;
	text-decoration: none;
}
.footer a:hover {
	font-weight: normal;
	color: #B20002;
	text-decoration: none;
}
