/*MAIN SECTIONS */

body {color: #333;
background-color: #ffffff;
font: 11px verdana, arial, sans-serif;
margin:10px;
padding:0;
text-align:center; }


/* LAYOUT */

#container {background: #fff;
margin: 0 auto;
padding: 0;
width: 600px;
text-align: left;
}

#inner {padding: 0;
width: 250px;
margin: 0;
text-align:left;
position: absolute;
top: 100px;
left: 250px; }

/* LINKS */

a:link, a:visited {font-weight: bold;
text-decoration: none;
color: #ff7f00; }

a:hover, a:active {text-decoration: underline;
color: #ff0000; }

/* FOOTER */

#footer {border-top: 1px solid #ccc;
width:600px;
margin:0 auto;
font-size: 10px;
color: #ccc;
line-height: 14px; }

#footer a
{
color: #ccc;
font-weight: normal;
text-decoration: none; }

