body {
	background: #f38cce url(background.jpg) repeat;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #d5e566;
}

#welcome {
	width: 425px;
	height: 130px;
	font: 8.5pt Trebuchet MS;
	color: #ADABAB;
	text-align: justify;
	vertical-align: middle;
	margin-left: 380px;
	margin-right: auto;
	margin-top: 235px;
}

#adblock {
	width: 728px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -515px;
}


#wrapper {
    display: block;
    border: 0px #d5e566 solid;
    width: 826px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#header {
    width: 826px;
    height: 525px;
    border: 0px #e5669f solid;
    margin-top: -8px;
    margin-bottom: 0px;

}

#content {
    background: url(content.gif) repeat-y;
    width: 547px;
    height: 200%;
    border: 0px #a2a2a2 solid;
    float: right;
    margin-top: 0px;
}

#delimiter {
    clear: both;
}

#footer {
    background: url(footer.gif) no-repeat;
    width: 826px;
    height: 60px;
    margin-left: 1px;
}

#sidebar_content {
	width: 240px;
	float: left: 0px;
	margin-left: 30px;

}

#content_blog {
	width: 515px;
	float: right;
	margin-left: 0px;
	margin-right: 27px;
}

.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

blockquote {
   text-shadow: #f1d1e0;
  color: #e297b8;
    padding: 32px;
    padding-left: 45px;
    margin:10px 0 0 0;
    opacity:.90;
	filter: alpha(opacity=90);
 	-moz-opacity: 0.9;
	-webkit-box-shadow: 0 0 10px #cacaca;
	-moz-box-shadow: 0 0 10px #cacaca;
	box-shadow: 0 0 10px #cacaca;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

blockquote:hover{
	color: #ffffff;
	text-shadow: #e4e0f0 1px 1px 1px;
}

A:link{
	color:#4586BC;
	text-decoration:none; 
	font-weight:none;
}

A:visited{
	color:#4586BC;
	text-decoration:none; 
	font-weight:none;
}

A:active{
	color:#4586BC;
	text-decoration:none; 
	font-weight:none;
}

A:hover{
	color:#4586BC;
	text-decoration:underline; 
	font-weight:none;
}

a img {
    -webkit-box-shadow: 0 0 3px #cecece;
	-moz-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
	opacity:1.0;
	filter: alpha(opacity=100);
 	-moz-opacity: 1.0;
}

a:hover img {
padding: 3px;
	opacity:.70;
	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
	-webkit-box-shadow: 0 0 3px #cecece;
	-moz-box-shadow: 0 0 3px #cecece;
	box-shadow: 0 0 3px #cecece;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} 

/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#sidebar {
    background: #e5669f url(sidebar.gif) repeat-y;
    width: 279px;
    height: 200%;
    border: 0px #e4e566 solid;
    float: left;
    margin-top: 0px;
}

.sidebar1 {
	background-color: #e4e566;
	padding: 4px;
        border: 0px solid #e566ae;
}


.sidebar-title {
        background-repeat: repeat-y;
        background-image: url();
	background-color: #e566ae;
        height: 14px;
        border-bottom: 0px solid #e4e566;
	padding: 4px;
        padding-left: 38px;
        font-family: Lucida Sans;
        font-size: 11px;
	letter-spacing:0px; 
	line-height: 9pt; 
	color: #abe566; 
	text-transform: uppercase;
	text-align: left;
}

.sidebar-blog {
	background-color: #abe566;
	padding: 5px;
        border: 1px solid #fff;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-family:Trebuchet MS;
	font-size:11px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #fff; 
	text-align: justify;}
	
/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.main {
	background-color: #abe566;
        border: 0px solid #fff;
	padding: 4px;
	text-align:justify;
	color: #fff;
}


.table-content {
	background: #fff;
	text-align: justify;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

	


.title {
	background-color: #FAFAF9;
        border-bottom: 1.5px solid #BDC4C7;
	padding: 4px;
        font-family: Lucida Sans;
        font-size:11px;
	letter-spacing:0px;
	line-height:9pt; 
	color: #abe566; 
	text-transform: uppercase;
	text-align: center;
}


//THIS IS AN EXCLUSIVE STYLE MADE BY BPD.ORG//
h1 {
	background: #6677AA;
	color: #a04978;
	padding: 6px;
        font-family: Lucida Sans;
        font-size:11px;
	letter-spacing:0px;
	line-height:10pt;
	text-transform: uppercase;
	text-align: center;
}

h4 {	
	background: #d3e763;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	line-height:8pt; 
	-moz-border-radius: 5px;
	color: #E6E6D9;
}
