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;
}
body {
	line-height: 1;
}
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;
}

/*Begin Insomniactive Productions specific styling*/
body {
	background-color: #000;
	font-family: 'century gothic',verdana,arial,helvetica,sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px;
	}
	
h1 {
	font-size: 1.7em;
	color: #660000;
	text-align: right;
	border-bottom: 1px solid #660000;
	border-right: 1px solid #660000;
	padding: 0 10px 0 0;
}
	
h2 {
	font-size: 1.6em;
	color: #660000;
	text-transform: lowercase;
	}
	
h3 {
	font-size: 1.5em;
	}
	
h4 {
	font-size: 1.4em;
	}
	
h5 {
	font-size: 1.2em;
	}
	
h6 {
	font-size: 1.1em;
	}
	
p {
	font-size: 1em;
	font: "Century Gothic", sans-serif;
	margin: 0 0 10px;
	}
	
blockquote {
	font-style: italic;
	background: #bbb url(../img/quote.png) no-repeat left top;
	padding: 25px 10px 25px 40px;
	margin: 10px;
	}
	
#container {
	background: #cc9900  url(../img/header3.png) no-repeat fixed center top;
	margin: 0 auto;
	}
	
#header {
	width: 100%;
	border-bottom: 3px solid #660000;
	background: transparent url(../img/i_logo.png) no-repeat fixed left 5px;
	height: 106px;
	}
	
#header p {
	padding: 5px 0 0 120px;
	font-size: 2em;
	font: "Century Gothic", sans-serif;
	font-weight: bold;
	}
	
#content {
	background-color: #fff;
	width: 600px;
	position: absolute;
	left: 300px;
	top: 80px;
	padding: 20px;
	}
	
#content a {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
	}	
	
#content a:hover, #content a:active {
	text-decoration: underline;
	}
	
#content ul {
	margin: 0 0 15px 15px; 
	}
	
#content li {
	padding: 5px 0 5px 20px;
	background: transparent url(../img/i_bullet.png) no-repeat left 5px;
	}
	
#menu {
	width:180px;
	position: absolute;
	left: 50px;
	top: 160px;
	height: 300px;
	background-color: #cc9900;
	padding: 10px;
	border: 2px solid #660000;
	}
	
#menu ul {
	padding: 0px;
	margin: 0px auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 600px;
	}
	
#menu li {
	color: #dddddd;
	font-weight: bold;
	padding: 15px 0 0;
	}
	
#menu a {
	text-decoration: none;
	font-size: 1em;
	color: #dddddd;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#menu a:hover {
	color: #ffff66;
	}
	
#menu ul ul {
	/*display: none;*/
	margin: 0 0 0 20px;
	/*width: 120px;*/
	}
	
#menu ul ul li {
	padding: 15px 0 0;
	}
	
/*#menu ul li:hover ul {
	display: block;
	}*/
	
li.copyright {
	font-size: .7em;
	color: #fff;
	font-weight: bold;
	}
	
.box_round {
     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
          border-radius: 12px; /* Opera 10.5, IE 9 */
}

.box_shadow {
     -moz-box-shadow: 10px 0px 20px #000; /* FF3.5+ */
  -webkit-box-shadow: 10px 0px 20px #000; /* Saf3.0+, Chrome */
          box-shadow: 10px 0px 20px #000; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */
}

.box_gradient {
  background-image: -moz-linear-gradient(top, #cccccc, #ffffff); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #ffffff)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff')"; /* IE8 */
}
  