@charset "utf-8";

#content {
		width: 554px;
		background: url(../img/site_main_bg.gif) repeat-y left;
		padding-left: 15px;
		padding-right: 10px;
}
#left_column {
width: 202px;}

#right_col {
		width: 202px;
		background: #ADD0A2 url(../img/site_panel_right.gif) repeat-y;
}

#links_bar_top {
		background: url(../img/site_top_grey1.gif);
		height: 30px;
		text-align: right;
}

#bluebar_top {
		background: url(../img/site_blue.gif);
		height: 25px;
		border-right: 1px solid #FFFFFF;
		padding-left: 10px;
		padding-top: 5px;
}

#bluebar_top INPUT {
		margin: 0px;
		padding: 0px;
}
#date {
		color: #FFFFFF;
		float: left;
		margin-left: 200px;
		font: bold 12px "Arial Rounded MT Bold", "Arial Black";
}

#mainpic {
		background: url(../img/site_top_mainpic.jpg);
		height: 141px;
		width: 580px;
}

#snapshots {
		background: url(../img/site_panel_bg_snaps.gif);
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
}
#snapshots_title {
		display: block;
		background: url(../img/site_panel_snaps.gif);
		height: 28px;
		width: 202px;
}
#login_panel {
		background: #B0C6D6 url(../img/site_panel_admin_bg.gif) repeat-x bottom;
		height: 100px;
		padding-left: 10px;
}

#login_title {
		background: url(../img/site_panel_admin.gif);
		display: block;
		height: 29px;
		width: 202px;
}
#site_links {
		background: url(../img/site_panel_links.gif);
		height: 26px;
}


#site_but_blank {
		background: url(../img/site_but_blank.gif);
		height: 29px;
		width: 202px;
}

#back_button {
		text-align: right;
		height: 25px;
		margin-right: -10px;
}


#footer_links {
		background: url(../img/site_bot.gif) repeat-x;
		text-align: center;
		height: 26px;
		color: #666666;
}
#footer_links a {
		font-size: 10px;
		text-transform: uppercase;
		color: #FFFFFF;
		line-height: 25px;
}
#footer_links a:hover { color: #FF6600; }
#footer_credits {
		background: #FFFFFF;
		text-align: center;
		font-size: 10px;
		height: 40px;
		padding: 10px 0px;
}
