@charset "utf-8";
/* CSS Document */

.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.bodywrapper {
	width: 910px;
	float: left;
	padding: 10px 25px 15px 25px;
}

.address {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 4px;
}

.topwrapper {
	width: 935px;
	float: left;
	color: #FFF;
	background: #000;
	padding: 10px 10px 0px 15px;
    behavior: url(../CSS/border-radius.htc);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;}

.header {
	background-image: url(../Images/Template/header.png);
}

.menuwrapper {
	clear: both;
	font-weight: bold;
	height: 35px;
	background-image: url(../Images/Template/menubg.png);
}

.menu {
	float: right;
	padding: 5px 15px 5px 15px;
}
.menu:hover {
	color: #FFF;
	background-color: #000;
	cursor: pointer;
}
.homebutton {
	float: right;
	padding: 5px 15px 5px 15px;
	color: #FFF;
	background-color: #000;
}
.aboutusbutton {
	float: right;
	padding: 5px 15px 5px 15px;
	color: #FFF;
	background-color: #000;
}
.contactusbutton {
	float: right;
	padding: 5px 15px 5px 15px;
	color: #FFF;
	background-color: #000;
}

.bodywrapper {
	background-color: #E9E9E9;
}

.bottomwrapper {
	float:left;
	width: 960px;
	margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	color: #FFF;
	background: #000;
    behavior: url(../CSS/border-radius.htc);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

.copyright {
	float:left;
	font-size: 12px;
	margin-left: 20px;
	line-height: 20px;
}

.comigo {
	float:right;
	text-align: right;
	font-size: 12px;
	margin-right: 20px;
	line-height: 20px;
}

.statcounter {
	border: none;
}
