@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CFF;
	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{
	color:#300;
}
a:hover{
	color:#630;
	text-decoration:none;
}
p{
	font-size:12px;
	color:#300;
	font-weight:600;
	}
.oneColElsCtr #container {
	width: 50em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.box{
	text-align:center;
	width:850px;
	margin:0 auto;
}
.oneColElsCtr #container .winter{
	width:24em;
	float:left;
}
.oneColElsCtr #container .sammer{
	width:24em;
	float:right;
}
.oneColElsCtr #header {
	width: 50em;
	height:180px;
	background-image:url(../images/snaphead.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
img{
	border:none;
	margin:2px;
}
hr{
	color:#F60;
	border:#F60 thick solid;
	}
.oneColElsCtr #mainContent {
	padding: 0 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*css for larger*/
#showimage {
	BORDER-RIGHT: #000099 2px solid; BORDER-TOP: #000099 2px solid; VISIBILITY: hidden; BORDER-LEFT: #000099 2px solid; BORDER-BOTTOM: #000099 2px solid; POSITION: absolute
}
#showimage img{
	margin:0px;
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 20px; color:#F00
}
/*end larger*/
/*pages css*/
.oneColElsCtr #mainContent #slide{
	float:left;
	}
.oneColElsCtr #mainContent #leftcolumn a{
		font-size:12px;
		font-weight:900;
		color:#F60;
		margin-left:5px;
		border:1px #690 solid;
	}
.oneColElsCtr #mainContent #leftcolumn a:hover{
		color:#360;
		border:1px #F60 solid;
	}
.oneColElsCtr #mainContent #leftcolumn{
float:left;
width:48em;
border: 2px solid #600;
height:auto;
}
.oneColElsCtr #mainContent #botcolumn{
float:left;
width:48em;
border: 2px solid #600;
height:auto;
}
.oneColElsCtr #mainContent #botcolumn a{
		color:#F60;
		font-size:12px;
		font-weight:900;
		margin-left:5px;
		border:1px #690 solid;
			}
.oneColElsCtr #mainContent #botcolumn a:hover{
		color:#360;
		border:1px #F60 solid;
			}			
.oneColElsCtr #mainContent #rightcolumn{
float:left;
width:48em;
}

* html #rightcolumn{ /*IE only style*/
height: 330px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColElsCtr #footer{
	font-size:10px;
	color:#300;
	font-weight:900;
}
a.snap {
	color:#030;
	font-weight:900;
	text-decoration:none;
}
a.snap:hover {
	color:#3F0;
}
#linkdiv{
	font-size:10px;
	color:#003;
	width:850px;
	margin:0 auto;
}
#linkdiv a{
	font-size:10px;
	color:#003;
	
}
#linkdiv a:hover{
	font-size:10px;
	color:#06F;
	text-decoration:none;
}
.searchdiv{
	margin-left:50px;
	margin-right:50px;
}
.searchdiv #rigdiv{
	float:right;
}	
.searchdiv #lefdiv{
	float:left
	}
table{
	font-size:12px;
}