body {
    background-color: #bbb;
    color: #222;
    font-family: Helvetica;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
	font-style:italic;
}
#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #444;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#header ul {
    list-style: none;
    margin: 10px 10px 5px 10px;
    padding: 0;
}
#header ul li a {
    background-color: #c0d0f0;
    border: 1px solid #001030;
    color: #203050;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px;
    text-decoration: none;
}
#nav {
	padding: 0;
}

#content, #sidebar {
    padding: 0;
}
#footer {
    display: none;
}
#header h1 a {
	background-image:url('snow.png');
	background-repeat: no-repeat;
    text-shadow: 0px 1px 0px #fff;
}

#header ul li:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
    display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}
.subH {
	background-color: #a0b0d0;
    border: 1px solid #001030;
    color: #001030;
    display: block;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
    margin-bottom: -1px;
    padding: 8px 10px;
    text-decoration: none;
        text-shadow: 0px 1px 0px #c0d0f0;
    	background-image: -webkit-gradient(linear, left top, left bottom, from(#a0b0d0), to(#607090));
}

.subHb {
	background-color: #a0b0d0;
    border: 1px solid #001030;
    color: #551e1e;
    display: block;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
    margin-bottom: -1px;
    padding: 8px 10px;
    text-decoration: none;
        text-shadow: 0px 1px 0px #c0d0f0;
    	background-image: -webkit-gradient(linear, left top, left bottom, from(#a0b0d0), to(#607090));
}

h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #000;
}
p {
	padding: 10px;
	padding-top: 5px;
	margin: 0;
	color: #000;
}

.pfoot {
	padding: 10px;
	padding-top: 5px;
	margin: 0;
	color: #000;
	text-align: center;
	font-size: 12px;
}

#header1 ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header1 ul li a {
    background-color: #c0d0f0;
    border: 1px solid #001030;
    color: #203050;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 10px;
    text-decoration: none;
}
#header1 ul li:first-child {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header1 ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

