@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#mainContainer {
	width:800px;
	height:620px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(newsite/images/home.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#mainContainer2 {
	width:800px;
	height:620px;
	margin-left: auto;
	margin-right: auto;
	/* background-image:url(images/bg.jpg); */
	background-repeat:no-repeat;
	background-position:bottom right;
}

.pageContent {
	position:relative;
	width:580px;
	height:406px;
	left:200px;
	top:-270px;
	padding:20px;
	font-size:13px;
}

#menu {
	padding-top:10px;
	padding-left:15px;
	width:265px;
}

.contactDetails {
	padding-top:50px;
	text-align:center;
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

#rightFloater {
	padding-top:25px;
	float:right;
	width:450px;
	height:150px;
}

#rightFloater2 {
	padding-top:80px;
	float:right;
	width:450px;
	height:30px;
	font-size:30px;
}

.menuLink {
	color:#000000;
	text-decoration:none;
}

.menuLink:hover {
	text-decoration:underline;
}

.menuItem {
	padding-left:20px;
	padding-bottom:20px;
}

.home{
	padding-top:60px;
	}

.logo {
	width:255px;
	height:80px;
	background-image:url(newsite/images/logo.jpg);
	background-repeat:no-repeat;
	padding-bottom:15px;
}

.footer {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.footlink {
	color:#666666;
	text-decoration:none;
}

.footlink:hover {
	text-decoration:underline;
}

.hr {
	padding-top:20px;
	width:766px;
	height:19px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(newsite/images/hr.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}

.foot {
	font-size:9px;
	color:#666666;
}
