/*
div{
	border:1px solid lime;

}
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size:0.8em;
}

#container
{
	float:left;
    width:900px;
    height:100%;
}

#left_panel{
	float:left;
	width:669px;
}

#right_panel{
	float:right;
	width:223px;
}

#banner{
	color: #fff;
	background-color:#A4C8E2;
	width:669px;
	height:162px !important;
	height:162px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#banner_nav {
	width:669px;
	height:25px;
	width:669px;
	background: #fff url(../images/nav-slice.jpg) top no-repeat;	
	padding-top:3px;
}
#banner_nav a{
	color:#fff;
	margin-left:20px;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}
#banner_nav a:hover{
color:black;
text-decoration:underline;
}

#main_pic{
	width:669px;
	height:175px !important;
	height:175px;
	float:left;
	background-color:#C8B8A9;
	margin-bottom:10px;
}
#main_pic img{
	margin:5px;
	margin-top:10px
}

#content{
	color: #000000;
	width:649px;
	float:left;
	padding:5px;
}

#right_top, #right_mid, #right_bottom{
	background-color:#8C6F5B;
	float:left;
	width:213px;
	height:162px;
	margin-bottom:10px;
	padding:5px;
	text-align:right;
}

#right_mid{
	height:250px;
	background-color:#233549;
}
#right_mid a{
	color:White;
}
#right_mid h3, #right_bottom h3, #right_top h3{
	font-size:1.4em;
	font-weight:lighter;
	color:#437DAB;
	margin-top:1px;
	margin-bottom:-5px;
}

#right_top {
	color:#fff;
	height:152px;
}

#right_top a {
	color:#fff;
}

#right_top h3 {
	color:#fff;
}

#right_mid {
	color:#fff;
}
#right_bottom{
	height:450px;
	background-color:#A4C8E2;
	color:#233549;
}
#right_bottom h3{
	color:#233549;
}

#right_bottom img{
	border:4px solid white;
	margin:4px;
}

#footer
{
    width:890px;
    float:left;
    background-color:#C8B8A9;
    padding:5px;
}

h1
{
    text-indent:-2000px;
    margin:0px;
    margin-top:-30px;
}
#content h2, h3
{
    color:#233549; 
    font-size:1.7em;  
    font-weight:lighter;
    margin-top:1px;
}
#content h3
{
    font-size:1.4em;  
}

.input
{
    width:300px;
    color:Blue;
    font-family:Arial;
}
.ok-message, .fail-message{
	
	background:#0C0;
	color:white;
	font-size:16px;
	padding:5px;
	
}
.fail-message{
	
	background:#F00;
	
}
