html, body {
		height:100%;
}
body {
	font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

a img {
border: none;
}

#flashDiv{
	position:absolute;
	z-index:99;
	font-family:'Trebuchet MS',Arial;
	font-size:13px;
	font-weight:bold;
}

.adminEmbed{
	visibility:hidden;
}

#outer {
	width:1197px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:auto;
	background:#f2f2f2 url(/design_Images/outerBG.jpg) repeat-y;
}

#container {
	float:left;
	width: 965px;
	background: #FFFFFF;
	background-image: url(../Design_images/main_bg2.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding:0px;
	padding-top:323px;
}

#menu {
	
	width:536px;
	height:20px;
	text-align:right;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	margin-top:5px;

}	

#menupics {
	margin-left:238px;
	padding-top:116px;
	/*width:464px;*/
	height:26px;
}

#menupics img{
	float:left;
}

#picslide{
	float:left;
}
#galleryLink{
	float:left;
	margin-left:13px;
}
.clearMe{
	clear:both;
	height:13px !important;
}
#leftsideAdds{
	float:left;
	width:204px !important;
}
.leftSpacer{
	float:left;
	width:13px;
}

#mainText{
	float:left;
	width:547px;
}
#rightsideContent{
	float:left;
	width:166px;
}

.vtd{
	width:170px;
	height:113px;
	text-align:center;
	vertical-align:middle;
	font-family:'Trebuchet MS',Arial;
	font-size:13px;
	font-weight:bold;
	color:#898989;

}
.vlink{
	font-family:Arial;font-size:11px;font-weight:bold;color:#00EEFF;text-decoration:none;
}

#archive a{
	font-face:'Trebuchet MS',Arial;
	font-size:12px;
	color:#898989;
	text-decoration:none;
}
#archive a:hover{
	font-face:'Trebuchet MS',Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

#leftBG {
	float:left;
	width:116px;
	height:100%;
	/*background:#F2F2F2 url(/design_Images/left_bg.jpg) repeat-y;*/
	margin:0;
	padding:0;
}

#leftCol{
	width:200px;
	height:auto;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

#leftCol img
{
	margin:0px;
	margin-bottom:2px;
}

#rightBG {
	float:left;
	width:116px;
	height:100%;
	/*background:#F2F2F2 url(/design_Images/right_bg.jpg) repeat-y;*/
	margin:0;
	padding:0;
}

#rightCol{
	width:200px;
	height:auto;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

#rightCol img
{
	margin:0px;
	margin-bottom:2px;
}


#mainCol{
	width:565px;
	height:auto;
	min-height:300px;
	float:left;
	margin:0px;
}
#menuBottom
{
	width:536px;
	height:2px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
}

#mainText
{
	width:536px;
	margin-top:26px;
	margin-left:14px;
}

.newsPuff
{
	width:100%;
	height:auto;
	text-align:left;
	font-family:'Trebuchet MS',Arial;
	font-size:13px;
	margin-bottom:20px;
}
.newsPuff p
{
	margin:0px;
	padding:0px;
}
.puffHeadline
{
	margin:0px !important;
	padding:0px !important;
	font-family:'Trebuchet MS',Arial;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	height:24px;
	
}

#pagerContainer
{
	width:100%;
	margin-top:26px;
}
#leftPager
{
	width:auto;
	height:auto;
	float:left;
}
#rightPager
{
	width:auto;
	height:auto;
	float:right;
}

#comment
{
	width:200px;
	height:auto;
	text-align:left;
	font-family:'Trebuchet MS',Arial;
	font-size:13px;
}
