body {
padding:0px;
margin:0px;
font-family:verdana, sans-serif;
font-size:10pt;
}

#page {
text-align:center;
background-image:url(images/blue_gradient.png);
background-repeat:repeat-x;
}

#content_header {
width:800px;
height:141px;
margin-left:auto;
margin-right:auto;
}

#content_container {
width:800px;
margin-left:auto;
margin-right:auto;
}

#content_main {
width:630px;
height:auto;
float:right;
text-align:left;
}

#content_menu {
width:150px;
background-color:none;
float:left;
text-align:center;
background-repeat:no-repeat;
}

#content_tiedown {
clear: both;
}

#footer {
height:30px;
text-align:center;
font-size:.7em;
}

#footer_left{
height:50px;
width:200px;
background-image:url(images/footer_left.png);
repeat:none;
float:left;
margin-bottom:20px;
}

#footer_right{
height:50px;
width:200px;
background-image:url(images/footer_right.png);
repeat:none;
float:right;
margin-bottom:20px;
}

#floatright{
float:right;
margin-left:10px;
}


#floatleft{
float:left;
margin-right:10px;
}

#textcentre{
text-align:center;
}

#click{
text-align:center;
font-size:7pt;
}

#click a{
border-bottom: none;
}

a:link img{text-decoration: none;
border-color: black;
border-width: 1px;
}

a:visited img{text-decoration: none;
border-color: black;
border-width: 1px;
}

a:hover img{text-decoration: none;
border-color: black;
border-width: 1px;
}


a:link {color: #333333; text-decoration: underline;}     /* unvisited link */
a:visited {color: #333333; text-decoration: underline;}  /* visited link */
a:hover {color: #666666; text-decoration: none;}   /* mouse over link */
a:active {color: #666666; text-decoration: none;}   /* selected link */
