/*page layout_______________________________________________ */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #EFE2ED url(../images/nav/navbg.gif) repeat-x;
}

#head {
	background: url(../images/banner.gif) no-repeat;
	left: 0px;	
	top: 0px;
	height: 89px;
}

#portrait {
	width: 396px;
	height: 109px;
	background:  url(../images/portraits/jango.jpg) no-repeat;	
	position: absolute;
	height: 109px;
	right: 0px;	
	top: 0px;
	z-index: 4;
}

#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation a, #nav a:active {
	padding-left: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	color: #CCCCCC;
}

#navigation #currentpage a{
	color: #0092BE;
	font-weight: bold;
}

#content {
	padding: 11px;
	position: absolute;
	top: 109px;
	z-index: 1;
}

#footer {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 3px;	
	bottom: 0px;
	position: absolute;
	z-index: 2;
}

#subnav {
	width: 130px;
	margin: 10px;
	padding: 0;
	background-color: #A9AFC1;
	
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 7px 0;
	border-right: 1px solid #094565;
	border-left: 1px solid #094565;	
}

#subnav li {
	margin: 0;
	padding: 0;
}


#subnav li a {
	display: block;
	color: #00578B;
	text-decoration: none;
	padding: 0 3px 2px 5px;
}	

#subnav a:hover {
	color: #FFFFFF;
	background: #0E6EA2;
}

#subnav a:visited {
	color: #666666;
}

#subnav a:active {
	color: #FFFFFF;
}	

/*text formatting_______________________________________________ */
body, p, br, td, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E6B9E;
}

h1 {
	font-size: 13px;
	color: purple;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1187C8;
	text-decoration: none;
}

a:visited {
	color: #9999CC;
	text-decoration: none;
}

a:hover {
	color: #0E6B9E;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}