body
{
    background-color: #ffffff;
    color: #ffffff;
}
img
{
    border: 0px;
}
a, a:link, a:visited, a:hover {
	color: #81d381;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#wrapper
{
    margin: 0 auto; 
	/* text-align: right; */
	/* vertical-align: middle; */
	width: 800px;
	font-size: 10pt;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica;
}
#header
{
    position: relative;
    z-index: 1;
}
#header_bg
{
    position: absolute;
}
#logo 
{
    position: absolute;
    top: 18px;
    left: 23px;
    z-index: 2;
}
#flag
{
    width: 217px;
    position: absolute;
    right: 27px;
    top: 50px;
    text-align: center;
    font-weight: bold;
}
#navButtons
{
    position: absolute;
    top: 187px;
    padding-left: 5px;
    width: 790px;
}

#bodyTop
{
    position: absolute;
    width: 799px;
    height: 134px;
    top: 230px;
    z-index: 1;
    background-image: url("images/main_filler.gif");
    background-repeat: repeat-y;
}
#bodyLogo
{
    position: absolute;
    left: 30px;
}
#title
{
    position: absolute;
    z-index: 3;
}
#body
{
    position: absolute;
    width: 799px;
    top: 364px;
    z-index: 1;
    background-image: url("images/main_filler.gif");
    background-repeat: repeat-y;
}
#content
{
    position: relative;
    margin-left: 45px;
    width: 488px;
}
#bodyPhotos
{
    float: right;
    width: 212px;
    margin-right: 25px;
}

/************* #siteInfo styles ***************/

#siteInfo
{
    position: absolute;
	font-size: 0.75em;
	color: #cccccc;
	Background-color: #474646;
	width: 488px;
	text-align: right;
	bottom: 10px;
	left: 0px;
	background-color: Transparent;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}