body {
        font-family: arial, tahoma, helvetica, arial, sans-serif;
        font-size: 11px;
	background: #2496ea;
	padding-top: 5px;
}

h3, p { 
        font-size: 12px;  
}

p { 
        margin-top: 0.5em; 
}

img {
        border: 0;
}

a {
        text-decoration: none;
}

#wrapper {
        text-align: left;
	width: 940px;
        background: white;
	margin: auto;
}

#wrapperi {
        padding: 0px 10px 5px 10px;
}

#wrapperj {
	background: url(../images/right_bg.jpg) repeat-x;
	background-position: bottom;
}

#header, h2 {
        margin: 0;
        padding: 0;
	text-align: center;
}

#header {
	padding-top: 5px;
        background: #fff;
}

.clear {
        clear: both;
        font-size: 1px;
        height: 5px;
        margin: 0 0 -5px 0;
}

#left {
        float: left;
        width: 200px;
	text-align: left;
	margin-top: 10px;
}

#left a {

	color: #fff;
	display: block;
	padding-left: 10px;
}

#center {
	float: left;
	padding-left: 20px;
	width: 520px;
	text-align: left;
	margin-top: 20px;
}

#center h1 {
	margin: 0;
	font-size: 16px;
}

#right {
        float: right;
	min-height: 300px;
	text-align: left;
	margin-top: 20px;
	padding-right: 10px;
	margin-right: -10px;
}

#right h1 {
	margin: 0;
	font-size: 16px;
}

#footer {
	border-top: 5px solid #fff;
        text-align: center;
        background: #e0e0e0;
	height: 1.6em;
        color: #444;
}

* html #footer {

    height: 1.5em;
}

#footeri {
     padding: 2px 3px 4px 13px;
     border-bottom: 2px solid #fff;
}

#foto {
	margin-top: -70px;
	height: 180px;
	float: right;
}

#lower-banner {

	margin: 0;
	margin-top: 20px;
	text-align: center;

}

#contact {

	width: 380px;
}

.ampersand {

	margin-bottom: -1px;
}

#menu {
width: 200px;
float:left;
}

#menu ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu li
{
display: inline;
/* for IE5 and IE6 */
}

#menu a
{
color: #483000;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 190px;
background-color: #F0F0D8;
border-top: 1px solid #fff;
}

#menu a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#menu a:hover
{
background-color: #65A8C9;
color: #fff;
}

#menu li a#current
{
border-bottom: 3px solid #30e030;
background: #85A8d9;
color: #fff;
}

