body {
        position:relative;
        font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
        font-size: 16px;
        color: #CC9933;
        background-color:#222d2d;
        }
        
img {

    text-align: center;
    //width: 150px;
    float: left;
    clear: left;
    margin: .5em;
    margin-bottom: .5em;
    margin-top: 0;
    margin-left: .2em;
    border-style:solid;
	border-color:#CC9933;

}

h1 {
  font-size:200%;
  color:#CC9933;
}

h2 {
   font-size:1em;
   font-weight:bold;
   line-height:1em;
}
    
a:link {
	color: #FFCC00;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:active { 
    color: #FFCC00; 
    text-decoration: none; }
a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a:hover { 
    color: #FFCC00; 
    text-decoration: underline; }

.content {
	background-color: #E4CA95;
	float: right;
	width: 600px;
	padding: 1em;
}

.frame {
	width: 850px;
}

.desc {
	color: #000000;
	font-size: .9em;
	
}
