@charset "UTF-8";
html {filter:expression(document.execCommand("BackgroundImageCache", false, true));} /* enable background image caching in IE6 */

body {
	background: #000 url(img/back.jpg) repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* @group Common */

p, li {
	font-size: .81em;
	line-height: 1.75em;
	margin: 0;
	padding: 0 0 1.25em;
	font-weight: normal;
	font-style: normal;
}
li {
	padding:0;
}
em {
	font: normal bold 1.06em "Courier New", Courier, mono;
	color: #ff66cc;
}
img {
	float: right;
	padding: 0;
	margin: 0 0 .5em 1em;
}
a {
	color: #ff99cc;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:hover {
	color: #fff;
	border-bottom-color: #ff99cc;
}
h2, h3 {
	margin: 0;
	padding: 0;
	font: bold .94em Georgia, "Times New Roman", Times, serif;
	color: #ff0099;
}
h3 {
	font-weight: normal;
	font-style: normal;
	color: #ff99cc;
}

/* @end */

/* @group Containers */

#container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: transparent url(img/back_content_top.png) no-repeat left bottom;
	height: 174px;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#content {
	width:440px;
	padding: 0 30px;
	background: transparent url(img/back_content.png) repeat;
}

#footer {
	background: transparent url(img/back_content_bottom.png) no-repeat left top;
	height: 40px;
	width: 100%;
	padding-bottom: 50px;
	clear: both;
	position: relative;
	overflow: visible;
}

/* @end */

/* @group Head */

#header h1 {
	padding: 0;
	width: 445px;
	height: 210px;
	background: transparent url(img/adorit.png) no-repeat left top;
	position: absolute;
	text-indent: -6666px;
	font-size: 1.5em;
	top: 0;
	left: -52px;
	z-index: 66;
	display: block;
}
#header h1 em  {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Content */
p.top {
	padding-top: 4em;
}
p.bot {
	border-bottom: 1px solid #ff0099;
	padding-bottom: 2em;
}
p.clear {
	clear: both;
}
/* @group Columns */

.column {
	width: 126px;
	margin: 0 0 0 30px;
	float: left;
	padding-top: .75em;
}
.columnL {
	margin-left: 0;
}
.columnR {
	width: 128px;
	clear: none;
}
.column ul, .column li {
	margin: 0;
	padding: 0;
}
.column li {
	list-style-type: none;
	font-size: .69em;
}
/* @end */

/* @end */
#footer p.reg {
	font-size: .63em;
	color: #666;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 0;
	bottom: 0;
	left: 30px;
}
#footer p.face {
	position: absolute;
	padding: 0;
	margin: -20px 40px 0 0;
	text-indent: -6666px;
	width: 78px;
	height: 78px;
	background: transparent url(img/fb.png) no-repeat left top;
	top: 0;
	right: 0;
}
#footer p.face a, #footer p.face a:hover {
	padding: 0;
	margin:0;
	width: 78px;
	height: 78px;
	display: block;
	border-bottom-style: none;
}