html {
		height: 100%;
}
body {
		font-size: 11px; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #FFFFFF;  
		margin: 0; 
		padding:0; 
		background: #023324;
}
body p {
		margin-bottom: 5px;
}
body * {
		margin: 0; 
		padding: 0;
}
h1 {
		font-size: 12px;
		font-weight: bold;
		color:#D2A54F;
		padding-bottom: 3px;
}
h2 {
		font-size:12px; 
		padding-bottom:5px;
		color:#D2A54F;
}
h3 {
		font-size:11px; 
		padding-bottom:5px;
		color:#D2A54F;
}
h4 {
		font-weight:normal; 
		font-size:10px;
}	
ul {
		margin-bottom:10px;
}
li {
		list-style:none;
}
a {
		text-decoration:none; 
		color:#D2A54F; 
}
a:hover { 
		color:#DEB963;
}

/* Header */

#headerContainer {
		height:110px;
		background:#FFFFFF;
}
#header {
	width:720px;
	margin:0 auto;
	position:relative;
	height: 100px;
}
#logobox {
		padding-top:51px;
		height:51px; 	
}
#logobox h1#logo {
		display:block;
		width:275px; 
		float:left;
		background:   url(images/logo.gif) no-repeat left top;
}
#logobox h1 a {
		display:block;
		text-indent:-10000px;
		width:275px;
		height:52px;
		text-decoration:none;
		border:none;
		background:   url(images/logo.gif) no-repeat left top;
}
#logobox h1 a:hover {
		background:   url(images/logo_hover.gif) no-repeat left top;
		border:none;
}

/* NAVIGATION */

#navigation {
		display:block;
		height:100px;
		position:absolute;
		top:0;
		right:0;
}	
#navigation ul {	
		float:left;
}
#navigation ul li {
		list-style:none;
		float:left;
}
#navigation ul li a {
		font-size:11px;  
		text-decoration:none; 
		color:#fff;
		text-align: center;
		background-color:#023324;
		display:block;
		padding:83px 5px 4px 5px;
		border-right: 1px solid #d1d1d1;
		border-bottom: 1px solid #d1d1d1;
}
#navigation ul li a:hover, #navigation ul a {
				color:#F5F5F5;
				background-color:#312302;
}
#navigation ul li#one {
		border-left: 1px solid #d1d1d1;
}

/* CONTENT CONTAINER */

#mainContainer {
	background:#312302 url(images/content_bg.gif) top left repeat-x;
	padding-top: 30px;
	padding-bottom:30px;
	margin:0 auto;
	position:relative;
	width: 100%;
	left: -1px;

}
#mainContent {
		width:810px;
		margin:0 auto;
} 

/* HOME PAGE */
		
#statement {
		font-size: 18px;
		font-weight: bold;
		color: #D2A54F;
		text-align: center;
		padding-bottom: 10px;
}
#content {
		background-color:#EAE9D9;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
}
#content img, a:link, a:visited {
		border: 2px solid #D2A54F;
		text-align: center;
}
#content img, a:hover{
		border: 2px solid #A07729;
}

/* FOOTER */

#footerMainContainer {
		width: 100%;
		background-color: #FFFFFF;
		margin:0 auto;
		position:relative;		
}
#footerContainer {
		width: 800px;
		margin:0 auto;		
}
#tag {
		font-size:11px; 
		line-height:11px;
		color: #023324;
		padding-top:10px;
		text-align:left;
		width:500px;
}
#tagimages {
		width: 250x;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
}
#footer ul li {
		list-style: none;
}
		
/* COPYRIGHT */

#copyright {
		width:720px;
		margin-top:5px; 
		margin:0 auto;
		position:relative;
}
#copyright-left {
		text-align:left;
}
#copyright-right {
		text-align:right;
}	
#copyright-left a, #copyright-right a, #tagimages a {	
		color: #D1D1D1;
		text-decoration: none;
		border: none;
}
#copyright-left a:hover, #copyright-right a:hover, #tagimages a:hover {
		color: #F4F4F4;
		text-decoration: underline;
		background: none;
		border: none;
}

/* SUB PAGES */

}
#subPageContent {
		width:477px;
}
#subPageBox {
		background-color:#EAE9D9;
		padding-top: 12px;
		padding-bottom: 9px;
		width:442px;
		text-align: center;
}
#subPageBox img, a:link, a:visited {
		border: 1px solid #7D6D4D;
}
#subPageBox img, a:hover{
		border: 1px solid #A07729;
}
#subContent {
		padding-left: 20px;
}
#subContent ul {
		padding-top: 5px;
		padding-bottom: 5px;	
}
#subContent a:link, a:visited {
		color: #7D6D4D;	
		text-decoration: underline;	
}
#subContent a:hover{
		color: #A07729;	
		text-decoration: underline;	
}
.details-format {
		font-size:11px; 
		font-weight: bold;
		color:#D2A54F;
}

/* CONTACT PAGE */

#subPageContact {
		width:455px;
}
#subPageContactBox {
		background-color:#EAE9D9;
		padding-top: 11px;
		padding-bottom: 9px;
		width:464px;
		text-align: center;
}
#subPageContactBox img{
		border: 2px solid #7D6D4D;
}
#subContentContact {
		padding-left: 54px;

}
#subContentContact ul {
		padding-top: 5px;
		padding-bottom: 5px;	
}
#subContentContact a:link, a:visited {
		color: #D1D1D1;
		text-decoration: none;
		border: 0;	
}
#subContentContact a:hover{
		color: #F4F4F4;	
		text-decoration: underline;
		border: 0;
}
