body{
    background-color: #687; 
	margin:0px; padding:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	margin:auto;
}

.big    {font-size: 110%}
.bg-nav {font-size: 120%; line-height: 1.2}
.bold   {font-size: 100%; font-weight:bold}
.med    {font-size: 95%}
.small  {font-size: 90%}
.sm-nav {font-size: 90%; line-height: 1.2}
.tiny   {font-size: 80%}
.title  {font-size: 18px; font-weight: bold}
.subtitle {font-size: 16px; font-weight: bold}

p, li {
	font-weight: normal;
	font-size: .95em;
	color: #FFF;
	background-color : transparent;
}


#top_banner{
	position :static;
	height: 230px;
	width : 750px;
	margin:auto
}

#content{
	position : relative;
        top:     0px;
	width: 750px;
	margin:auto;
}

#col_1{
	position: absolute;
        top:     8px;
	width: 160px;
	left:    3px;
	text-align:right;
}

#navigation {
	position: relative;
	width : 160px;
	line-height: 1.5;
}

#gallery{
	position: static;
	img-border: none;
	width: 160px;
	left: 3px;
}


#col_2{
	position: absolute;
        top:      9px;
	width:  540px;
	left:   192px;
	font-size: .95em;
}

#col_2a{
	position: absolute;
        top:      9px;
	width:  560px;
	left:   192px;
	font-size: .95em;
}

#bottom_navigation {
	position: absolute;
	left: 192 px;
	font-size: 80%;
	line-height: 1.25;
    color: #DDFFDD;
}


a:link    {text-decoration: underline; color: #AFA}
a:visited {text-decoration: underline; color: #AFA}
a:hover   {text-decoration: none;      color: #009900; background-color: #01020A}
a:active  {text-decoration: underline; color: #DDFFDD}

#navigation a:link    {font-size: 85%; text-decoration: none; color: #DDFFDD}
#navigation a:visited {font-size: 85%; text-decoration: none; color: #DDFFDD}
#navigation a:hover   {font-size: 85%; text-decoration: none; color: #009900; background-color: #01020A}
#navigation a:active  {font-size: 85%; text-decoration: none; color: #DDFFDD}

#bottom_navigation a:link    {text-decoration: none; color: #DDFFDD}
#bottom_navigation a:visited {text-decoration: none; color: #DDFFDD}
#bottom_navigation a:hover   {text-decoration: none; color: #009900; background-color: #01020A}
#bottom_navigation a:active  {text-decoration: none; color: #DDFFDD}
