body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #FFFFFF;
	background-color: #133A5C;
	background-image: url(images/backgr-sub.gif);
	background-repeat:repeat-x;
	}
body#home {
	background-image: url(images/backgr-index.gif);
}
* {margin: 0; padding: 0;
	}
#subpage {
	position: relative;
	}
#placeholder {
	position: relative;
	top: 0;
	height: 150px;
	}
#content {
	color: #FFFFFF;
	position: absolute;
	width: 960px;
	float: right;
	top: 124px;
	height: 410px;
}

#subcontent {
	color: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	padding:0 56px;
	top: 124px;
	left: 56px;
	clear: both;
}

h1 {
	display: none;
	overflow: hidden;
}
h2 {
	font-size: 1.2em;
	color: #CFBDBE;
	width: 930px;
	position: absolute;
	top: 134px;
	margin-bottom: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
	color: #CCCC99;
	margin-bottom: 0;
	margin-top: 1em;
	}
h3 a {
	color: #CCCC99;
	text-decoration:none;
	}
#subcontent p {
	margin: .6em 0 1em 0;
	}
#subcontent a {
	color:#C5B7C1;
	text-decoration:none;
	}
#subcontent a:visited {
	color: #C5B7C1;
	text-decoration:none;
	}
#subcontent a:hover{
	text-decoration: underline;
	}	
#subcontent blockquote {
	margin: 0 2.2em;
	}
#footer {
	background-color: #133a5c;
	position: absolute;
	padding: 20px 50px;
	top: 560px;
	width: 920px;
	font-size: 0.75em;
	color: #CCCCCC;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
}
#subfooter {
	background-color: #133a5c;
	margin: 0 auto;
	padding:20px 56px;
	width: 800px;
	font-size: 0.75em;
	color: #CCCCCC;
}
#subfooter a {
	color: #999999;
	text-decoration: none;
}
#subfooter a:visited {
	color: #999999;
}
#subfooter a:hover {
	text-decoration: underline;
}
#navbar {
	position: absolute;
	width: 100%;
	font-size: 0.8em;
	color: #b6b8c8;
	float: right;
	height: 80px;
	top: 0;
	padding: 14px 50px 30px 0px;
	}
#navbar li {
	float: right;
	list-style-type: none;
	padding: 0 6px;
	border-right: 1px solid #b6b8c8;
}
#navbar a {
	color: #b6b8c8;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar li:first-child {
	border-right: 0px;
}
#subnavbar {
	position: absolute;
	width: 100%;
	font-size: 0.8em;
	color: #b6b8c8;
	float: right;
	height: 80px;
	top: 0;
	padding: 14px 50px 30px 0px;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
}
#subnavbar li {
	float: right;
	list-style-type: none;
	padding: 0 6px;
	border-right: 1px solid #b6b8c8;
}
#subnavbar a {
	color: #b6b8c8;
	text-decoration: none;
}
#subnavbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subnavbar li:first-child {
	border-right: 0px;
}
