* {
	margin: 0;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 62.5%;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	color: black;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#fef8e5;
	background-image:url(images/background-sub.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}
a {
	text-decoration:none;
	}
a img {
	border: none;
	}
a:link, a:visited {
	color:#ff9900;
	}
html body a:hover {
	color:#FFCC00;
	text-decoration:underline;
	}
ol, ul {
	list-style:square;
	margin: auto;
	height: auto;
}

#containersub {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	background-image:url(images/subcontent-back.gif);
	background-repeat:repeat-y;
	margin-top:7px;
	text-align:left;
	}
#flag {
	width:800px;
	height:104px;
	background-image:url(images/flag.jpg);
	margin-top:0px;
	}

ul#nav { position:relative; top:64px; left:225px }

ul#nav { background:url(images/navBG.gif) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:27px; display:block; position:absolute; top:0; text-indent:-9999px; outline:none }

li#navHome a, li#navServices a, li#navCompany a, li#navGallery a, li#navContact a { background:url(images/navBG.gif) }

li#navHome a 						{ background-position:0 0; width:60px; left:0 }
li#navHome a:hover					{ background-position:0 -27px }
body#pageHome li#navHome a 			{ background-position:0 -54px }

li#navServices a 						{ background-position:-60px 0; width:97px; left:60px }
li#navServices a:hover					{ background-position:-60px -27px }
body#pageServices li#navServices a 			{ background-position:-60px -54px }

li#navCompany a 					{ background-position:-157px 0; width:210px; left:157px }
li#navCompany a:hover				{ background-position:-157px -27px }
body#pageCompany li#navCompany a 	{ background-position:-157px -54px }

li#navGallery a 						{ background-position:-367px 0; width:93px; left:367px }
li#navGallery a:hover					{ background-position:-367px -27px }
body#pageGallery li#navGallery a 		{ background-position:-367px -54px }

li#navContact a 						{ background-position:-460px 0; width:115px; left:460px }
li#navContact a:hover					{ background-position:-460px -27px }
body#pageContact li#navContact a 		{ background-position:-460px -54px }


#borderupper {
	width:800px;
	height:8px;
	background-image:url(images/border-upper.gif);
	}
#contentcontainer {
	width:800px;
/*	background-image:url(images/sub-back.gif);
	background-repeat:repeat-y;*/
	overflow:hidden;
	}
#subnav {
	width:180px;
	background-image:url(images/subnav-back.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
	padding:63px 10px 0 10px;
	font-size:1.6em;
	line-height:1.6em;
	font-weight:bold;
	color:#4a3e2f;	
	}
#subnav .subnavhead {
	letter-spacing:2px;
	padding-bottom:5px;
	}
#subnav a {
	color:#23495f;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	font-size:0.9em;
	}
#subnav a:hover {
	color:#ff9900;
	}
#subnav p {
	margin:0;
	padding:0;
	}
#content {
	width:573px;
	padding-left:27px;
	text-align:left;
	float:left;
	color:#4a3e2f;
	font-size:1.3em;
	line-height:1.6em;
	background-image:url(images/content-back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:50px;
	}
#content p {
	margin-top:10px;
	}
#content p a, #content ul a {
	color:#23495f;
	}
#content p a:hover, #content ul a:hover {
	color:#ff9900;
	}
.photobox {
	padding:2px;
	border:1px solid #c8c0ae;
	margin:10px 0 0 0;
	}
.photoboxright {
	padding:2px;
	border:1px solid #c8c0ae;
	margin:14px 0 10px 10px;
	float:right;
	}
.photoboxtext {
	font-size:.9em;
	line-height:1.2em;
	color:#897f6f;
	padding:5px;
	width:350px;
	}
.push {
	height:100px;
	clear:both;
	}
#footer {
	width:100%;
	height:100px;
	border-top:1px solid #4a3e2f;
	background-color:#5c4e3d;
	text-align:center;
	clear:both;
	color:#c6c1bb;
	}
#footer .footerlinks {
	font-size:1.2em;
	letter-spacing:1px;
	}
#footer p {
	margin-top:20px;
	}