@charset "UTF-8";

html, body{
width: 100%;
margin: 20px 0px 20px 0px;
padding: 0px;
font-family: "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Verdana", "sans-serif";
font-size: 16px;
line-height: 22px;
}

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

a img{
border: none;
}

a:hover, a:active{
text-decoration: underline;
}

h2{
font-family: "ITC Avant Garde Gothic Std", ITCAvantGardeStd-Bk, "Helvetica Neue", HelveticaNeue, Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Verdana", "sans-serif";
font-size: 48px;
line-height: 50px;
}

h3{
margin-top: 40px;
margin-bottom: 0px;
font-size: 24px;
}
h4{
margin-bottom: 0px;
}

#container{
position: relative;
margin: auto;
width: 850px;
}
#head{
background-color: #000000;
height: 339px;
}

#menu{
position: absolute;
left: 60px;
top: 35px;
width: 365px;
}

#mainimage{
position: absolute;
left: 536px;
height: 339px;
}

#menu a:link,#menu a:visited{
font-size: 18px;
font-weight: bold;
line-height: 28px;
color: white;
text-decoration: none;
}
#menu a:hover,#menu a:active{
font-weight: bold;
color: #d94649;
text-decoration: none;
}

.clear{
clear: both;
}

