body {
	background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
}

a {
	outline: none;
}

a img {
	border: 0;
}

a, a:visited, a:link {
	color: #b03700;
	text-decoration: underline;
}

p {
	display: block;
}

/*a:hover {
	background-color: #b03700;
	color: #fff;
}*/

hr {
	border: 1px solid #c0c0c0;
}


/* STRUCTURE */
 
#container {
	width: 622px;
	margin: 0 auto;
	text-align: center;
	min-height: 100%;
}

#header_wrapper {
	width: 622px;
	height: 222px;
	background-color: #fff;
}

	#header {
		position: relative;
		background: url(images/layout/header.gif) no-repeat;
		width: 622px;
		height: 67px;
		text-align: left;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}

#header h1 a {
	position: absolute;
	margin-top: 7px;
	margin-left: 3px;
	color: #072886;
	padding: 15px;
	text-indent: -9000px;
	background: url(images/layout/logo.gif) no-repeat;
	width: 369px;
	height: 58px;
}

#sub_header {
	width: 622px;
	height: 135px;
	background: url(images/layout/sub-header.jpg) no-repeat top left;
}

#nav_wrapper {
	width: 622px;
	height: 39px;
	padding-bottom: 10px;
}

#nav{
	float: left;
	text-align: center;
	width: 622px;
	height: 39px;
	background: url(images/layout/nav.gif) no-repeat top left;
	padding-top: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav li {
	display: inline;
}

#nav li a {
	padding: 0 5px;
	border-right: 2px solid #ccc;
}

#nav li a.last {
	border: 0;
}


#side {
	display: block;
	width: 214px;
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

#calendar {
	float: left;
	text-align: left;
	width: 214px;
	height: 28px;
	background: url(images/layout/header-sub.gif) no-repeat top left;
	padding: 0;
	margin: 0;
}

.calendar_info {
	/*margin-top: 28px;*/
	text-align: left;
	float: left;
	width: 184px;
	padding: 10px 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#content {
	display: block;
	width: 402px;
	float: left;
	margin: 0;
	padding: 0;
}

#welcome {
	float: left;
	text-align: left;
	width: 402px;
	height: 28px;
	margin: 0;
	padding: 0;
	/*background: url(images/layout/header-welcome.gif) no-repeat top left;*/
}

.welcome_info {
	float: left;
	text-align: left;
	width: 592px;
	padding: 10px 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.welcome_info_small {
	float: left;
	text-align: left;
	width: 372px;
	padding: 10px 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.blank {
	display: inline;
	float: left;
	text-align: left;
	width: 622px;
	height: 28px;
	background: url(images/layout/header-main-blank.gif) no-repeat top left;
}

.blank_home {
	display: inline;
	float: left;
	text-align: left;
	width: 392px;
	height: 28px;
	background: url(images/layout/header-blank.gif) no-repeat top left;
}

.blank_small {
	display: inline;
	float: left;
	text-align: left;
	width: 214px;
	height: 28px;
	background: url(images/layout/header-side.gif) no-repeat top left;
}
	
#footer_wrapper {
	clear: both;
	float: left;
	width: 622px;
	padding-top: 10px;
}

#footer {
	background: url(images/layout/footer.gif) no-repeat top left;
	text-align: center;
	width: 100%;
	color: #000;
	float: left;
}

	
	#footer p {
		clear: both;
	}

	#footer ul {
		margin: 10px auto;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#footer li {
		display: inline;
	}

	#footer li a {
		padding: 0 10px;
		border-right: 1px solid #ccc;
	}

	#footer li a.last {
		border: 0;
	}

/* END STRUCTURE */