/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	color:#90b5c5;
    background:#000000;
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1106px;
	background: #000000;
}

#header {
    height: 210px;
	background:url(images/header_logo.jpg) center no-repeat;
}

#navigation {
    float: left;
    height: 200px;
    width: 1106px;
    background: #000000;
}

#leftcolumn {
	float: left;
    background: #000000;
    width: 256px;
	height: 266px;
}

#content {
    float: left;
	padding-left: 10px;
    background: #000000;
    width: 840px;
	height: 266px;
}

#footer {
    position: relative;
        margin-top: -178px; /* negative value of footer height */
        height: 178px;
        clear:both;
        background:url(images/footerBackground.jpg);
        background-repeat: repeat-x;
        background-position:bottom;
}

a{text-decoration:none;font-weight:normal;}
a:link { text-decoration:underline; font-weight:normal; color:#AAAAAA; }
a:visited { text-decoration:underline; font-weight:normal; color:#AAAAAA; }
a:hover { text-decoration:underline; font-weight:normal; color:#ef9090;}
a:active { text-decoration:underline; font-weight:normal; color:#e71818;}

