/* CSS Document */
html, body {
	height:100%;
	width:100%;
	margin:0;
}

body { 
	background-color:#489db0;
	text-align:center;
}

form {
	padding:0;
	margin:0;
	display:inline;
}

#sidebar,
#content,
#right_overlay {
	height:100%;
}

#main td {
	vertical-align:top;
}

#main {
	height:100%;
	margin:0 auto;
	width:895px;
}

#sidebar {
	width:207px;
	background-image:url(../images/bg_leftrepeat.png);
	background-repeat:repeat-y;
	color:#EEE;
	background-color:black;
}

#content {
	width:670px;
	text-align:left;
	background:url(../images/bg_content_top.png) repeat-x right top;
	background-color:#FFF;
}


#right_overlay {
	background:url(../images/bg_rightedge.png) repeat-y right top;
	width:9px;
}

#right_overlay_top {
	background:url(../images/bg_rightedge_top.png) repeat-y right top;
	height:46px;
}

#footer {
	margin: 60px auto 5px auto;
	text-align:center;
	color:#999;
	width:100%;
}

#sidebar_topbg {
	background:url(../images/bg_lefttop.png) no-repeat;
	min-height:194px;
	width:207px;
}

#sidebar_content {
	text-align:right;
	margin: 20px 25px 10px 25px;
	color:#FFF;
}

#content_top {
	text-align:left;
	width:674px;
	height:36px;
	color:#FFF;
}

#content_site {
	margin:5px 15px 15px 15px;
	text-align:left;
	color:#333;
}

#content_top_search {
	margin-top:5px;
}

#main_image_caption, 
#main_image_print {
	float:right;
	margin-top:2px;
}

.small_submit {
	margin-left:4spx;
	cursor:pointer;
}
