/* Credit: http://www.templatemo.com/ */
body {
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #000000;
background: url(images/bgrainbow.jpg)
}

#templatemo_container {
width: 800px;
margin: auto;
background: #FFFFFF;
 border-left: 1px solid #BA2A65;
 border-right: 1px solid #BA2A65;

    
}
#templatemo_header {
width: 800px;
height: 138px;
background: url(images/header.jpg) no-repeat;

}
#templatemo_content {
width: 800px;
background: #FFFFFF;


}
#templatemo_left_column {
background: #f1f1d3;
float: left;
width: 220px;
min-height: 500px;
}
#templatemo_right_column {
float: left;
width: 580px;
min-height: 500px;
background: #FFFFFF;

}
#templatemo_footer {
clear: left;
background: #aaaaaa;
padding: 5px;
color: #FFFFFF;
}
#templatemo_footer a {
color: #FFFFFF;
}
#templatemo_site_title {
padding-top: 22px;
padding-left: 260px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 42px;
font-style: italic;
color: #b92762;
}
#templatemo_site_slogan {
padding-top: 0px;
padding-right: 36px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 16px;
text-align: right;
color: #b92762;
}

.section_box {
margin: 10px;
padding: 10px;
background: #800000;
color: #FFFFFF;
}
.section_box2 {
margin-top: 10px;
padding: 10px;
background: #FFCCCC;
color: #990000;
}
.section_box a {
color: #FFFF99;
}
.section_box2 a {
color: #000000;
}
.text_area {
margin: 10px;
}
.title {
padding-bottom: 10px;
font-size: 18px;
font-weight: bold;
color: #b92762;
}
.subtitle {
padding-bottom: 10px;
font-size: 12px;
font-weight: bold;
}




a:link { color: #0066CC; text-decoration: none} 
a:visited { color: #0066CC; text-decoration: none} 
a:active { color: #b92762; text-decoration: underline} 
a:hover { color: #b92762; text-decoration: underline}

/* Menu Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
border: 1px solid #FFFFFF;
border-width: 1px 0;
background: black url(images/block-default.jpg) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 7px 9px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/block-active.jpg) center center repeat-x;
}
p.iepara{
padding-top: 1em;
}



.section_left {
	margin: 10px;

	border: 1px solid #BA2A65;
}
.section_left_inner {
	padding: 6px;

}

.section_left_title {
	padding: 4px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #BA2A65 url(images/section_title_bg.gif) repeat-x;
}




.post_box {
	clear: left;
	background: #FFF;
	color: #000;
	border: 1px solid #F0BFD2;
   	margin: 10px;
}
.post_text_area {
	padding: 10px;
}
.post_title {
	padding: 6px;
	padding-left: 10px;
	background: #FFF url(images/gradient_top.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #BA2A65;
}
.post_foot {
	clear: both;
	padding: 3px;
	padding-left: 10px;
	color: #BA2A65;
	font-size: 11px;
	font-weight: bold;
	background: #CDE url(images/gradient_bot.gif) repeat-x bottom;
}





