/* CSS RESET FOR CROSS-BROWSER COMPATIBILITY. DO NOT CHANGE. */
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;
}

/* 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;
}
/* moosizer Plugin Styles */
/* ************************************************************************* */
#supersize { position: fixed; top: 0; left: 0; z-index: 0; }
#supersize img, #supersize a
{
	height:100%;
	width:100%;
	display:none;
}

#supersize .activeslide, #supersize .activeslide img
{
	display:inline;
}
/* ************************************************************************* */

body {
color: #ebebeb;
font-family: "Lucida Grande",tahoma,verdana,sans serif,arial;
font-size: 12px;
line-height: 3em;
margin-top: 24px;
background: #000000;
}

a {
color: #fcffa0;
text-decoration: none;
}
a:hover {
color: #cccccc;
}

#admin_bar {
position: relative;
z-index: 2;
}


#content {
position: relative;
z-index: 1;
width: 650px;
}

h1 {
font-size: 1.2em;
line-height: 1.4em;
}

ul {
line-height: 1.3em;
text-align: left;
width:280px;
padding: 10px;
border: 1px #cccccc dashed;
margin-top: 20px;
margin-bottom: 20px;

}


