body {
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding-bottom: 27px;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-color: #333333;
}

#header,
#main,
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 117px;
	margin-top: 18px;
	background-color: #000000;
	position: relative;
	z-index: 50;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	background-color: #666666;
	width: 192px;
	height: 81px;
	z-index: 51;
}

#header h1 a {
	position: absolute;
	top: 38px;
	left: 2px;
	display: block;
	width: 188px;
	height: 27px;
	text-indent: -9999px;
	background-image: url(../img/mcom.png);
	background-position: 0px 0px;
	z-index: 52;
}

#header h2 {
	position: absolute;
	bottom: 45px;
	left: 208px;
	width: 496px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: lowercase;
	z-index: 55;
}

#header ul {
	display: block;
	position: absolute;
	top: 18px;
	right: 16px;
	width: 224px;
	z-index: 99;
	padding-bottom: 9px;
	background-image: url(../img/mcom.png);
	background-position: 0 -63px;
	background-repeat: no-repeat;
	text-align: right;
	background-color: #000000;
}

#header ul li {
	display: block;
	height: 27px;
	overflow: hidden;
	vertical-align: bottom;
}

#header ul li a {
	display: block;
	margin: 9px 16px 0px 16px;
	font-family: Arial, sans-serif;
	line-height: 18px;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	vertical-align: bottom;
}

#header ul li a.active {
	color: #A5CEEA;
	font-weight: bold;
}

#header ul li a:hover {
	color: #CCCCCC;
}

#header div.first {
	position: absolute;
	top: 81px;
	left: 0;
	display: block;
	width: 960px;
	height: 18px;
	background-color: #A5CEEA;
	z-index: 60;
}

#header div.last {
	position: absolute;
	top: 99px;
	left: 0;
	width: 960px;
	height: 18px;
	background-color: #666666;
	z-index: 61;
}

#header div.first span {
	display: block;
	width: 768px;
	height: 18px;
	margin-left: 192px;
	background-color: #666666;
	z-index: 62;
}

#header div.last span {
	display: block;
	width: 768px;
	height: 19px;
	margin-left: 192px;
	background-color: #FFFFFF;
	z-index: 63;
}

#main {
	background-color: #FFFFFF;
	position: relative;
	z-index: 20;
	padding: 0 0 1px 0;
}

#content {
	padding: 18px 0 9px 0;
	margin-left: 96px;
	width: 624px;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#content h3 {
	margin: 18px 16px 9px 16px;
	font-size: 20px;
	font-weight: bold;
}

#content h4 {
	margin: 9px 16px 9px 16px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

#content h5 {
	margin: 9px 16px 9px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

#content h6 {
	margin: 9px 16px 9px 16px;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

#content p {
	margin: 0px 16px 9px 16px;
	text-align: justify;
	line-height: 18px;
}

#content p img {
	float: left;
	margin: 0;
}

#content small.caption {
	display: block;
	margin: 0px 64px 18px 64px;
	text-align: center;
	line-height: 16px;
	font-style: italic;
	color: #7B9AAF;
}

#content code.block {
	display: block;
	margin: 0px 32px 9px 32px;
	text-align: justify;
	line-height: 18px;
	border-left: 8px solid #666666;
	padding: 9px 8px;
	background-color: #DDDDDD;
	font-family: monospace;
}

#content a {
	color: #7B9AAF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content sub {
	font-size: 10px;
	bottom: -0.4ex;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

#content sup {
	font-size: 10px;
	bottom: 1ex;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

#content img {
	display: block;
	margin: 0 auto 9px auto;
}

#content iframe {
	margin: 0 16px 0px 16px;
	width: 592px;
	height: 333px;	
}

#content img.right {
	float: right;
	margin: 0 16px 9px 16px;
}

#content .clear {
	display: block;
	clear: left;
}

#content ul {
	margin: 0px 16px 9px 16px;
	list-style-type: square;
}

#content ol {
	margin: 0px 16px 9px 16px;
	list-style-type: decimal;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin: 0 16px 0 32px;
	text-align: justify;
	line-height: 18px;
}

#content table {
	margin: 0px 12px 9px 12px;
	width: 600px;
	border-spacing: 4px;
}

#content table th {
	padding: 3px 6px;
	background-color: #7B9AAF;
}

#content table td {
	padding: 3px 6px;
	background-color: #A5CEEA;
}

#content form {
	margin: 0px 16px 9px 16px;
	background-color: #A5CEEA;
	padding-bottom: 9px;
}

#content form fieldset {
	position: relative;
	padding-top: 36px;
}

#content form fieldset legend {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #7B9AAF;
	padding: 2px 0;
	background-image: url(../img/mcom.png);
	background-repeat: repeat-x;
	background-position: 368px -342px;
	background-attachment:
}

#content form fieldset legend span {
	display: block;
	width: 512px;
	margin: 0 64px 0 16px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7B9AAF;
}

#content form label {
	clear: both;
	float: left;
	display: block;
	margin: 9px 16px 0 16px;
	width: 192px;
}

#content form input {
	float: left;
	margin: 9px 0 0 0;
	width: 254px;
	border: 1px solid #7B9AAF;
	background-color: #A5CEEA;
	color: #666666;
}

#content form input.active,
#content form textarea.active {
	background-color: #FFFFFF;
	color: #333333;
}

#content form textarea {
	float: left;
	margin: 9px 0 0 0;
	width: 254px;
	border: 1px solid #7B9AAF;
	height: 90px;
	background-color: #A5CEEA;
	color: #666666;
}

#content form input.submit {
	clear: both;
	float: left;
	margin: 9px 16px 0 224px;
	width: auto;
	background-color: #7B9AAF;
	color: #FFFFFF;
}

#content .multipreview {
	margin: 0px 0px 9px 16px;
	text-align: left;
}

#content .multipreview div {
	float: left;
	margin: 0 16px 9px 0;
	width: 288px;
	height: 162px;
	position: relative;
}

#content .multipreview a.image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#content .multipreview a.caption {
	display: block;
	position: absolute;
	right: 1px;
	bottom: 18px;
	line-height: 18px;
	background-color: #333333;
	padding: 0 16px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 80;
	font-weight: bold;
}

#content .multipreview .last {
	clear: left;
	display: block;
	margin-bottom: 9px;
}

#content .boxes {
	margin-left: 16px;
}

#content .boxes div {
	display: block;
	float: left;
	width: 136px;
	height: 180px;
	background-color: #666666;
	background-image: url(../img/box.png);
	margin-right: 16px;
	margin-bottom: 9px;
	position: relative;
}

#content .boxes div a.title {
	display: block;
	width: 112px;
	position: absolute;
	bottom: 18px;
	left: 12px;
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
}

#content .boxes div a.image {
	position: absolute;
	display: block;
	top: 18px;
	left: 8px;
}

#content .boxes span.clear {
	display: block;
	clear: left;
}

#socialstatus {
	margin-left: 32px;
	margin-bottom: 9px;
	position: relative;
	width: 592px;
	height: 387px;
	background-image: url(../img/socials.png);
}

#socialstatus span {
	display: block;
	position: absolute;
	left: 272px;
	top: 18px;
	width: 304px;
	height: 27px;
	font-size: 16px;
}

#socialstatus span a {
	font-size: 12px;
}

#socialstatus .info {
	display: block;
	position: absolute;
	left: 272px;
	top: 65px;
	width: 288px;
	height: 306px;
	overflow: hidden;
}

#socialstatus .menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 395px;
	overflow: hidden;
}

#socialstatus .info p {
	margin-left: 0;
	padding-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	border-top: 1px solid #666666;
}

#socialstatus .info p a.more {
	margin-left: 0;
	font-size: 11px;
	font-weight: bold;
}

#socialstatus .marker {
	display: block;
	position: absolute;
	top: 54px;
	left: 160px;
	width: 63px;
	height: 45px;
	background-image: url(../img/socials.png);
	background-position: 0px -396px;
}

#welcome {
	position: relative;
}

#welcome h3 {
	position: absolute;
	top: 13px;
	right: 160px;
	text-align: right;
	z-index: 40;
	line-height: 1.1em;
	font-weight: normal;
	color: #333333;
}

#welcome h3 strong {
	font-weight: bold;
	color: #666666;
}

#sidebar {
	position: absolute;
	top: 63px;
	right: 16px;
	width: 224px;
	background-color: #666666;
	padding: 9px 0 0 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#sidebar p {
	margin: 0px 16px 9px 16px;
	text-align: left;
	line-height: 16px;
	color: #FFFFFF;
}

#sidebar a {
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar ol {
	margin: 0px 0 0 0px;
	text-align: left;
	line-height: 16px;
	color: #FFFFFF;
	list-style-type: decimal;
}

#sidebar ol.last {
	margin-bottom: 9px;
	margin-left: 16px;
}

#sidebar ol li {
	margin-left: 8px;
}

#sidebar ol.last li {
	margin-left: 16px;
}

#sidebar hr {
	display: block;
	width: 224px;
	height: 18px;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#footer {
	width: 864px;
	border-left: 96px solid #FFFFFF;
	background-color: #A5CEEA;
	margin-top: -1px;
}

#footer div {
	margin-left: 16px;
	width: 848px;
	background-color: #000000;
	padding: 18px 0;
	position: relative;
}

#footer div p {
	width: 192px;
	margin-left: 32px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 15px;
}

#footer div p.last {
	position: absolute;
	left: 192px;
	top: 18px;
}

#footer div p strong {
	font-weight: bold;
}
