body {
	margin: 0px;
	background-color: #FFFFFF;
}

 #header {
	padding-right: 183px;
	padding-left: 183px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#logo1{
	width: 175px;
	height: 200px;
	position: absolute;
	top: 1px;
	right: 1px;	
	padding-right: 2px;
	background-color: white;
	
}

#logo2{
	width: 175px;
	height: 200px;
	position: absolute;
	top: 1px;
	left: 1px;
	padding-left: 2px;
	background-color: inherit;
}

#main {
	position: absolute;
	top: 310px;
	left: 200px;
	right: 200px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #999999;
	padding: 10px;
	z-index: 100; 
}

#left{
	width: 200px;
	position: absolute;
	top: 215px;
	left: 0px;
	padding: 10px 0px 10px 10px;
	background-color: #FFFFFF;
	z-index: 90; 
}
	
#right{
	width: 200px;
	position: absolute;
	top: 215px;
	right: 0px;
	text-align: right;
	display: inline;
	padding: 10px 8px 10px 2px;
	background-color: #FFFFFF;
	z-index: 80; 
}



table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

h1{
	font-size: large;
	font-weight: bolder;
	
}

h2{
	font-size: medium;
	font-weight: bold;
	
}

a.first:link, a.first:active, a.first:visited, a.first:hover{color: white;
}

}

p.first{
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: ;
border-right-color: ;
border-bottom-color: ;
border-left-color: ;
}

/* The centrecontent style is set up for a 2 column layout.  
If you want a 3 column layout then change the centreposition style like this:   padding-right: 200px; 
<div id="right"> Write the content for your right hand column inside an id-"right" div like this </div> */










/* Computer-Zen www.computer-zen.com is part of the VORD Web Design Network www.vordweb.co.uk */