body {
        font-family: Tahoma;
        margin: 0;
        background: #B4F4FF url('/images/body-background.png') repeat-x center top;
}

img {
		border: 0;
}

a {
		text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

#wrapper {
        width: 970px;
        margin: 0 auto;
		background-color: #FFFFFF;
}

#header {
		height: 90px;
		background: #95BA00 url('/images/header-background.png') repeat-x center top;
}

#content {
		float: left;
        width: 640px;
		background-color: #FFFFFF;
		border-top: 5px solid #FFFFFF;
		border-left: 10px solid #FFFFFF;
		border-right: 5px solid #FFFFFF;
		border-bottom: 5px solid #FFFFFF;
}

#sidebar {
		float: right;
        width: 300px;
		background-color: #FFFFFF;
		border-top: 5px solid #FFFFFF;
		border-left: 5px solid #FFFFFF;
		border-right: 10px solid #FFFFFF;
		border-bottom: 5px solid #FFFFFF;
}
