/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-color:#E7E6F1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	font-size:11px;
}

#container {
	width:100%;
	height:100%;
}

#snow {
	width:95%;
	height:100%;
	background:none;
	z-index:auto;	
}

#scroll {
	width:65%;
	float:left;
}

#contentouter {
	background-color:#FFFFFF;
	width: 760px;
	border-left:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	border-right:#000000 solid 1px;
	padding-top:20px;
	padding-bottom:20px;
}

#contentouter2 {
	background-color:#FFFFFF;
	width: 760px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	padding-top:20px;
}

#banner {
	background: url(images/logo.jpg) no-repeat top left;
	background-color:#FFFFFF;
	padding: 5px;
	width: 710px;
	height: 105px;
	border:#000000 solid 1px;
}

#menu {
	margin-top:5px;
	padding:5px;
	background-color:#FFFFFF;
	width: 710px;
	height: 15px;
	border:#000000 solid 1px;
}

#block {
	margin-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	background-color:#FFFFFF;
	width: 710px;
	border:#000000 solid 1px;
}

#details2 {
	margin-top:5px;
	padding:5px;
	background-color:#FFFFFF;
	width: 710px;
	height: 15px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-top:#000000 solid 1px;
}

#details {
	margin-top:5px;
	padding:5px;
	background-color:#FFFFFF;
	width: 710px;
	height: 15px;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-top:#000000 solid 1px;
}

#address {
	width:250px;
	height:90px;
	float:right;
}

#update {
	margin-top:90px;
	width:400px;
	padding:2px;
	float:left;
}

#block1image {
	width:120px;
	height:120px;
	border: #000000 solid 1px;
	background-image:url(images/msn.jpg);
	background-repeat:no-repeat;
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#blocktext {
	width:100%;
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
}

.text1 A:link {
	color:#000000;
	text-decoration:underline;
}
.text1 A:visited {
	color:#000000;
	text-decoration:underline;
}

.text1 A:hover {
	color:#999999;
	text-decoration:underline;
}

#blocktext A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	text-decoration: underline;
}

#blocktext A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033CC;
	text-decoration: underline;
}

#blocktext A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
