@charset "utf-8";
#masterbox {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	float: left;
	height: auto;
	width: 1000px;
}
#banner {
	float: left;
	height: auto;
	width: 1000px;
	text-align: center;
}	

#navbar {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 110px;
	text-align: center;
	left: auto;
	right: auto;
}
	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

li {
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	width: 125px;
}

li a {
	
    display: block;
    color: #6CF;
    padding: 0px 0px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #6CF;
	color: #FFF
}
.active {
    background-color: #63F;
	color: white
}
.menu_buts {
	float: left;
	height: auto;
	width: 100px;
	display: block;
	border-right-width: 2px;
	border-right-style: solid;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 18px;
}
.menu_butsR {
	background-color: #FFF;
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	background-image: url(_images/backgrnd_image2.jpg);
	background-repeat: no-repeat;
	background-position: 614px bottom;
	float: left;
	width: 900px;
	height: auto;
	padding-left: 50px;
	padding-right: 0px;
	color: #000;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	color: #6CF;
	font-size: 20px;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F4719B;
	text-align: right;
	padding: 10px;
	clear: left;
	float: left;
	height: 10px;
	width: 980px;
	position: relative;
}
.pics {
	padding: 10px;
	height: 300px;
	width: 230px;
	float: left;
	text-align: center;
}
.rightpics {
	float: left;
	height: 300px;
	width: 220px;
	text-align: center;
	padding: 15px;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	border-radius: 25px;
	padding: 20px;
	width: auto;
	height: auto;
	left: auto;
	right: auto;
	background-color: #6CF;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	text-justify: inter-word;
}
	
	
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC;
	font-weight: bold;
}
