/* CSS Document */
/* Main CSS layout for Redish Construction */
/* Site design by Keith Kubal, Lap Cat Studio */

/***********************************************/
/* page setup and layout sytles                */
/***********************************************/


body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #330000;
	background-image: url(../images/backgrnd.gif);
/*	background-repeat: repeat-x;*/
	text-align: center; /* hack to force IE5.x pc to center the wrapper div */ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 790px;
	background-color: #FFFFFF;
	margin:25px auto 0px;
	text-align: left; /* re-align the text to the left after the above "body" section hack */
	border: 5px solid #4A2805;
/*	NOTE: the below image fakes the background in the column */
/*	background-image: url("../images/v2-bg-navMain-borderR.gif");
	background-repeat: repeat-y;  */

}

/***********************************************/
/* #headder styles                             */
/***********************************************/

#headder{
	width: 790px;
	height: 218px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #4A2805;
}

.imageHeadderLeft {
	float: left;
	margin: 0px;
}

.imageHeadderRight {
	float: right;
	margin: 0px;
}

/***********************************************/
/* #sideColumn styles                          */
/***********************************************/

#sideColumn {
	padding: 10px 0px 0px;
	margin: 0;
	width: 145px;
	float: left;
	position: relative;
}

/************** #navMain styles ****************/

#navMain {
	padding: 0;
	margin: 0;
	color:#000000;
}

#navMain p, td, th {
	padding: 0 10px;
	font-size: 80%;
	font-weight: bolder;
	font-style: italic;
}

#navMain a {
	color: #603811;
	text-decoration: none;
}

#navMain a:hover, a:focus{
	text-decoration: underline;
}


/***********************************************/
/* #content styles                             */
/***********************************************/

#content{
	float: right;
	width: 600px;
	padding: 10px;
	margin: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #4A2805;
}

#content p, td, th, li{
	line-height: 1.34em;	
	font-size: 90%;
}

#content a{
	color: #603811;
	text-decoration: none;
}

#content a:hover, a:focus{
	text-decoration: underline;
}

#content h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	color: #4A2805;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content h1{
	font-size: 140%;
	font-variant:small-caps;
	font-family: "Times New Roman", Times, serif;
	color: #4A2805;
	/* original style - remove font-family: and set font-size to 130% */
}

#content h2{
	font-size: 110%;
	border-top: double;
	margin-top: 0px;
	margin-bottom: 5px;
	clear: both;
}

.imageLeft {
	float: left;
	margin: 0px 20px 10px 10px;
}

.imageRight {
	float: right;
	margin: 0px 10px 10px 20px;
}

.imageGallery {
	clear: both;
	margin: 3px 10px;
}

.image250 {
	margin: 6px 6px;
}
.clearit {
	clear: both;
	display: block;
}

/***********************************************/
/* #footer styles                              */
/***********************************************/

#footer{
	color: #000;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #4A2805;
}

#footer h3{
	padding: 2px 10px;
	margin: 0;
	font-size: 70%;
	font-weight: bold;
/*	color: #000000;*/
}

#footer a {
	color: #603811;
	text-decoration: none;
}

#footer a:hover, a:focus{
/*	background-color: #4A2805;    alternate hover - white text on brown background
	color: #FFF;  */
	text-decoration: underline;
}
