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;
	font-family: Helvetica;
}
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;
}

a {
	color:#FFF;
}


/* MAIN STYLES */

html {
background-color: #000000;
}

#container {
background: url(../images/containerbg.jpg);
margin: auto;
width: 320px;
}

#header {
background: url(../images/top.jpg);
width: 320px;
height: 80px;
}

#header img {
padding-top: 8px;
padding-left: 16px;
}

#content {
width: 320px;
height: 325px;
}

#button {
background-color: #8c7344;
width: 320px;
height: 20px;
position: relative;
}

#title {
float: left;
}

#button img {
float: right;
padding-right: 16px;
}

#button h1 {
line-height: 19px;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
color: #ffffff;
padding-left: 16px
}

#bar {
background-color: #8c7344;
height: 2px;
}

#main {
padding: 16px;
}

#main h1 {
line-height: 26px;
font-family: Helvetica;
font-size: 24px;
color: #ffffff;
text-align: left;
}

#main h1 a {
line-height: 26px;
font-family: Helvetica;
font-size: 24px;
color: #ffffff;
text-align: left;
text-decoration: none;
}

#footer {
background-color: #231f20;
height: 53px;
width: 320px;
}

#footer h1 {
font-family: Helvetica;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 14px;
padding-top: 12px;
}

#footer p {
font-family: Helvetica;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-align: center;
line-height: 18px;
}

#footer p a {
font-family: Helvetica;
font-size: 9px;
font-weight: bold;
color: #ffffff;
text-align:left;
line-height: 12px;

}

#footer p a:hover{
	color:#666;
}

p#footer-text{
	font-size:9px;
	text-align:center;
}
