body {
	background: #EEEEEE url(background.jpg) repeat;
	margin: 0px;
	font: 9pt Trebuchet MS;
	color: #867694;
}

#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 #a2a2a2 solid;
    width: 826px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#header {
    width: 826px;
    height: 525px;
    border: 0px #a2a2a2 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 {
	border: 0px solid #D0C3A6;
	background-color: #F0F0F7;
	font-size: 8pt;
	width: 480px;
	padding: 3px;
	margin: 5px;
	margin-left: 5px;
}

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 {
border: 1px solid #E2B069;
padding: 2px;
}

a:hover img {
border: 1px solid #C5934C;
padding: 2px;
} 

/* SIDEBAR ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


#sidebar {
    background: #DDEEEE url(sidebar.gif) repeat-y;
    width: 279px;
    height: 200%;
    border: 0px #a2a2a2 solid;
    float: left;
    margin-top: 0px;
}

.sidebar1 {
	background-color: #F2F2F6;
	padding: 4px;
        border: 0px solid #A9AFB5;
}


.sidebar-title {
        background-repeat: repeat-y;
        background-image: url();
	background-color: #EDE6D6;
        height: 14px;
        border-bottom: 0px solid #F8F3E6;
	padding: 4px;
        padding-left: 38px;
        font-family: Lucida Sans;
        font-size: 11px;
	letter-spacing:0px; 
	line-height: 9pt; 
	color: #B08D71; 
	text-transform: uppercase;
	text-align: left;
}

.sidebar-blog {
	background-color: #FBF6F6;
	padding: 5px;
        border: 1px solid #BDC4C7;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 14px;
	font-family:Trebuchet MS;
	font-size:11px;
	letter-spacing:0px; 
	line-height:9pt; 
	color: #66787e; 
	text-align: justify;}
	
/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.main {
	background-color: #EAEAF4;
        border: 0px solid #C5C9CB;
	padding: 4px;
	text-align:justify;
	color: #85939A;
}


.table-content {
	background: #CFCFE5;
	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: #DFB46E; 
	text-transform: uppercase;
	text-align: center;
}

h1 {
	background: #6677AA;
	color: #E6E6D9;
	padding: 6px;
        font-family: Lucida Sans;
        font-size:11px;
	letter-spacing:0px;
	line-height:10pt;
	text-transform: uppercase;
	text-align: center;
}

h4 {	
	background: #6677AA;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	line-height:8pt; 
	-moz-border-radius: 5px;
	color: #E6E6D9;
}