body {
	margin: 0;
	font: 70%/1.5em  Tahoma, Verdana, arial, sans-serif;
}
h1{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
h2{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}
#header {
	width: 770px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
}
#header h1 {
	float: right;
	margin: 84px 44px 0 0;
	font-style: italic;
	font-size: 10px;
}
.noit{
	font-style: normal;
	margin-right: 95px;
}
#center{
	width: 770px;
	margin: 0 auto;
	background: url(http://www.teamlakeside.com/images/page_back.jpg) repeat-y;
}
#content_left{
	float: left;	
	text-align: left;
	padding: 0 0 0 15px;
	width: 460px;
}
#content_left img{
	padding: 5px;
}
#content_right{
	float: right;	
	text-align: left;
	padding: 0 8px 0 0;
	width: 260px;
}
#content_frame{
	float: left;	
	text-align: left;
	padding: 0 0 0 5px;
	width: 760px;
}
/* Menu */
#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding-right: 15px;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: White;
}
#menu a:hover {
	text-decoration: underline;
}
#footer{
	width: 770px;
	height: 100px;
	margin: 0 auto;
	background: #EEE url(http://www.teamlakeside.com/images/footer_back.jpg) no-repeat;
}
#footer_content{
	text-align: right;
	color: #C0C0C0;
	font-size: 10px;
	margin: 15px auto;
	padding-top: 15px;
}
#footer_content a{
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: none;
}
#footer_content a:hover{
	color: #C0C0C0;
	font-size: 10px;
	text-decoration: underline;
}
.clear{
	clear:both;
}
#offer{
 	margin: 0 0 8px 260px;
}
#offer a{
	display: block;
	height: 25px;
	width: 258px;
	background: url(../../images/offer_off.jpg) no-repeat;
}
#offer a:hover{
	background: url(../../images/offer_on.jpg) no-repeat;
}
.right_box_head{
	background: url(../../images/right_box_head.jpg) no-repeat;
	height: 20px;
	color: White;
	padding: 0 0 2px 10px;
	font-size: 14px;
	font-weight: bold;
}
.right_box{
	
}
.specialstagline a{
	color:#cd010a;
}
.specialstagline a:hover{
	text-decoration: none;
}
.divider{
	height: 10px;
}
/**************************
TINY MCE CODE
**************************/
.small{
	font-size: 9px;
}
.medium{
	font-size: 12px;
}
.large{
	font-size: 15px;
}
.xlarge{
	font-size: 18px;
}