/* layout */

body {
text-align: center;
}

#container {
width: 900px;
background-color: #999860;
margin: 0 auto;
text-align: left;
}

#header {
background-color: #635727;
}

#nav {
padding-top: 5px;
padding-bottom: 5px;
color: #F0F6E9;
text-align: center;
}

#box_row {
text-align: center;
height: 200px;
width: 900px;
margin-top: 15px;
}

.left_box {
width: 135px;
height: 186px;
float: left;
margin: 0px 22px;
padding-left: 135px;
padding-top: 5px;
text-align: left;
}

.mid_box {
width: 260px;
height: 186px;
float: left;
margin: 0px;
padding-left: 10px;
padding-top: 5px;
text-align: left;
}

.right_box {
width: 260px;
height: 186px;
float: left;
margin: 0px 22px;
padding-left: 10px;
padding-top: 5px;
text-align: left;
}

#content {
width:833px;
margin: 0px 22px 0px 22px;
background-color: #F7FBF4;
padding: 10px;
}

#footer {
background-color: #635727;
}

.sephone_footer {
width:385px; 
padding: 10px; 
float:left;
color: #999999;
text-align: left;
}

#footer_container {
width: 900px;
text-align: center;
margin: 0 auto;
}

/* end layout */

a.link_navigation {
	color: #F0F6E9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a.link_navigation:active, a.link_navigation:visited {
	color: #F0F6E9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a.link_navigation:hover {
	color: #F8D7A5;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a.footer {
	color: #F0F6E9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}
a.footer:active, a.footer:visited {
	color: #F0F6E9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}
a.footer:hover {
	color: #F8D7A5;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	}


a.link_sephone_footer {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.link_sephone_footer:active, a.link_sephone_footer:visited, a.link_sephone_footer:hover {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.error { color: #ff0000; }

.text_tiny { font-size: 8px; }
.text_small { font-size: 10px; }
.text_large { font-size: 14px; }
	
.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }

/* custom styles */
