body {
	background-image:url(i/background.png);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	font-family:"Trebuchet MS", Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size: 11px;
}


#container {
	background: width: 1051px;

}

#contentwrap {
width: 1051px;
margin: 0 auto;

}

#leftside {
float: left;
width: 48px;
height: 930px;
background-image: url(i/leftside.png);
}

#leftinnerside {
float: left;
width: 19px;
height: 930px;
background-image: url(i/leftinnerside.png);
}

#rightside {
float: right;
width: 48px;
height: 930px;
background-image: url(i/rightside.png);
}

#rightinnerside {
float: right;
width: 19px;
height: 930px;
background-image: url(i/rightinnerside.png);
}

#header {
float:right;
overflow:hidden;
width: 917px;
height: 175px;
background-color: #000000;
background-image: url(i/header.png);
position: ;
}

#horizontal {
float:left;
overflow:hidden;
width: 917px;
height: 53px;
background-image: url(i/horizontal.png);
}

#horizontal ul {
	display: inline;
	list-style:none;
	margin:3px 0;
	padding:0;
} 

#horizontal li {

	list-style:none;
	margin:3px auto;
	padding:28px 0 0 48px;
}

#sidebarleft {
overflow:hidden;
float: left;
width: 150px;
height: 702px;
background-color: #f3f3f3;
border-right: 1px solid #232323;

}

#sidebarleft ul{
	list-style:none;
	margin:5px 0;
	padding:0;
} 
#sidebarleft li{
	list-style:none;
	background-image: url(i/list_bg.png);
	width:135px; 
	margin:4px auto;
	padding:3px 0 0 10px;
}
#sidebarleft p{
	width:135px;
	margin:5px auto;
	
} 
#sidebarleft hr{
	width:130px;
	height:1px;
	margin:0 auto;
	border:none;
	border-bottom:1px solid #232323;
}


#sidebarright {
overflow:hidden;
float: right;
width: 150px;
height: 702px;
background-color: #f3f3f3;
border-left: 1px solid #232323;

}

#sidebarright ul{
	list-style:none;
	margin:5px 0;
	padding:0;
} 
#sidebarright li{
	list-style:none;
	background:#F6F6F6 url(images/list_bg.gif) no-repeat center top;
	width:135px; 
	margin:4px auto;
	padding:3px 0 0 10px;
}
#sidebarright p{
	width:135px;
	margin:5px auto;
	
} 
#sidebarright hr{
	width:130px;
	height:1px;
	margin:0 auto;
	border:none;
	border-bottom:1px solid #232323;
}

#content {
float:left;
overflow:hidden;
width: 615px;
height: 642px;
background-image: url(i/contentbg.png);
background-color: #f3f3f3;
text-align: center;

}

#content h1 {
text-align: left;
	font-size:14px;
	color:#555;
	width:425px;
	margin:5px 20px;
}

#content hr {
	width:600px;
	height:1px;
	margin:0 auto;
	border:none;
	border-bottom:1px solid #232323;
}

#content ul { 
display: block;
margin-top: 1em;
padding-left: 30px;
margin-bottom: 1em;
list-style-type: disc;
list-style-position: outside;
}

#sotw {
	float: right;
	width: 480px;
	height: 265px;
	background-color: #f3f3f3;
	margin: 0 10px 0 0;

}

#twitter {
background-color: #f3f3f3;
}

#footer{
overflow:hidden;
width: 615px;
height: 60px;
background-color: #f3f3f3;
background-image: url(i/footer.png);

}

a, a:link, a:visited {
	color:#636363;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#6fa12e;
}

a.linkopacity img {
border:none;
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
border:none;
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; }

img a {
	border:none;
}




