﻿@charset "UTF-8";

/* CSS Document */

#header_flash_wrapper {
	height: 70px;
	width:900px;
	background-color: #262662;
}

#header_flash {
	float: left;
	height: 70px;
	width: 625px;
}

#header_logo {
	float: left;
	padding-left:150px;
	height: 70px;
	width: 100px;
}

#header_date_wrapper {
	display:block;
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
}

#header_date {
	float:right;
	height: 18px;
	padding-right:20px;
	color: #000033;
	font: normal 10px verdana, arial, sans-serif;
	text-align:right;
	line-height:18px;
}

#header_image_wrapper {
	float:left;
	height:70px;
	width:900px;
}

#header_navs_wrapper {
	float:left;
	width:900px;
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bar.jpg);
	background-repeat: repeat-x;
}

