/*-----------CSS RESET-------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-----------JAMIE STYLES-------------*/

body {
	background:#000;
	color:#FFF;
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	line-height:12px;
	}

body a {
	text-decoration:none;
	}

body a:hover {
	text-decoration:underline;
	}

#topbar {
	height:50px;
	text-align:right;
	float:right;
	}

#menu {
	height:50px;
}

ul#navlist
{
padding-top:30px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px;}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #6d1d0f;
text-decoration: none;
}

#main {
	height:420px;
	background:#d3cbbe url('jamie.jpg') no-repeat;
	}

#maintext {
	color:#000;
	padding:10px 20px 0 0;
	margin-left: 500px;
	overflow: auto;
	height:400px;
	}

#maintext p, ul{
	margin-bottom:7px;
	list-style: square inside;
	}


#maintext a {
	color:#6d1d0f;
	}
	
#maintext h1 {
	font-size:26px;
	line-height:26px;
	margin:0 0 10px;
	border-bottom:1px solid #6d1d0f;
	}

#maintext h2 {
	font-size:20px;
	line-height:22px;
	margin:0 0 15px 2px;
	}

#footer {
	color:#d3cbbe;
	text-align:center;
	padding-top:15px;
	}

#footer p {
	margin-bottom:5px;
	}

#footer a {
	color:#d3cbbe;
	}


</style>