/* -- Standard --------------------------------------- */

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #FFF url("images/bg-body.png") repeat 0 0;
	color: #222;
	font: 0.9em arial, sans-serif, verdana;
	height: 100%;
	line-height: 1.1;
}
a, a:visited {
	color: #00F;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-decoration: underline;
}
h2 {
	font-size: 1.3em;
}
strong {
	font-weight: bold;
}
/* -- ID --------------------------------------------- */
#address {
	background: #BBB url("images/bg-nav.png") repeat-y 0 0;
	background-position: right;
	border-bottom: 1px solid #929292;
	color: #FFF;
	height: 95px;
	padding: 20px 0.5em 0 0.5em;
	text-align: center;
	width: 13.5em;
}
#address p {
	padding: 0.2em;
}
#banner {
	background: #FFF;
	border-bottom: 1px solid #AEAEAE;
	color: #000;
	height: 115px;
}
#content {
	background: #FFF;
	border-top: 10px solid #DDD;
	font-size: 1.1em;
	margin-left: 13em;
	min-height: 600px;
	padding: 15px;
}
#content img {
	border: 1px solid #D9D9D9;
	padding: 6px;
	margin: 6px;
}
#content img.right {
	float: right;
}
#content img.left {
	float: left;
}
#content p {
	margin-bottom: 1em;
}
#content ul li {
	margin: 1em;
}
#footer {
	background-color: #DDD;
	border-top: 1px solid #929292;
	clear: both;
	color: #FFF;
	padding: 7px;
	width: 836px;
}
#footer a {
	color: #FFF;
}
#logo {
	position: absolute;
	top: 8px;
	height: 72px;
	right: 10px;
	width: 326px;
}
#nav {
	background: #BBB url("images/bg-nav.png") repeat-y 0 0;
	background-position: right;
	border-bottom: 1px solid #D9D9D9;
	border-top: 10px solid #AEAEAE;
	color: #FFF;
	float: left;
	padding: 2.5em 0.5em;
	width: 13.5em;
}
#nav li {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #AAA;
	padding: 0.75em 0.5em;
}
#nav a {
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
}
#page {
	background: #FFF;
	height: 100%;
}
#wrapper {
	background: url("images/bg-wrapper.png") repeat-y 0 0;
	padding: 0 7px;
	margin: 0 auto;
	position: relative;
	width: 850px;
}
/* -- Class ------------------------------------------ */
