/* Main Page Layout */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image: url(images/bg.gif);
 background-color: #c8c8c8;
 background-repeat: repeat-x;
 margin-top: 0px;
 margin-left: 0px;
}

#corner {
z-index: 6000;
position: absolute;
margin-top: 0px;
margin-left: 0px;
border-style: none;
}

#corner img {
 border-style: none;
}

#container {
width: 100%;
text-align: center;
margin-left: 0px;
margin-right: 0px;
position: absolute;
z-index: 1;
}

#wrapper { 
 margin: 0 auto;
 width: 510px;
 position: relative;
 z-index: 1;
 text-align: left;
}

#header {
 width: 100%;
 background-image: url(images/cont-bg.gif);
 background-repeat: repeat-y;
 height: 100px;
 padding-left: 8px;
 padding-bottom: 10px;
}

#content { 
 width: 100%;
 background-image: url(images/cont-bg.gif);
 background-repeat: repeat-y;
 padding-left: 15px;
 padding-bottom: 15px;
}

#section-header { 
 height: 45px;
 margin-bottom: 10px;
}

#section-container { 
 width: 480px;
 margin-bottom: 15px;
}

#footer { 
 background-image: url(images/footer-bg.gif);
 background-repeat: no-repeat;
 width: 100%;
 height: 50px;
}

/* Text */

A:link {
color: #736F6E;
text-decoration: none;
}
A:visited {
color: #c8c8c8;
text-decoration: none;
}
A:active {
color: #736F6E;
text-decoration: none;
}
A:hover {
text-decoration: none;
color: #74AE2C;
font-weight: bold;
}

#corner A:link {
border-style:: none;
text-decoration: none;
}
#corner A:visited {
border-style:: none;
text-decoration: none;
}
#corner A:active {
border-style:: none;
text-decoration: none;
}
#corner A:hover {
border-style:: none;
text-decoration: none;
}