/* CSS Document */


body {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	font-size:14px;
	padding: 5px;
	margin: 0px;
}

a {
	color:#de3a2a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border: 0px;
}


#homepageHolder {
	width: 950px;
	height: 567px;
	background-image:url('../images/homepage2.jpg');
	border: 1px solid #CCC;
	margin: auto;
}

#subpageHolder {
	width: 950px;
	height: 567px;
	background-image:url('../images/subpage2.jpg');
	border: 1px solid #CCC;
	margin: auto;
}


#col1 {
	width: 146px;
	height: 580px;
	padding: 10px;
	float: left;
}

#col2 {
	width: 784px;
	overflow:hidden;
	height: 600px;
	float:left;
}

#logoHolder {
	width: 126px;
	height: 146px;
	float:left;
}

#camraLogo {
	padding-top: 475px;
}

#menuHolder {
	width: 800px;
	height:55px;
	float:left;
	padding-top: 10px;
}

#mainmenu2 ul {
	padding: 0px;
	margin: 0px;
}

#mainmenu2 li {
	display:inline;
	list-style: none;
	font-style:italic;
	font-size: 18px;
	margin: 0px 25px 0px 25px;
}

#mainmenu2 li a {
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	color: #000;
}

#mainmenu2 li a:hover {
	border-bottom: 5px solid #de3a2a;
}

#mainAreaHome {
	font-size: 20px;
	font-weight: bold;
	padding: 360px 0px 0px 250px;
}

#mainAreaSub {
	padding: 20px;
}

#aboutlist li {
	padding-top: 15px;
}

#mainAreaSubHeading {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 20px;
}

#mapholder {
	background-image:url(../../images/maptohinton.gif);
	width: 680px;
	height: 309px;
	margin: 15px;
}

#aboutRightHolder {
	width: 110px;
	text-align:center;
	padding: 50px;
	font-weight: bold;
}

#photoHolder{

}

#photoHolder img {
	margin: 20px;
	border: 1px solid #AAA;
}

#footerHolder {
	width: 950px;
	margin:auto;
	overflow:hidden;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footerLeft{
	width: 650px;
	float: left;
}
#footerRight {
	width: 300px;
	float:left;
	text-align:right;
}