/* CSS Document */
body
{
font-family: verdana, arial;
background-color: #376271;
line-height: 105%;
margin-top: 20px;


}


/* ~~~~~~~~~ Headings ~~~~~~~~~ */    

h1

{
font-size: 14px;
color: #ffffff;
}

h2
{
	font-size: 12px;
	color:#FFFFFF;
}

h3{
	color:#FFFFFF;
	font-size: 11px;
}

h4{
	color:#FFFFFF;
	font-size: 10px;
}

/* ~~~~~~~~~ Content ~~~~~~~~~ */

#container
{

width: 850px;
margin: 0px auto;
/*backgr ound-color: #ffffff;*/
border: 0px solid #669900;
background:url(img/logo.gif);
background-repeat:no-repeat;
background-position:740px 10px;	
}

#container a:link, a:visited{
	color:#ffffff;
}

