
body {
	color: #000;
	background: #d1d1d1;
	font: 76% arial,helvetica,verdana,sans-serif;
	width: 952px;
	margin: 8px auto 8px auto;
	padding: 0 0 8px 0;
	}

.admin {
	clear: left;
	margin: 20px 0 0 0;
	}

#contents h1 {
	text-transform: uppercase;
	color: #9db948;
	background: transparent;
	font-size: 2em;
	margin: 42px 0 39px 0;
	padding: 0;
	}

dt {
	font-weight: bold;
	}

.faqs dt {
	margin: 1em 0 0.5em 0;
	}

ul.faqs {
	margin-bottom: 3em;
	}

ul.faqs li {
	line-height: 1.5em;
	margin-bottom: .75em;
	}

h2 {
	font-size: 1em;
	}

#logo {
	margin: 18px 0 13px 30px;
	}

#ie {
	display: none;
	}

#container {
	width: 930px;
	min-height: 630px;
	float: left;
	clear: left;
	color: #333;
	background: #fff url(../images/backgrounds/container.gif) left top repeat-y;
	z-index: 1;
	}

#home #container {
	background: #fff;
	}

#contents {
	width: 570px;
	padding: 0 30px 65px 0;
	float: right;
	}

#contents div {
	width: 262px;
	}

#contents li, #contents p, h2 {
	font-family: verdana,arial,helvetica,sans-serif;
	}

#contents p {
	line-height: 1.4em;
	}

#left_column {
	float: left;
	}

#right_column {
	float: right;
	margin: 0 12px 0 0;
	}

#sidebar {
	position: relative;
	width: 306px;
	float: left;
	}

#sidebar p {
	position: absolute;
	top: 430px;
	right: 0;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 3em;
	}

#wrapper {
	width: 930px;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0 11px 11px 11px;
	float: left;
	position: relative;
	border-bottom: 8px solid #d1d1d1;
	}

#language {
	position: absolute;
	top: 25px;
	right: 15px;
	}

#ssp_icons img {
	display: block;
	float: left;
	margin: 0 5px 10px 0;
	}

a:link, a:visited {
	text-decoration: none;
	}

#contents a:link, #contents a:visited, #language a:link, #language a:visited {
	font-weight: bold;
	color: #333;
	background: transparent;
	border-bottom: 1px dotted #333;
	text-transform: none;
	}

#contents a:hover, #language a:hover {
	background: #eee;
	border-bottom: 1px solid #333;
	}

