/*
Designed by Dave de Bruyn
CSS by Paul McEwan
*/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(bg.jpg) repeat-x left top;
	color: #666666;
}
	
#wrapper{
 margin:0 auto;
 width:1000px;
 }
 
#header{
 background-color:#AE57A4;
 height:100px;
 display: none;
 }
 
#content{
 background: #ffffff url(page-bg.jpg) no-repeat left top;
 margin-bottom: 50px;
 
 }
 
#footer{
 background: #ffffff url(footer-bg.gif) repeat-x left top;
 width:100%;
 
 }
 
#footer-content{
 margin:0 auto;
 margin-top: 2px;
 width:1000px;
 height:100px;
 
 }
 
#footer-content p {
color:#333333;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
padding:20px 0 0 50px;
}

#footer-content a {

font-weight:normal;

}
 
 #footer a {
	color: #333333;
}

#footer a:hover {
	color: #1573d0;
}
 
 .space-10 {
	padding-right: 5px;
	padding-left: 5px
}

.space-180 {
	padding-left: 180px;
}

.space-300 {
	padding-left: 300px;
}

.weblet_blog-syndication-section {
display:none;
margin-bottom:5px;
margin-top:5px;
text-align:right;
}

.weblet_blog-entry-heading-text {
background:none;
padding-left:0px;
}

.weblet_blog-entry-permalink{
display:none;
}


.weblet_blog-navigation {
display:none;

}
.weblet_blog-more-link {
display:none;
text-align:right;
}
.weblet_blog-blog-entry{
	padding-bottom: 40px;
}

.weblet_blog-entry-links {
margin-top:9px;
}
