.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	text-decoration: none;
}
.bgimage {
	background-image: url(../imgs/home_image_blured.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.bgimage2 {
	background-image: url(../img/bgimage2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #Ffffff;
}
