/* 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 20px 0px 25px;
}

#mainmenu2 li.selected {
	color:#de3a2a;
	font-weight:bold;
}

#mainmenu2 li a {
	text-decoration: none;
	font-weight:bold;
	text-align:center;
	color: #000;
}

#mainmenu2 li a:hover {
	border-bottom: 5px solid #de3a2a;
}

#mainAreaSub {
	padding: 20px;
	padding-top: 60px;
}

#aboutlist li {
	padding-top: 15px;
}

#mainAreaSubHeading {
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 40px;
}

#noticeboard {
	background-image:url(../images/noticeboard.png);
	background-repeat:no-repeat;
	width: 370px;
	height: 119px;
	margin-top: 360px;
	margin-left: 235px;
	padding: 20px 40px 0px 25px;
	font-size: 13px;
}

#nbText {
	padding-left: 10px;
	padding-right: 10px;	
	font-size: 17px;
	font-style:italic;
	font-weight: bold;
	padding-bottom: 5px;
}

#specialEvents {
	text-align:center;
	width: 120px;
	border: 1px solid #de3a2a;
	padding: 10px;
}

#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{

}

#bothyQuote {
	font-size: 14px;
	padding: 0px 50px 50px 100px;
	overflow:hidden;
}

#bqLeft {
	float: left;
	width: 50px;
}

#bqCentre {
	float: left;
}

#bqRight {
	float: left;
	width: 50px;
	padding-top: 30px;
	text-align:right;
}

#bothyPhotos {
	text-align:center;
	padding-bottom: 100px;
}

#photoHolder img {
	margin: 20px;
	border: 1px solid #AAA;
}

#events {
	font-size: 14px;
	overflow:hidden;
	padding: 50px 10px 0px 50px;
	width: 550px;
	height: 270px;
	overflow:auto;
}

.eventHolder {
	overflow:hidden;
	padding-bottom: 10px;
}

.eventDate {
	float: left;
	font-weight: bold;
	padding-right: 40px;
}

.eventTitle {
	float: left;
}

#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;
}
