

body {background-color: #20344c; text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #fffcf9;
    font-family: verdana, sans-serif;
    font-size: 11px; line-height: 15px ; color: #fffcf9;     
    cursor:arrow;
}

button, select, textarea,input,button textarea{   
    border: 1px #9eb2c5 solid;
    color: #fffcf9; 
    font-family: verdana, sans-serif; 
    font-size: 11px;
    text-transform: none;
    background-color: #20344c;
    padding: 3px;
}
 
    a:link {color: #5B69A8; height: 1px; text-decoration: none; }
    a:visited {color: #5B69A8; height: 1px; text-decoration: none; }
    a:active { color: #5B69A8; height: 1px; text-decoration: none;}
    a:hover {color: #8C98C0; height: 1px; text-decoration: none;
}

h1 {background: url(images/h1) no-repeat left bottom; 
    padding-bottom: 15px; line-height: 100px;
    font-size: 16px; font-family: Georgia; font-style: italic;
    color: #9eb2c5; font-weight:bold;
}

h2 {background: url(images/h2) no-repeat left bottom; 
    padding-bottom: 17px;  font-style: italic; line-height: 95px;
    font-size: 16px; font-family: Georgia; text-align: left;
    color: #9eb2c5; font-weight:bold;
}

#container {
    background: url(images/bg) repeat-y;
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 650px;
    background: url(images/header) no-repeat;
}

#footer {
    background: url(images/footer) no-repeat;
    height: 150px;
    clear:both;
}

#content {
    width: 480px;
    float: right;
    margin-right: 70px;
    margin-top: -100px;
    display: inline;
    text-align: left;
}

#menu {
    width: 220px;
    float: left;
    margin-top: -140px;
    margin-left: 5px;
		display: inline;
    text-align: center;  
}



