/* Layout
=================================*/

/* Normalise margin, padding */
dl, dt, dd, ul, ol, pre, form, fieldset, input, p, blockquote, address, th { margin : 0; padding :0; }

/* Normalise headers 
h1, h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }*/

/* Remove list styles 
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }*/

/* Removes borders from imag and fieldsets */
fieldset, img { border : 0; }

/* center body and all content in browser with body  "relative" for further relational div positioning */

body {
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
	margin-right: 20px;
	margin-left: 20px;
	}

div#container {
	width: 840px;
	height:90%;
	z-index: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	float: none;
	background-color: #FFFFFF;
}


 
 #header {
	position:relative;
	width:840px;
	height:auto;
	z-index:auto;
	float: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;	
}


#footer {
	position:inherit;
	width:840px;
	height:25px;
	float: inherit;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-indent: 10px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}


#bodycopy {
	position:relative;
	width:840px;
	z-index:auto;
	visibility: visible;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	background-color: #FDFDFD;
	height:500px;
	overflow: inherit;
}

#menublock {
	position:relative;
	width:120px;
	height:100px;
	z-index:auto;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-indent: 10px;
}

#menublocklogo {
	position:relative;
	width:120px;
	height:100px;
	z-index:auto;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	
}

#headings {
	position:relative;
	height:100px;
	z-index:auto;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	
}

 #photostrip {
	position:relative;
	width:840px;
	height:100px;
	z-index:auto;
	float: inherit;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;	
}

#photoblock {
	position:inherit;
	z-index:auto;
	visibility: visible;
	float: left;
	text-align: left;
	width: 120px;
	background-color: #CCCCCC;
	height: 100px;
}

#bodycolumnleft {
	position:relative;
	z-index:auto;
	visibility: visible;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	width: 365px;
	margin-left: 20px;	
}

#bodycolumnright {
	position:relative;
	width:365px;
	z-index:auto;
	visibility: visible;
	float: right;
	text-align: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}

#bodycolumnright400 {
	position:relative;
	height:400px;
	width:365px;
	z-index:auto;
	visibility: visible;
	float: right;
	text-align: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}


