body
{
	background: #165891;
	font-family: Arial;
	font-size: small;
}

p { margin-top: 0; }
table { border-collapse: collapse; }
td { padding: 0; vertical-align: top; }

/* Header */

#head
{
	background: url(img/head.jpg);
	width: 800px;
	height: 168px;
	margin: auto;
}

/* wrap */

#wrap
{
	background: #FFF;
	width: 800px;
	margin: auto;
}

/* Nav Area */

#left_stripe { background-color: #63042C; width: 10px; }

#nav
{
	width: 130px;
	padding-bottom: 147px;
	background: #FFF url(img/nav_bottom.png) no-repeat bottom;
}

#nav, #nav a
{
	/* Text */
	color: #777;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

#nav ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav_child li { border-bottom: 0; padding: 5px; }

.nav_parent
{
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

/* Content Area */

#content
{
	min-height: 100%;
	margin-left: 140px;
	padding: 10px 0 0 10px;
	border-left: 1px solid #000;
}
#content img { margin: 5px 5px 0 0; border: 1px solid #000; }

/* News */

#box_news { float: right; width: 140px }
#box_news .box_title
{
	background: #810A3F;
	text-align: center;
	color: #FFF;
	font-size: medium;
	font-weight: bold;
}
.news_entry { font-size: 8pt; border-bottom: 1px solid #000; padding: 5px }
.news_date { font-weight: bold; }
.news_title { padding-left: 10px; }

/* Footer */

#footer
{
	width: 660px;
	margin: auto;
	clear: both;
	color: #FFF;
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	height: 20px;
	padding-top: 10px;
	background: #165891;
	border-left: 140px solid #63042C;
}

#footer a { color: #FFF; }
#footer a:hover { color: #F00; }

.vbreak { clear: both; }
.left { float: left; }
.right { float: right; }

img, div, input { behavior: url("xedlib/js/iepngfix.htc") }