/* CSS Document */
body {
background-color:#000000;
font-family:Helvetica, Arial, Verdana, sans-serif;
overflow:scroll;
background-image:url(images/bg.jpg);
background-position:center top;
background-repeat:repeat-y;
background-attachment:fixed;
}

.Wrapper {
width:720px;
height:inherit;
position:absolute;
top:0px;
left:50%;
margin-left:-360px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
z-index:1;
padding:0px;
}

.Header {
width:720px;
height:100px;
position:absolute;
top:0px;
left:0px;
background-image:url(images/Header.jpg);
background-position:top left;
background-repeat:no-repeat;
}

.Menu {
width:720px;
height:46px;
background-image:url(images/Menu.jpg);
background-position:top left;
background-repeat:no-repeat;
position:absolute;
top:100px;
left:0px;
z-index:2;
background-color:#666666;
}

.Menu UL {
float:right;
margin:0px;
}

.Menu LI {
float:left;
margin-top:13px;
margin-right:20px;
font-size:14px;
font-weight:bold;
color:#efe9d2;
list-style:none;
}

.Menu a:link {color:#efe9d2;text-decoration:none;}
.Menu a:active {color:#efe9d2;text-decoration:none;}
.Menu a:visited {color:#efe9d2;text-decoration:none;}
.Menu a:hover {color:#f5581a;text-decoration:none;}

.Photo {
width:720px;
height:480px;
position:absolute;
top:146px;
left:0px;
background-color:#666666;
}

.Content {
width:720px;
min-height:200px;
position:absolute;
top:626px;
left:0px;
background-image:url(images/Content.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

.Column {
width:330px;
height:inherit;
float:left;
margin-top:20px;
margin-bottom:70px;
padding:0px;
}

#L {margin-left:20px;margin-right:10px;}
#R {margin-left:10px;margin-right:20px;}

.Column H1 {
color:#322219;
font-size:18px;
font-weight:bold;
}

.Column H1 a:link {color:#322219;text-decoration:none;}
.Column H1 a:active {color:#322219;text-decoration:none;}
.Column H1 a:visited {color:#322219;text-decoration:none;}
.Column H1 a:hover {color:#f5581a;text-decoration:none;}

.Column H2 {
color:#f5581a;
font-size:18px;
font-weight:bold;
}

.Column H2 a:link {color:#f5581a;text-decoration:none;}
.Column H2 a:active {color:#f5581a;text-decoration:none;}
.Column H2 a:visited {color:#f5581a;text-decoration:none;}
.Column H2 a:hover {color:#f5581a;text-decoration:none;}

.Column P {
color:#322219;
font-size:12px;
}

.Footer {
width:720px;
height:60px;
float:left;
margin:0px;
background-image:url(images/Footer.jpg);
background-position:left top;
background-repeat:no-repeat;
}

.Wood {
width:720px;
height:46px;
background-image:url(images/Menu.jpg);
background-position:top left;
background-repeat:no-repeat;
float:left;
margin:0px;
}

i {color:#8a4226;}

.Facebook {
width:130px;
height:100px;
position:fixed;
top:0px;
left:50%;
z-index:6;
margin-left:-504px;
}


