/*

*/

* {
	margin: 0;
	padding: 0;
}

body {position: absolute;
		 clear: both;
		 top: 30px;
		 left: 2%;
		 background-color: #ffcc33;
		 background-image: url(names.png);
		 background-repeat: repeat;
		 background-position: center top;
		 padding: 5px;
		 padding-top: 0px;
}
p {padding-left: 5px;
}
#navbar {
   /*top: 165px;*/
   padding-top: 5px;
   background-image: url(nav-back.png);
   border: 3px #000000 solid;
   font-size: large;
   height: 40px;
	 width: 700px;
   color: #ffffff;
   margin: 0;
   white-space: nowrap;
}

#background {margin: 0;						
						width: 700px;
						border-left: 3px #000000 solid;
						border-right: 3px #000000 solid;						
						border-bottom: 3px #000000 solid;
						background: url(images/img07.gif) repeat-x;
						line-height: 1.8em;
}	

/* Header */

#header {
	background-color: #ffcc33;
	/*background-image: url(alt_title.gif);*/
	background-position: top left;
	background-repeat: no-repeat;
	border: 3px #000000 solid;
	position: relative;
	clear: both;
	left: 15%;
	padding-top: 10px;
 	top: 5px;
	height: 160px;
	/*height: 160px;*/
	}


#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 100px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}
body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666

	
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;

}




}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}


ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

