@charset "utf-8";
/* CSS Document */

html,body {
height:100%;
font-size:62.5%;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:0px;
margin-bottom:0px;
}

body {
background-color:#FFD74A;
}

/*Containers*/

#sitewrap {
display:table;
padding-top:0px;
margin:auto;
background-image:url(images/bgstrip.gif);
background-repeat:repeat-y;
width:800px;
min-height:auto;
}

#topbar {
height: 250px;
background-image: url(images/topbar.jpg);
}

#topflash {
width:300px;
height:100px;
float:right;
padding:40px 50px 0px 0px;
}

#topbartext {
float:right;
text-align:right;
font-size: 2.5em;
font-weight:bold;
padding:20px 20px 0px 0px;
clear:right;
}

#mainarea {
background:url(images/spanner.jpg) center left no-repeat;
height:100%;
min-height:100%;
float:left;
}

#textarea {
height:100%;
width:501px;
float:right;
margin-right:20px;
}

#texttube {
padding:5px 10px 5px 20px;
font-size:2em;
font-weight:bold;
}

#footer {
height:30px;
width:800px;
text-align:center;
font-size:1.8em;
clear:both;
}

#leveller {
height:1px;
width:762px;
background-color:#000000;
margin-left:27px;
}

/*classes*/

.toptext {
color:#000000;
text-decoration:none;
padding:0px 20px 0px 20px;
}
