/* --------------------------------
Master Stylesheet
Edward Schwarzschild
http://www.edwardschwarzschild.com

Author: Michael Borum // etherweave
http://www.etherweave.com

Version: August 2007
----------------------------------*/

body {
	background: #cc9 url("../images/background.jpg") fixed top repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Georgia, TimesRoman, serif;
	font-size: 14px;
	line-height: 14px;
	}

p {
	line-height: 22px;
	}

hr {
	height: 1px;
	width: 600px;
	border-top: 1px dotted #333;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding: 0;
	margin: 0 0 15px 0;
	}
	
h1, h2, h3 {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 100%;
	display: block;
	}

h1 {
	font-size: 40px;
	color: #600;
	font-weight: normal;
	}

h2 {
	font-size: 20px;
	color: #600;
	font-weight: normal;
	}

h3 {
	font-size: 14px;
	}

a:link {
	color: #699;
	text-decoration: underline;
	}

a:visited {
	color: #666;
	text-decoration: underline;
	}

a:hover {
	color: #333;
	text-decoration: underline;
	}

a:active {
	color: #fff;
	text-decoration: underline;
	}

ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 20px 15px;
	padding: 0;
	}
	
a img {
	border: none;
	}

input {
	border: 1px solid #333;
	color: #333;
	}

input.submit {
	background: #ffc;
	}

td {
	margin: 0;
	padding: 0;
	}
