@charset "utf-8";
/* CSS Document */
body {
	background-color: #666;
	margin-top: 0px;

}

#container {
		background: #585858;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
		
}
#header {
		background: #585858;
	
		
}
#content {
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;
	min-height:462px;
	
}
#text1 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	width:330px;
	padding: 40px 0px 0px 25px;
	float:left;
		min-height:462px;
}

#textall {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	width:940px;
	padding: 40px 0px 0px 30px;
	}
		
#text2 {
	background-image:url(images/sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	width:280px;
		min-height:462px;
	padding: 40px 0px 0px 25px;
	float:left;
	}

#text2w {
	background-image:url(images/sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	width:480px;
	height:383px;
	padding: 40px 0px 0px 25px;
	float:left;
	}

#text3 {
	background-image:url(images/sp.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF;
	width:290px;
	padding: 40px 0px 0px 25px;
	float:left;
	min-height:462px;
	}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:70px;
	vertical-align:bottom;
	}
	
#footerlinks {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	
	}
#counter {
	width:100px;
	text-align:left;

}
ul {
	list-style:none;
}

.left_menu
{
	display:block;
	text-align: left;
	
}

.left_menu a
{
	color: #FFFFF;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;

	
} 

.left_menu a:link, .left_menu a:visited
{
color: #EEE;
} 

.left_menu a:hover
{
	padding-left:12px;
	color: #9999ff;
	width: 230px;
	
}


a
{
color: #CCC;
text-decoration: none;
background-color: transparent;
border-color: #666666;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
} 

a:link, a:visited
{
color: #CCC;
} 

a:hover
{
	color: #9999ff;
	width: 230px;
	
}

.imgborder
{
	border:thin dashed #333;
}