body {
	line-height: 18px;
	background-image: url(../../images/bg.png);
	background-repeat: repeat-x;
	background-color: #e8e8e8;
	word-wrap: break-word;
	text-align: justify;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#wrapper {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	width: 900px;
}

#header {
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(../../images/header_bg.png);
	line-height: 100px;
	font-size: 27px;
	font-weight: bold;
	background-color: white;
	color: #cccccc;
	width: 100%;
	height: 100px;
}

#content {
	border-right-color: #aaaaaa;
	border-right-style: solid;
	border-right-width: 0px;
	width: 699px;
	float: left;
}

#navigation {
	width: 200px;
	float: right;
	border-left-color: #aaaaaa;
	border-left-style: solid;
	border-left-width: 1px;
}

#footer {
	background-color: #e6e6e6;
	border-left-color: #939393;
	border-bottom-color: #939393;
	border-right-color: #939393;
	border-top-color: #aaaaaa;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	background-repeat: repeat-x;
	background-image: url(../../images/smooth_gradient.png);
	clear: both;
}

h3 {
	background-color: #e6e6e6;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-variant: normal;
	border-bottom-color: #aaaaaa;
	background-image: url(../../images/smooth_gradient.png);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}

h3.prim {
	background-color: #e6e6e6;
	border-top-width: 0px;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-variant: normal;
	border-bottom-color: #aaaaaa;
	background-image: url(../../images/smooth_gradient.png);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 11px;
	text-align: center;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	width: 100%;
}

#navigation li {
	border-bottom-color: #939393;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navigation li a {
	font-size: 11px;
	background-color: white;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#navigation li a:hover {
	color: white;
	background-color: #1660b2;
}

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

#footer p {
	text-align: right;
	font-size: 9px;
	padding: 5px;
	margin: 0px;
}

img {
	text-shadow: 0px 5px 15px #191919;
	border-color: white;
	border-style: solid;
	border-width: 5px;
	margin: auto;
	text-align: center;
}

img.frame {
	border: 1px solid #999;
	padding: 7px;
}

hr {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #d4d4d4;
	border-bottom-style: dashed;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	width: 100%;
}

pre {
	clear: both;
	padding: 15px;
	margin: 0px;
	font-size: 12px;
	font-family: Monaco, "Courier New", Courier, monospace;
	color: black;
	background-color: #e6e6e6;
	border-bottom-color: #aaaaaa;
	border-top-color: #aaaaaa;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

a {
	text-decoration: none;
	color: #1660b2;
}

a:hover {
	text-decoration: underline;
}

dl {
	margin-left: 15px;
	list-style-position: outside;
	display: block;
}

dt {
	clear: both;
	color: #999999;
	font-weight: bold;
	text-align: left;
	float: left;
	display: inline;
}

dd {
	clear: both;
	text-align: left;
	float: left;
	margin-left: 60px;
	display: inline-block;
}


