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: black;
}
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: "" "";
}

#box
{
	background-image: url(../images/bkg.jpg);
	left: 50%;
	margin-left: -512px;
	overflow: hidden;
	position: absolute;
	height: 768px;
	width: 1024px;
}

#header
{
	background-color: white;
	height: 150px;
	width: 1024px;
}

#header img
{
	margin-top: 10px;
	margin-left: 10px;
}

#pepper
{
	background-image: url(../images/pepper.png);
	height:164px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 354px;
}

#main
{
	margin-top: 20px;
	font-family: "Verdana", sans-serif;
}

#main h2
{
	font-size: 32px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	/*padding-top: -10px;*/
	margin-left: 250px;
	color: #B70B00;
}

#main #nav
{
	position: absolute;
	left: 25px;
	width: 250px;
}

#main #nav img
{
	margin-bottom: 30px;
}

#main #headline
{
	color: #b70d00;
	position: absolute;
	top: 25px;
	font-size: 40px;
	left: 250px;
	font-style: oblique;
	z-index: 1000;
}

#content
{
	background-image: url(../images/transparentBkg.png);
	background-repeat: no-repeat;
	left: 250px;
	height: 0px;
	width: 0px;
	position: absolute;
	overflow: hidden;

}

#content2
{
	background-image: url(../images/transparentBkg.png);
	background-repeat: no-repeat;
	left: 250px;
	height: 350px;
	width: 700px;
	position: absolute;
	overflow: hidden;

}

.content
{
	height: 0px;
	width: 0px;	
}

.content1
{
	height: 25px;
	width: 700px;
}

.content2
{
	height: 350px;
	width: 700px;
}

.content3
{
	position: absolute;
	left: 1200px;	
}

.content4
{
	left: 250px;
}

a:link, a:visited
{
	color: black;
	text-decoration: none;
}

a:hover, a:active
{
	color: gray;
	text-decoration: underline;	
}

h4
{
	text-align: center;
	font-size: 24px;
	margin-left: 0px;
	margin-top: 50px;
}