@charset "UTF-8";
/* CSS Document */

/*UNIVERSAL*/
body  {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 100%;
	height: 100%;
}
#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: visible;
	background-color: #FFFFFF;
} 
#navtop {
	width: 975px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	color: #FFF;
	
	margin-top: 0px;
	margin-bottom: 0px;
	
	top: -180px;
	right: 3px;
	float: right;
	
	display: inline;
	position: relative;
	padding-top: 10px;
}
#header {
	width: 975px;
	height: 155px;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: relative;
	padding: 0px;
}
#mainContent {
	width: 973px;
	margin-top: /*-19px*/0;
	margin-bottom: 0px;
	padding-bottom: 25px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
#sidenav {
	float: left;
	width: 170px;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 55px;
	margin-top: 20px;
}
.grey {
	background-color: #CCCCCC;
	border: 1px solid #BDBDBD;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#coloumnRight {
	margin-right: 50px;
	float: right;
	width: 660px;
	margin-top: 25px;
}
	#coloumnRight img{
	width: 660px;
	padding-bottom:0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	}
#gallery {
	margin-right: 50px;
	float: right;
	width: 660px;
	margin-top: 25px;
}
	#gallery img{
	}
	

			#homelink {
				width: 180px;
				height: 60px;
				position: relative;
				top: 15px;
				left: /*40*/750px;
				display: block;
			}
			#buttons {
				width: 450px;
				height: 70px;
				position: relative;
				display: block;
			}
			#ll_link {
				width: 150px;
				height: 70px;
				position: relative;
				float: left;
				display: inline-block;
			}
				#ce_link {
				width: 150px;
				height: 70px;
				position: relative;
				float: left;
				display: inline-block;
			}
				#te_link {
				width: 150px;
				height: 70px;
				position: relative;
				float: left;
				display:  inline-block;
			}
#footer {
	width: 659px;
	float: right;
	background-color: #FFFFFF;
}
