*
{
	margin: 0px;
	border: none;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	list-style: none;
}

body
{
	background-image: url('img/metal.png');
}

p
{
	margin: 20px 10px 0px 10px;
	text-indent: 10px;
}

sup
{
	font-size: 8px;
}
/* NOTE Super/Sub scripts kill the spacing! :(  */


/* headings */

h1, h2, h3, h4, h5, h6
{
	padding: 20px 0px 0px 0px;
}

h1
{
	font-size: 28px;
	line-height: 40px;
	text-align: center;
}

h2
{
	font-size: 24px;
	line-height: 40px;
}

h3
{
	font-size: 20px;
	line-height: 40px;
}

h4
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: bold;
}

h5
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: italic;
}

h6
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
}


/* list */

ol, ul, li ul, li ol
{
	padding: 0px 0px 0px 20px;
}

li p
{
	margin: 0px;
}

/* IDs and CLASSes */

#body
{
	margin: 20px 40px 20px 40px;
	padding-bottom: 20px;
	min-width: 800px;
	background-image: url('img/white33.png');
}

#footer
{
	clear: both;
	margin: 20px 0px 0px 0px;
	text-align: center;
}

#main
{
	clear: left;
	margin: 0px 10px 0px 10px;
}

.col2
{
	float: left;
	width: 50%;
	margin-right: 10px;
}


/* Specific to the homepage*/

#contact
{
	float: right;
	position: relative;
	bottom: 20px;
	left: 20px;
	border: thin dotted black;
	padding: 0px 10px 20px 10px;
	background-color: wheat;
}

.new
{
	margin: 10px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-image: url('img/green33.png');
}

#index li
{
	display: block;
	float: left;
	margin: 20px 20px 0px 0px;
	padding-bottom: 0px;
