/* CSS Document */

/* ------------positioning & imagery---------------------*/

body {
	background: #000000;
	}

#container {
	position: relative;
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background:   url(images/background.jpg) no-repeat;
	}
	
#section1 {
	positioning: relative;
	visibility: visible;
	top: 0px;
	width: 616px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	}

#section2 {
	positioning: relative;
	visibility: visible;
	background: url(images/clear.png);
	top: 0px;
	width: 616px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 30px;
	}
	
/* -----------------typography & menu--------------- */

p {
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	}

h1 {
	color: #990000;
	font: Arial, Helvetica, sans-serif;
	}

h2 {
	color: #990000;
	font: Arial, Helvetica, sans-serif;
	}

h3 {
	color: #990000;
	font: Arial, Helvetica, sans-serif;
	}
	
 
 a:link  {
	color: #990000;
	text-decoration: none;
}

 a:visited  {
	color: #990033;
	text-decoration: none;	
}

 a:hover {
	color: #000000;
	text-decoration: none;
}

 a:active  {
	color: #000000;
	text-decoration: none;
}
