@charset "utf-8";
/* CSS Document */
/* Copyright © 2010 Novak Consulting Limited, all rights reserved */
body{
	height: 100%;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #786c6b;
	text-decoration: none;
}

a{
	outline:none;
}

p{
	margin: 0px;	
}

#centre{
	height: 100%;
	width: 1024px;
	margin:0px auto 0px auto;
	padding: 0px;
}

#header{
	background-attachment: scroll;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 186px;
	width: 1024px;
	margin: 0px;
}

#home_link{
	/*opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#CC9999;*/
	height: 20px;
	width: 469px;
	padding: 0px;
	margin: 0px;
	position:relative;
	top:44px;
	left:44px;
}

#nav_bar{
	height: 29px;
	width: 1024px;
	padding: 0px;
	margin: 0px;
}

#divider{
	background-attachment: scroll;
	background-image: url(../images/divider_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 3px;
	width: 1024px;
	margin: 0px;
}

#page_title{
	/*opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#CC9999;*/
	height: 13px;
	width: 472px;
	padding: 20px 0px 0px 40px;
	margin: 0px;
	float:left;
}

#page_numbers{
	/*opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#FF9;*/
	height: 13px;
	width: 394px;
	padding: 20px 118px 0px 0px;
	margin: 0px;
	float:right;
	text-align:right;
}

#body_content{
	/*opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#CC9999;*/
	min-height:250px;
	height: auto;
	width: 944px;
	padding: 20px 40px 40px 40px;
	margin: 0px;
	float:left;
}

#gallery{
	/*opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#CC9999;*/
	height: auto;
	width: 788px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	overflow:auto;
	text-align:center;
}

#main_footer{
	width:1024px;
	height: auto;
	padding:0px;
	margin:0px auto 0px auto;
}

#copyright{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	height:auto;
	width:1024px;
	float:right;
	text-align:center;
}
