/*
Site Design by TribalYell

CSS 		: Paul McEwan
Template	: Alan M
Description	: A fixed-width design for 1024x768 screen resolutions.
Version    	: 1.0
Released   	: 2010
*/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(wrapper.jpg) repeat-x left top;
	color: #666666;
}
	
#wrapper{
 margin:0 auto;
 width:1000px;
 }
 
#header{
 background-color:#AE57A4;
 height:100px;
 display: none;
 }
 
#content{
 background: transparent;
 margin-bottom: 0px;
 
 }
 
#footer{
 background: #000000 url(footer.jpg) repeat-x left top;
 width:100%;
 min-height:100px;
 
 }
 
#footer-content{
 margin:0 auto;
 width:960px;
 height:100px;
 
 }
 
#footer-content p {
color:#656565;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
line-height:26px;
padding:3px 0 0 50px;
}

#footer-content a {

font-weight:normal;

}
 
 #footer a {
	color:#656565;
}

#footer a:hover {
	color: #1573d0;
}
 
 .space-10 {
	padding-right: 5px;
	padding-left: 5px
}

.page-footer-responsibility, .page-footer-copyright {
display:none;
background-color:#000000;
clear:both;
font-size:8pt;
margin-bottom:0;
margin-top:0;
text-align:center;
}

.space-180 {
	padding-left: 180px;
}

.space-250 {
	padding-left: 250px;
}

.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;
}
