body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background: #555;
	margin: 0;
	padding: 0;
	color: #000;
	text-align:center;
}
a { color:#f56533; font-weight:bold; text-decoration:none; }
a:hover { color:#666;  }

#wrapper {
	width:100%;
	background: #f56533 url(images/3col-bg.jpg) repeat-x;
}
#container { 
	width: 1000px; 
	margin: 0 auto;
	text-align:left;
} 
#header { 
	background: url(images/header.jpg) no-repeat;
	width:1000px;
	height:240px;
} 
#contentbg {
	width:1000px;
	background: url(images/3col-mid.jpg) repeat-y;
}
#main {
	background: url(images/3col-main.jpg) no-repeat;
	width:1000px;
	min-height:282px;
	height:auto !important;
}	
#leftSide {
	float: left; /* since this element is floated, a width must be given */
	width: 151px; 
	padding-left:20px;
	padding-top:20px;
}
#leftSide h3, #leftSide p {
	margin:0;
	padding:0 10px;
}
#leftSide .menu { 
	width:151px; 
	padding:5px 0;
	margin-bottom:2px;
	background-color:#999; 
	filter:alpha(opacity=50); opacity:0.5; 
	border-bottom:1px solid #72cef5; 
}
#leftSide .menu a {
	width:151px;
	display:block;
	padding-left:15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#leftSide .menu a:hover { 
	color:#fff;
	text-decoration:none;
}
#rightSide {
	float: right; /* since this element is floated, a width must be given */
	width: 223px;
	padding-right:32px;
	padding-top:20px;
}
#rightSide .boxtop {
	background: #72cef5 url(images/bluetop.jpg) no-repeat;
	width:223px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
}
#rightSide .boxmid {
	width:211px;
	padding:5px;
	border:1px solid #72cef5;
}
#rightSide img { border:1px solid #ddd; padding:2px; }

#mainContent { 
	margin: 0 295px 0 197px; 
	padding: 15px 10px 0 10px;
} 
#mainContent h1 { 
    margin:5px 0 0 0; 
	font-size:large;
	font-weight:bold;
	color:#72cef5;
	padding:2px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#mainContent .end { border-bottom:1px solid #ddd; }
#mainContent img { border:1px solid #ddd; padding:2px; }

#bottom {
	background: url(images/3col-bottom.jpg) no-repeat;
	width:1000px;
	height:40px;
}
#footer {
	background: #555 url(images/footer.jpg) no-repeat;
	width:100%;
	height:200px;
	color:#fff;
	font-size:x-small;
	text-align:left;
}
#footer p {
	margin:0;
	padding:20px 0 0 400px;
}
#footer a { color:#fff; text-decoration:none; }
#footer a:hover { text-decoration:underline; }
.clear { 
	clear:both;
	height:0;
    line-height: 0px;
}
.fltLeft { float:left; }
.fltRight { float:right; }

.smalltext { font-size:x-small;  }
