body {
	color: #000; 
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 0.8em; 
	margin: 0;
	padding: 0; 
	text-align: left;
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#contents {
	position: relative;
	width: 776px;
	margin: 0 auto;
	padding-top: 200px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 776px;
	height: 200px;
}
#header h1 {
	width: 464px; 
	height: 0; 
	margin: 0; 
	padding-top: 200px; 
	font-size: 1px; 
	overflow: hidden; 
	background: url("../images/logo.jpg") 0 0 no-repeat;
}
#header #nav {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 126px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#header #nav li {
	padding: 0;
	margin: 0;
}
#header #nav li a {
	display: block;
	width: 126px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#header #nav li a img {
	border: 0;
}

body.home #content {
	background: url("../images/home/content-bg.jpg") bottom center no-repeat #fff;
}
body.home #content .photo {
	display:block;
	margin: -10px auto 0 auto;
	border:0;
}
body.home #content #photo2 {
	display:none;
}
body.home #content #photo3 {
	display:none;
}
body.home #content p, body.home #content h1 {
	margin-right:110px;
	margin-left:170px;
}

body.about #content {
	height:345px;
	background: url("../images/about/content-bg.jpg") top right no-repeat #fff;
}
body.about #content #photo {
	position: absolute;
	top: 200px;
	right: 10px;
}
body.about #content p, body.about #content h1 {
	margin-right:290px;
	margin-left:35px;
}

body.service #content {
	height:375px;
	background: url("../images/service/content-bg.jpg") top left no-repeat #fff;
}
body.service #content #photo {
	position: absolute;
	top: 200px;
	left: 10px;
}
body.service #content p, body.service #content h1, body.service #content ul {
	margin-right:15px;
	margin-left:310px;
}
body.service #content ul li {
	
}

body.gallery #content {
	height:375px;
}
body.gallery #content #photo, body.gallery #content #gallery {
	position: absolute;
	top: 220px;
	left: 40px;
}
body.gallery #content ul {
	position:absolute; top:250px; right:30px;
	padding: 0;
	list-style:none;
}
body.gallery #content ul li {
	padding: 0;
	margin:0 0 20px 0;
}
body.gallery #content ul li a {
	text-decoration:none;
}
body.gallery #content ul li a img {
	border:0;
}
body.gallery #content p, body.gallery #content h1 {
	margin-right:290px;
	margin-left:40px;
}
body.gallery #content #pdfLink {
	position:absolute; bottom:10px; left:320px;
	padding:10px;
}

body.contactus #content {
	height:290px;
}
body.contactus #content #map {
	position: absolute;
	top: 250px;
	right: 100px;
	width:300px;
	height:250px;
	border: 1px solid #ccc;
}
body.contactus #content p, body.contactus #content h1, body.contactus #content ul {
	margin-left:110px;
}
#footer {
	position:relative;
	width:776px;
	height:25px;
	margin: 0 auto;
	background: #000;
	color: #fff;
	font-size: 90%;
}
#footer span#copyright {
	position: absolute;
	bottom: 5px;
	left: 6px;
}
#footer span#sitedesign {
	position: absolute;
	bottom: 5px;
	right: 6px;
}
#footer span#sitedesign a {
	color: #fff;
	text-decoration:none;
}
#footer #flashToggle {
	display:block;
	position: absolute;
	bottom: 0px;
	right: 3px;
	height:25px;
	color: #fff;
	text-decoration:none;
}
#footer #flashToggle img {
	border: 0;
}

.clear {
	clear: both;
}