body {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	background-color: #790210;
}

#container_all {
	width: 790px;
	min-height: 600px;
	height: auto;
	

}
/* Left Column and its content */
#left_column{
	width: 244px;
	min-height: 600px;
	height:auto;
	float: left;
}

#logo {
	width: 244px;
	height:111px;
	/*background-image: url(images/logo.gif);
	background-repeat: no-repeat;*/
	float: right;


}


#navigation  {
	width: 244px;
	height:280px;
	background-image: url(images/nav_container.gif);
	background-repeat: no-repeat;
	
	float: right;
	text-align: left;
}



#quote_container {
	width: 244px;
	height:256px;
	float: right;
	background-image: url(images/quote4.gif);
	background-repeat: no-repeat;

}


/* Center Column and its content */

#center_column {
	width: 504px;
	min-height: 600px;
	height:auto;
	float: left;
}

* html #center_column {
height: 600px;
}

#center_top {
	width: 504px;
	height: 264px;
	background-image: url(images/center_top.jpg);
	background-repeat: no-repeat;
	float: right;
}
#top_link {
	width:304px;
	height: 15px;
	margin: 48px 0 0 20px;
	color: #fff;
	font-size: 12px;
	text-align: right;
}
#top_link a:link {
color: #fff;
font-size: 12px;
text-decoration: none;
}
#top_link a:visited {
color: #fff;
font-size: 12px;
text-decoration: none;
}
#top_link a:hover {
color: #D4BC9E;
font-size: 12px;
text-decoration: underline;

}
#top_link a:active {
color: #fff;
font-size: 12px;
text-decoration: none;
}
#main_content {
	width: 504px;
	min-height: 303px;
	height: auto;
	background-color: #d4bc9e;
	float: right;
	margin:0;
}

* html #main_content {
height: 303px;
}

/*2 columns for text*/

#column_text1 {
	width: 266px;
	min-height: 600px;
	height: auto;
	float: left;
	border-right: 1px solid #b49c7e;
	text-align:left;
}

* html #column_text1 {
height: 600px;
}


#col1_padding {
	padding-left: 21px;
	padding-right: 18px;
	margin:0;
}
#col1_padding_img {
	height: 190px;
width: 240px;

	padding-left:4px;
}

#column_text2 {
	width: 236px;
	height: auto;
	float:right;
	text-align: left;
}
* html #column_text2 {
height: 600px;
}
#col2_padding {
	width: 200px/*216px;*/
	padding-left:0px;
	padding-right:0px;
}

#news { /* only for News section on homepage */
	width:196px;
	height: auto;
	margin:0 0px 0 15px; 
}
#news_img {
padding: 20px 10px 0 18px;
}
#newsletter {
width: 196px;
}

#signature {
width: 196px;
float: right;
padding-top: 6px;
padding-bottom: 10px;
}
#extra_space {
	width: 504px;
	height: 20px;
	background-color: #d4bc9e;
	clear: both;	
}
#footer {
	width: 504px;
	height: 33px;
	background-color: #b49c7e;
	
	font-style: Georgia, Arial;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-aling: center;
	clear: both;	
}
#footer_padding {
padding-top:5px;
}

/* Right Column and its content */
#right_column {
	width: 42px;
	height:auto;
	float: right;
	
}


#top_shield {
	width:42px;
	height: 190px;
	background-image: url(images/top_shield.jpg);
	background-repeat: no-repeat;
	float: right;
}

/*hidden */

#hidden_logo {
display:none;
}

#signature_hidden {
display:none;
}

#hidden {
display:none;
}

/* for thank you and error page */

.text_padding {
padding-left: 25px;
padding-right: 20px;
}

