html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 9px;
        background-color: #E7E7E7;
        background-image:url(http://i35.tinypic.com/mt45ds.jpg);
        background-repeat: repeat-x;
}

#header {
	background: ;
	height: 800px; /*absolute positioning is not allowed.*/
        top: 0px;
        left: 30px;
}

#content {
        width: 500px;
	background-color: #ffffff;
/*absolute positioning is not allowed.*/
        top: 500px;
        left: 410px;

}

#sidebar {
        float: left;
	width: 285px;
	background-color: #ffffff;
/*absolute positioning is not allowed.*/
        top: 500px;
        left: 150px;
}

h1 {
        background: #0E4165;
        font-family: Georgia;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        text-align:center;
        border-bottom:5px solid #297FA9;
        text-transform:uppercase;
        line-height: 20px;
        letter-spacing:0px;
        margin:0px;
        padding:0px;
        
}


.padding {
	padding: 3px;
        background-color: #fff;
}


a:link,a:visited,a:active
{
color: #4b0274;
font-family: Verdana;
font-weight: bold;
font-size:9px;
text-decoration:none;
}
a:hover
{
text-decoration: underline;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited {
display:block;
font-family: verdana;
font-size: 10px;
line-height:12px;
font-weight: bold;
letter-spacing:2px;
text-decoration:none;
background: #f0deb3;
border:1px solid #d8b38c;
color: #b86e74;
text-transform: uppercase;
text-align: left;
padding:2px;
padding-left:7px;
margin-bottom:3px;
}
a.navi:hover {
background: #f7d09f;
border:1px solid #ecb68c;
color: #b86e74;
}



img {border:2px;}
b {color: #297FA9;}
i {color: #000000;}
u {color: #297FA9;} 
strong {color: #7a6e61;}
A:link { text-decoration: none; color:#297FA9; cursor: crosshair; text transform: underline ;}
A:active {text-decoration: none; color:#297FA9; cursor: crosshair; text transform: underline;}
A:visited {text-decoration: none; color:#297FA9; cursor: crosshair; text transform: underline ;}
A:hover { text-decoration: underline; color:#000000; cursor: crosshair; text transform: underline ;}

</style>
