/* CSS Document */

@import url(navigation.css);
@import url(mailform.css);
@import url(paragraphs.css);
@import url(rtecss-v1.css);

*
{
	margin: 0px auto;
	padding:0;
}

html, body
{
	height: 100%;                                                                  
  	margin: 0;                                                                     
  	padding: 0;
	
	background-color: #8a442c;
	scrollbar-base-color: #fae8c6;                                                                  
}

img
{
	margin: 0;
	padding: 0;
}

#col-left
{
	float: left;
	position: relative;
	z-index: 2;
	
	height: 513px;
	width: 218px;
	margin: 0;
	
	background-image: url(../images/colpic-left.jpg)
}

#col-center
{
	float: left;
	
	height: 513px;
	width: 607px;
	margin: 0;
	
	background-color: #fae8c6;
}

#col-right
{
	float: left;
	
	height: 513px;
	width: 125px;
	margin: 0;
	
	background-image: url(../images/colpic-right.jpg)
}

#content
{
	position: absolute;
	float: left;
	
	width: 587px;
	height: 357px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 15px 10px 10px 10px;
	
	background-color: #fae8c6;
}

#content p
{
	text-justify: newspaper;
	text-align: justify; 
}

#footer
{
	float: left;
	clear: left;
	
	width: 950px;
	height: 115px;
	
	background-image:url(../images/footerpic.jpg)
}

#header
{
	position: relative;
	z-index: 1;
	
	width: 100%;
	height: 172px;
}

#mainpic
{
	width: 607px;
	height: 128px;
	overflow: hidden;
	border-bottom: solid #683a2e 3px;
}

#navigation
{
	position: relative;
	z-index: 10;
	
	width: 140px !important;
	width: 145px;
	margin: 5px;
	padding: 5px;
	
	border: solid #683a2e 1px;
	background-color: #fae8c6;
}

#navigation-out
{
	position: relative;
	z-index: 9;
	
	width: 162px !important;
	width: 167px;
	margin-left: 0;
	margin-top: -27px;
	
	border: solid #683a2e 3px;
	background-color: #fae8c6;
}

#shim
{
	float: left;
	
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -400px;                                                              
}

#wrapper
{
	position: static;
	top: -400px;
	z-index: 1;
		
	width: 950px;
	height: 800px;
	clear: both;
                
	background-color: white;
}
