@charset "utf-8";

body
{
margin: 0;
padding:0;
font-family:  Arial, Verdana, Helvetica, sans-serif;
background: #bca845 url('Pictures/background_line.gif') repeat-x;
}


#main_box
{
height: 514px;
min-width: 1202px;
}


img.logo
{
position: absolute;
top: 15px;
left: 30px;
}

#menu
{
padding-top: 15px;
margin-left: 180px;
color: #503404;
}

#content
{
margin-left: 30px;
padding-right: 20px;
margin-top: 190px;
width: 630px;
height: 290px;
overflow: auto;
}

#pictures
{
position: absolute;
top: 107px; 
left: 700px;
width: 500px;
}

p
{
text-align: justify;
font-size: 13px;
color: #503404;
}

#footer p
{
color: #503404;
font-size: 10px;
text-align: center;
font-weight: bold;
}


a.menu:link {color: #503404; text-decoration: none; font-weight: bold; font-size: 0.8em;}
a.menu:visited {color: #fff; text-decoration: none; font-weight: bold; font-size: 0.8em;}
a.menu:hover {color: #f0dd82;text-decoration: none; font-weight: bold; font-size: 0.8em;}
a.menu:active {color: #f0dd82; text-decoration: none; font-weight: bold; font-size: 0.8em;}


a:link {color: #d58a20; text-decoration: none;}
a:visited {color: #d58a20; text-decoration: none;}
a:hover {color: #f6cb01;text-decoration: none;}
a:active {color: #f0dd82; text-decoration: none;}


h3
{
color: #be0000;
font-size: 15px;
}