body {
	font-family: verdana, arial;
	padding-top:10px;
	color: #58595b;
	font-size:11px;
	background: transparent url('../img/body-background.jpg') repeat-x;
}

img {
    border:0;
}

#wrapper {
    position:relative;
    margin:0 auto;
    width:700px;
}

#contentwrapper {
    position:absolute;
    top:110px;
    left:0px;
    width:720px;
    padding-bottom:30px;
}

#logo {
    position:absolute;
    top:35px;
    left:-52px;
    z-index:200;
}

#menu {
    position:absolute;
    top:85px;
    left:150px;
}

#menu ul {
    margin:0;
    padding:0;
}

#menu li {
    display:inline;
}

#menu a:link, #menu a:visited {
    padding:0px 6px 0px 5px;
	font: normal 15px Verdana;
	color:#39729d;
	text-decoration:none;
}

#menu a:hover {
	color:#ffffff;
}

#menu a.selected,
#menu a.selected:visited {
    color:#ffffff;
}

#contenttopbackground {
    position:relative;
    height:250px;
    z-index:10;
    background-image: url('../img/background-top.png');
}

#contentbackground {
    background:transparent url('../img/background-repeat.png') repeat-y;
}

#contentbackgroundbase {
    margin:0px 7px 0px 9px;
    background:#ffffff;
}

#contentfooter {
    height:20px;
    padding:20px 20px 0px 0px ;
    text-align:right;
    background:transparent url('../img/background-bottom.png') no-repeat;
}

#mainImage {
    position:absolute;
    z-index:20;
    left:50px;
    top:90px;
}

#content {
    position:relative;
    z-index:10;
    margin-top:-233px;
    margin-left:290px;
    padding:60px 0px 30px 0px;
    width:300px;
    min-height:400px;
}

#content h1 {
    margin:0;
    padding:0 0 15px 0;
	font: bold 14px Verdana;
	color: #287a9c;
}

#content h2 {
    font-size:11px;
	font-weight:bold;
	color: #287a9c;
}
