

#content-left {
	float: left;
	padding: 0px;
	margin: 0px;
	
	
	width: 550px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 530px;
	}
html>body #content-left {
	width: 530px; 
	/* ie5win fudge ends */
	}
	
	#content-right {
	float: left;
	padding: 0px;
	margin-top: 32px;
	margin-left:20px;
	
	width: auto; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	}
html>body #content-right {
	width: auto; 
	/* ie5win fudge ends */
	}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #1871b0 url(images/gradient1.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {

text-decoration: none;
color: #4F789F;

}



img {
	border: 1px solid #C0C0C0;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed a{
color:#FFFFFF; 
	/*color: #4F789F;*/
	text-decoration: none;
}

.boxed a:hover {
color:#FFFFFF;
text-decoration: none; 
 
	/*text-decoration: none;*/
}
.boxed {


}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	/* border-bottom: 1px solid #3B3B3B; */
}

.post .header{
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	/* border-bottom: 1px solid #3B3B3B; */
}



.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#welcome {
padding: 0px;
height: 100px;
background:url(images/logo.gif);
width: 800px;
}

#header {
	padding-left: 20 px;
	padding right: 20px;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background:#FFFFFF;
    border:2px solid #CCCCCC;
}

# banner {
width: auto;
height: 240px;


}

#content {
	float: none;
	width: 800px;
	padding-left: 0px;
}

#content-text {
	float: none;
	width: auto;
	background:url(images/gradient-text.gif) repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: -15px;
	text-align: justify;
	
}

#content-header{
	float: none;
	width: auto;
	background:url(images/gradient-header.gif) repeat-x;
	padding: 5px;
}

#sidebar {
	float: left;
	padding-left: 10px;
}
#sidebar-left {
	float: left;
	padding: 10px;
}
#sidebar-right {
	float: right;
	padding-top: 25px;
	padding-right: 25px;
}

#text {
	float: none;
	padding: 20px;
	
}

/* Footer */

#footer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10 px;
	font-size: .77em;
	
	
	margin: 0 auto;
	background:#333333;
    border:2px solid #CCCCCC;
	
}

#legal {
	float: left;
}

#links {
	float: right;
}

