html, body, #container {
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
	border: none;
}
html {
	background: #37414B url(../images/layout/footer-background.jpg) bottom repeat-x;
	font: 11px Tahoma, Arial;
}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
}
body {
	background: url(../images/layout/header-background.jpg) top repeat-x;
}
#container {
	min-width: 750px;
	position: relative;
	background: url(../images/layout/header-right-background.gif) top right no-repeat;
}
html>body #container {
	height: auto;
}
#nav {
	height: 18px;
	letter-spacing: 1px;
	position: absolute;
	top: 29px;
	right: 28px;
}
#nav a, #nav a:visited {
	color: #37414B;
}
#nav ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
#nav li {
	padding: 2px 0px 3px 0px;
	display: block;
	float: right;
	background: url(../images/layout/nav-line.jpg) repeat-x;
}
#nav li a {
	padding: 2px 12px 3px 12px; margin-left: 1px;
	background: #E5E5E5;
}
#nav li a:hover, #nav li a.current {
	background: #B6C3CF;
}
#nav li a.current {
	font-weight: bold;
}
#header-line {
	width: 69px;
	height: 140px;
	background: #49525B;
	position: absolute;
	top: 47px;
	left: 94px;
	z-index: 1;
}
#header-img {
	position: absolute;
	top: 47px;
	right: 0px;
}
#flash {
	position: absolute;
	right: 0px;
	bottom: 2px;
}
#sg-logo {
	position: absolute;
	top: 187px;
	left: 19px;
}
#sub {
	height: 19px;
	font-size: 10px;
	letter-spacing: 1px;
	position: absolute;
	top: 187px;
	right: 28px;
}
#sub a, #sub a:visited {
	color: #37414B;
}
#sub ul {
	padding: 0; margin: 0;
	list-style-type: none;
}
#sub li {
	padding: 2px 0px 3px 0px;
	display: block;
	float: right;
	background: url(../images/layout/nav-line.jpg) repeat-x;
}
#sub li a {
	padding: 2px 10px 3px 10px; margin-left: 1px;
	background: #E5E5E5;
}
#sub li a:hover, #sub li a.current {
	background: url(../images/layout/sub-background.jpg) repeat-x;
}
#sub li a.current {
	font-weight: bold;
}
#heading {
	font: bold 13px Tahoma, Arial;
	color: #37414B;
	position: absolute;
	top: 218px;
	right: 35px;
}
#content {
	text-align: justify;
	color: #D8D8D8;
	letter-spacing: 1px;
	padding: 295px 15px 85px 15px;
}
#content ul {
	list-style-type: square;
}
#content-strict {
	width: 100%;
}
#content-strict td {
	width: 49%;
	padding: 15px;
	vertical-align: top;
}
#content-liquid td {
	padding: 15px;
	vertical-align: top;
}
#content a, #content a:visited {
	font-weight: bold;
	color: #B8C3D0;
}
#content a:hover {
	color: #99A4AE;
}
h1 {
	font: bold 11px Tahoma, Arial;
}
#partnav {
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 238px;
	right: 0px;
}
#partnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#partnav li {
	width: 120px;
	height: 16px;
	padding-top: 2px;
	margin-bottom: 1px;
	background: url(../images/layout/part_nav-up.jpg) repeat-y;
}
#partnav li:hover { background: url(../images/layout/part_nav-over.jpg) repeat-y; }
#partnav a { color: #FFFFFF; }
#partnav a.current { font-weight: bold; }
.partner {
	padding-bottom: 15px;
}
.partner-img {
	border: 1px solid #99A4AE;
	float: left;
	margin: 0px 15px 5px 0px;
}
.partner-img:hover {
	border: 1px solid #B8C3D0;
}
#footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #7D8389;
	text-align: right;
	position: absolute;
	right: 7px;
	bottom: 40px;
}
#footer a, #footer a:visited {
	color: #37414B;
}
#footer a:hover {
	color: #7D8389;
}
.fm-logo {
	float: right;
	margin: 6px 0px 0px 8px;
}
.bolditalic{
	font-weight:bold;
	font-style:italic;
	}
