/* BODY AND CONTAINER */

		body {
			background-image:url(starbg.jpg);
			no repeat
			background-color: #60594F;
			}

		#container {
			width: 900px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.4em;
			color: #666666;
			background-color: #ebeae5;
			/*border: 4px solid #948979;*/
		}
		
/* GENERAL STYLES */
		
		h1 {

			font-family: Arial, Helvetica, sans-serif;
			font-style: italic;
			font-weight: normal;
			font-size: 42px;
			text-align: center;
			color: #15304b;
			margin-bottom: 80px;
			padding-left: 10px;
		}
		
		h2 {
			padding-top: 5px;
			color: #850404;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #ebeae5;
		}
		
		a {
			color: #66749A;
			text-decoration: none;
		}

		a:hover {
			color: #15304b;
		}

		a:visited {
			color: #850404;
		}

		form {
			float:right;
			margin-top: -35px;
			font-size: 9px;
			padding-right: 10px;
		}
			
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 6px solid #050529;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image: url(header.jpg);
			background-color: #B2A592;
		}

		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
			font-size: 20px;
			font-style:italic; 
			color: #850404;
		}

		#header h3 { 
			float:right;
			font-size: 9px;
			padding-right: 10px;
		}

/* NAVIGATION */
	
		#menu1 {
			width: 150px;
			margin: 10px;
			border-style: solid solid none solid;
			border-color: #3D261D;
			border-width: 1px;
			border-style: solid;
			border-bottom: none;
			float: left;
		}
	
		#menu1 li a {
			height: 32px;
  			height: 24px;
			text-decoration: none;
		}	
	
		#menu1 li a:link, #menu1 li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(menu1.jpg);
			padding: 8px 0 0 10px;
		}
	
		#menu1 li a:hover {
			color: #FFF;
			background:  url(menu2.jpg) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		img {
   			border: none;
		} 

		
/* CONTENT */

		#content {
			width: 500px;
			margin-left: 200px;
			margin-right: 200px;
		}
		
		#content p {
			padding-left: 20pt;
			font-size: 12px;
		}
		
		#content h3 {
			font-size: 14px;
			font-style: bold;
			color: #15304b;			
		}

		#content a {
			color: #15304b;
			text-decoration: none;
			font-weight: 500;	
		}

		#content ul {
			list-style: none;
			padding-left: 35pt;
			font-size: 12px;
		}
		
		#content a:hover{
			color: yellow;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
		
		#content a {
			color: #15304b;

		}	

		#content a:visited {
			color: #850404;
		}

/* SIDEBAR */

		#sidebar {
			float: right;
			width: 165px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #850404;
		}
		
		#sidebar a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px dashed #F2F3CB;	
			font-weight: 500;	
		}
		
		#sidebar a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* FOOTER */

		#footer {
			margin-top: 10px;
			clear: both;
			background-color: #5e7791;
			padding: 10px 5px 5px 5px;
			background-image: url(footer.jpg);
			/*border-top: 1px dashed #F2F3CB;*/
			text-align: center;
		}

		#footer p {
			color:#89817f;
		}

		#footer a {
			color: #15304b;

		}	

		#footer a:hover {
			color: yellow;
			text-decoration: underline;
		}
		
		#footer a:visited {
			color: #850404;
		}