/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body {
        background: #010101;
	line-height: 1;
	height:100%;
}

p {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
line-height:1.2em;
margin-bottom:0.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.container {
width:100%;
height: 100%;
margin: 0 auto;
position: relative;
background: #010101 url(images/mainbg.jpg) repeat-x top left;
}

div.indextop {
width:100%;
height:50%;
margin: 0 auto;
background:#fff url(images/topbg.jpg) no-repeat bottom center;
position: relative;
}

div.indexbottom {
width:100%;
height:50%;
margin: 0 auto;
background: #000 url(images/indexbg.jpg) repeat-x top center;
position: relative;
}

div.reflection {
width:800px;
height:151px;
margin:0 auto;
background: url(images/reflect.jpg) no-repeat top right;
position: relative;
}

p.enterbutton {
padding-top:1em;
padding-left:50px;
font-family: Verdana, Arial, Helvetica;
font-size:10pt;
color: #fff;
text-align:left;
}

div.contentcontainer {
  width:800px;
  margin: 0 auto;
  height: auto !important;
  min-height:500px;
  background: url(images/mainreflect.jpg) no-repeat top center;
}

div.content {
  width:780px;
  height:auto !important;
  margin: 0 auto;
}

div.footer {
  clear:both;
  width:800px;
  height:50px;
  margin:0 auto;
  background: url(images/footerbg.jpg) no-repeat top center;
}

div.footer p {
  text-align: center;
  color: #fff;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica;
}

div.nav {
  width:780px;
  height:25px;
  margin:0.5em auto;
}

div.nav p, div.content p {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #fff;
}

h1.post-title, h1.right-column-title, h1 {
  font-family: Arial, Verdana;
  font-size: 18pt;
  color: #fff;
  font-weight:normal;
}

h1.right-column-title {
  font-weight: bold;
  font-size:14pt;
}

div.rightcolumn {
  float:right;
  margin: 0 0 0 10px;
  width:200px;
  min-height:400px;
}

div.leftcolumn {
  width:770px;
  height: 100%;
}

div.post {
  width:100%;
  margin-bottom:2em;
}

div.nav a:link, div.nav a:visited, div.footer a:link, div.footer a:visited, a:link, a:visited {
  color: #fff;
  text-decoration: underline;
}

div.nav a:hover, div.nav a:active, div.footer a:hover, div.footer a:active, a:hover, a:active {
  color: #c9c9c9;
  text-decoration: underland;
}
