@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 16px;
}
img
{  border-style: none;
}
b{
	font-size: 110%;
	background-attachment: scroll;
}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:#FFF;
}

#topsection{
	margin-top:10px;
	height: 100px; /*Height of top section*/
	background-image: url(images/headerbg.png);
}

#topsection h1{
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
padding:10px;
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px;
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0px;
height:16px;
background-image: url(images/footerbg.png);
}

#footer a{
color: #FFFF80;
}

.innertube{
	margin-top: 0;
}

#leftcolumn ul {
	margin:0px;
	padding:0px;
	text-decoration:none;
}

#leftcolumn ul li {
	list-style-type: none;
}
#leftcolumn ul li a {
	color:#000;
	padding-left:5px;
	text-decoration:none;
	display:block;
	background-image:url(images/catbtn_bg.png);	
	height:25px;
}
#leftcolumn ul li a:hover {
	color:#FFF;
	text-decoration:none;
	display:block;
	background-image:url(images/catbtn_bgovr.png);
	height:25px;
}
ul {
	
}
#plainlist ul {
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
}
#contentcolumn ul li a{
	
}
#content-title {
	text-align:center;
	font-weight:bold;
	font-size:22px;
}
.pics {
	text-align:center;
	width:620px;
	margin:10px 0px;
}
.innertube img{
	margin-left:10px;
}
.innertube li{
	list-style-type:none;
	font-weight:normal;
}
.innertube ul li {
	list-style-type: disc;
}
