body{
margin:0;
padding:0;
background: #EFE9D9;
font-family:"trebuchet ms", Verdana, Helvetica, sans-serif;
font-size: 14px;
}

h1{
font-family: bold "Georgia", Times, serif;
font-size: 20px;
text-align: center;
}

p{
font-family:"trebuchet ms", Verdana, Helvetica, sans-serif;
font-size: 14px;
}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 0px solid #C93;
background: #ffffff;
}

#topsection{
background: #FFFFFF;
height: 116px; /*Height of top section*/
border-bottom: 3px solid #C93;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
z-index: -1;
}

#leftcolumn{
padding-top: 5px;
float: left;
width: 200px; /*Width of left column*/
margin-left: -1000px;
background: #fff;
border: 0px solid #C93;
z-index: 1; 
}

#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #000000;
text-align: center;
padding: 4px 0;
border-bottom: 5px solid #C93;
}

a img{
border: none;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
}

#indexpagecontainer {
	overflow: hidden;
	width: 100%;
}

#first {
	width: 250px;
	float: left;
}

#second {
	width: 290px;
	float: left;
}

#third {
	width: 250px;
	float: left;
}

#indexpagecontainertop {
	overflow: hidden;
	width: 100%;
}

#topfirst {
	width: 640px;
	float: left;
}

#topsecond {
	width: 360px;
	float: left;
}

#sitemap {
	line-height: 22px;
}
