* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}

#footer {
    width: 880px;
    clear: both;
    height: 40px;
    text-align:right;
    margin: -50px auto 0 auto;
    position: relative;
    padding-top: 10px;
}

#footer img{
    border: 0px;
    height: 31px;
}

#clearfooter {
    height: 50px;
    width:880px;
}

#fullpage {
    min-height: 100%;
    width:880px; margin:auto;
}

#header {
    width:750px;
    float:right;
    height:50px;
}
#content #menubar     { width:110px; float:left;}
#content #maincontent { width:750px; float:right;}

body {
    height: 100%;
    background-image:url(images/mainpage/background.png);
    background-repeat:repeat-x; 
    background-attachment: fixed;
}

img {
    border:1px solid #ffffff;
    padding:0;
}
ul {
	color: #EEEEEE;
	font-size: 1.0em;
	font-family: helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;    
}
a {
	color: white;
	font-size: 1.0em;
	font-family: helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;
}
h1 {
	color: white;
	font-size: 4.0em;
	font-weight: bold;
	font-family: "Brush Script MT",helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;    
}
h2 {
	color: white;
	font-size: 3.0em;
	font-weight: bold;
	font-family: "Brush Script MT",helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;    
}
h3 {
	color: white;
	font-size: 2.0em;
	font-weight: bold;
	font-family: "Brush Script MT",helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;    
}
h4 {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	font-family: helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;    
}
p {
	color: #EEEEEE;
	font-size: 1.0em;
	font-family: helvetica,arial,"Bitstream Vera Sans";
	text-decoration: none;
}
