/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
margin:0;
padding:0;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
*/background-image:url('http://www.frenchorn.co.uk/extra/banner.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
font-family:Courier New;
font-size:14px;
padding-left:45px;
padding-top:4px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#BBBBBB;
text-decoration:none;
}
a:active {
color:#FF0099;
text-decoration:none;
}
a:visited {
color:#777777;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}
li.active a:link {
color:#FF0099;
text-decoration:underline;
}
li.active a:active {
color:#FF0099;
text-decoration:underline;
}
li.active a:visited {
color:#222222;
text-decoration:underline;
}
li.active a:hover {
color:#FF0099;
text-decoration:underline;
}
a img {
border:medium none;
}
#menu {
bottom:0;
float:left;
height:100%;
padding-top:60px;
padding-right:60px;

width:300px;
}
#menu ul {
background-color:FFFFFF;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:20px 30px 30px;
}
#menu ul li.section-title {
color:#000000;
font-size:14px;
background-color: #FFFFFF
}
#content {
float:left;
height:100%;
padding-top:180px;
width:520px;
}
.container {
padding:5px 5px 25px 0;
}
#content p {
margin-bottom:9px;
width:512px;
}
p {
margin:0 0 9px;
}
h1 {
font-size:10px;
}
h2 {
font-size:10px;
}
h3 {
font-size:10px;
}
h4 {
font-size:10px;
}
#img-container {
margin:0;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 12px;
width:400px;
}
#once {
clear:left;
}
.header {
height:72px;
width:765px;
}
.kenthugo {
color:#000000;
float:left;
font-family:Courier New;
font-size:10px;
width:120px;
}
.address {
color:#000000;
float:left;
font-family:Courier New;
font-size:10px;
width:100px;
}
.contact {
color:#000000;
float:left;
font-family:Courier New;
font-size:10px;
width:270px;
}
.copyright {
color:#999999;
float:left;
font-family:Courier New;
font-size:10px;
width:160px;
}
.hidden {
display:none;
}
.copy {
width:240px;
}
