/* BODY AND CONTAINER */

		body {
			background-color: #000000;
			}

		#container {
			width: 870px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color: #000000;
			background-color:#FFFFFF;
			border: 8px #FFFF00 solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #000000;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #000000;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			text-align: center;
		}
		
		a {
			color: #000000;
			text-decoration: none;
		}

		a:hover {
			color: #FFFFFF;
		}
		
/* 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: 8px solid #000000;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-color: #FFFFFF;
			height: 120px;
		}
		
		#header p { 
            text-align: right;
			margin-top: 10px;
			margin-right: 20px;
			color: #000000;
		}
		
		#header a {
  			height: 20px;
			text-decoration: none;
		}	
	
		#header a:link, #header a:visited {
			color: #336600;
			padding: 8px 0 0 10px;
		}
	
		#header a:hover {
			color: #000000;
			padding: 8px 0 0 10px;
		}
		
		#header h1 {
			text-align: right;
			padding-right: 20px;
			color: #000000;
		}

/* NAVIGATION */
	
		#nav {
			width: 170px;
			margin: 5px;
			clear: none;
			float: left;
		}
	
		#nav li a {
  			height: 20px;
			text-decoration: none;
			background-color: #000000;
		}	
	
		#nav li a:link, #nav li a:visited {
			color: #FFFF00;
			display: block;
			padding: 8px 0 0 10px;
		}
	
		#nav li a:hover {
			color: #FFFFFF;
			padding: 8px 0 0 10px;
		}	

		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		ul.bullet {
			list-style-type: none;
			margin: 30px;
			padding: 10px;
		}
		
		li.bullet {
			background-image:url(images/transg.gif);
			background-position:0 0.3em;
			background-repeat:no-repeat;
			padding:0 0 0 25px;
		}

		img {
   			border: none;
		} 


/* CONTENT */

		#content {
			width: 655px;
			clear: none;
			margin-left: 190px;
			border-left: 2px solid #000000;
			padding-left: 5px;
		}
		
		#content p {
			padding-bottom: 5px;
		}
		
		#content p.center {
			text-align: center;
			font-size: 16px;
			font-style: oblique;
		}
		
		#content a {
			color: #E4D6CD;
			text-decoration: none;
			border-bottom: 1px #1b2985 ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}
		
		dt {
			font-size: 16px;
			font-style: oblique;
			letter-spacing: 5px;
			font-weight: bold;
		}
		
		dd.price {
			float: right;
			margin-top: -16px;
		}
		
		dd.center {
			text-align: center;
		}
		
		h3.center {
			text-align:center;
	  	}

/* FOOTER */

		#footer {
			margin-bottom: -20px;
			clear: both;
			background-color: #FFFF00;
			padding: 0px 5px 0px 5px;
			text-align: center;
		}
		
		#footer p {
			color:#000000;
			padding: 5px;
		}
		
		#footer p a:hover {
			color: #CCCCCC;
		}
