body {
    background:#ffffff;
}

#maingrid {
    background:#222222;
    border:16px solid #888888;
	height:380px;
    color:#ffffff;
}
h2, h3, h4 {
    color:#fff;
}

.fullwidth {
	background:#222222;
	color:#ffffff;
}

.fullwidth a {
	color:#666666;
}

.fullwidth a:hover {
	color:#999999;
}

h3{
    border-bottom:2px solid #ffffff;
}

#nav a{
    background-color:#ffffff;
    display:block;
}

#scrollup {
    position:absolute;
    right:-41px;
    bottom:80px;
    height:70px;
    width:25px;
	cursor:pointer;
    background:#888888 url('../icons/up.png') center 15px no-repeat;
}

#scrolldown {
    position:absolute;
    right:-41px;
    bottom:0px;
    height:70px;
    width:25px;
    background:#888888 url('../icons/down.png') center 15px no-repeat;
	cursor:pointer;
}

.center {
    text-align:center;
}

li{
    list-style-type:square;
}