/* CSS Document */
#wrapper 
{position: relative;
width:910px;
margin-right: auto;
margin-left: auto;}

#header
{height: 260px;
background-repeat: no-repeat;
padding: 0px;}

#main 
{position:relative;
background:url(images/tableback.png);
background-repeat:repeat;
padding:10px;}

#footer 
{height:108px;
background:url(images/footer.png);
background-repeat:no-repeat;
padding:5px;
text-align:center;}

#center
{text-align:center;}

#contentleft 
{width:250px; 
height:900px;
float: left;
text-align:center;
padding: 5px;}

#contentright
{margin-left:300px;
padding:10px;
text-align:left;}

#contentfull 
{width:890px; 
height:900px;
float: left; }


.headertitle {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:18px;
color:#069;}


.normal{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14px;
color:#666666;}

.footerfont{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:10px;
color:#000000;}

A:link {
color:#069;}

A:active {
text-decoration: underline;}

A:visited {
color:#069;}
