html	{
		margin:0;
		padding:0;
		background-image:
		url('http://something-happens.com/layout/v14/background.jpg');
		color:#767a7d;
		font-size: 8pt;
		letter-spacing: 1px;
		line-height: 14px;
		font-family: Tahoma, Arial, Helvetica;
		text-align: justify;
	}

body 	{
		min-width:800px;
	}
	
#wrap 	{
		background:#f7f7f7;
		margin:0 auto;
		width:800px;
	}
	
#top {
		background:#ffffff;
		margin:0;
				
	}
	
#top h1 {
    		padding:0;
	    	margin:0;
   	}
	
#main {
		background:#fdfbee;
		float:right;
		width:570px;
		padding:10px 10px 10px 10px;
	}

#main h2, #main h3, #main p 
	{

		padding:5px 5px 0 5px;
	}


a:link, a:visited {
		color: #7acbce; 
		text-decoration: none; 
		font-size: 8pt; 
		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica; 
		letter-spacing: 0px;
		word-spacing: 0px;
		line-height: 12px;
		cursor: crosshair;
}

a:hover, a:active {
		color: #f9c309;
		text-decoration: none;
		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica; 
		font-size: 8pt; 
		letter-spacing: 0px;
		word-spacing: 0px;
		line-height: 12px;  

}

.nav a 	{
	        color: #7acbce;
         	display:block; 
		font-weight: normal; 
         	font-family: Tahoma, Arial, Helvetica;         
		font-size: 8pt;
          	letter-spacing: 1px;
		word-spacing: 0px;
                line-height: 20px;		
		padding-left: 8px;
		border-left: 10px #fdfbee solid;
          	text-align: left;
          	text-decoration: none;
          	background-color: #ffffff;
          	border-bottom: 1px dotted #767a7d;
      	}
      
.nav a:hover {
          	color: #f9c309;
		display:block; 
          	font-size: 8pt;
          	font-family: Tahoma, Arial, Helvetica; 
          	font-style: none;
          	letter-spacing: 0px;
		word-spacing: 0px;
          	line-height: 20px;
		padding-right: 8px;
		border-right: 10px #f9c309 solid;
		border-left: 10px #ffffff solid;          	
		text-align : right;
                text-decoration: none;
		background-color: #fdfbee;
          	border-bottom: 1px solid #7acbce;
      }
	

#sidebar {
		background:#f7f7f7;
		float:left;
		width:180px;
		padding:10px 10px 0 10px;
		line-height: 14px;
	}


#sidebar ul {
		margin-bottom:0;
		list-style: square inside; color:#f9c309;
		padding:10px 10px 0 10px;
    }


#sidebar h3, #sidebar p {
		padding:5px 5px 5px 5px;
		
    }

    
	
#footer {
		background:#ffffff;
		clear:both;
	}

#footer p {
		padding:10px;
		margin:0;
	}
	


.sixteen {
		border-bottom: 1px dotted #767a7d;
 		font-size: 15pt;
 		font-family: century gothic;
		letter-spacing: 5px; 
		line-height: 18px;
		font-style: none;
 		background-color: #;
 		color: #f9c309;
		text-align: right;
		text-transform: lowercase
	}
	

input, textarea, formfield 
	{
		background: #FFFFFF; 
		font-family: Tahoma;
		font-size: 8pt; color: #7acbce; 
		font-weight: normal; 
		border-bottom: dashed 1px #471a17; 
		letter-spacing: 1px;
		border-right: 0px; 
		border-top: 0px; 
		border-left: 0px; 
		background-color: #FFFFFF;
	}	




ul.none {list-style-type: square;}

ul.square {
		
		list-style-type: square; 
		color:#f9c309;		
		letter-spacing: 1px;
		word-spacing: 0px;
		line-height: 14px;
		display: block; 
		background-color: #ffffff;
		
	}

ul.circle {
		list-style-type: circle; color:#ee2667
		color: #7acbce;
		letter-spacing: 1px;
		word-spacing: 0px;
		line-height: 14px;
		display: block; 
		background-color: #ffffff;
		
	}


li 	{
		list-style-type: square; color:#7acbce
		color: #7acbce;
		letter-spacing: 1px;
		word-spacing: 0px;
		line-height: 20px;
		background-color: #ffffff; width: 500px;
	}


#header{
border-bottom: 1px dotted #767a7d;
 		font-size: 15pt;
 		font-family: century gothic;
		letter-spacing: 3px; 
		line-height: 18px;
		font-style: italic;
 		background-color: #;
 		color: #00667c;
		text-align: left;
		text-transform: lowercase


}

