* {
	margin: 0;
	padding: 0;
}

body {
background: #c6d9ec;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #111;
}

a {
text-decoration: none;
color: #408ec9;
}
a:hover {
text-decoration: none;
color: #111;
}

#wrap {
background: url('images/winter/bg.jpg') repeat-y top center;
margin: 0 auto;
width: 800px;
}

#header {
height: 80px;
background: #c6d9ec url('images/winter/header.jpg') no-repeat;
}
#header .logo {
padding: 15px 0 0 20px;
}

#header h1 { 
font-size: 28px;
letter-spacing: -1px;
/*padding: 15px 0 0 20px;*/
padding: 0 0 0 10px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
background: #c6d9ec
}
#header h2 {
font-size: 19px;
color: #408ec9;
/*padding: 5px 0 0 20px;*/
padding: 5px 0 0 10px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #c6d9ec url('images/winter/menu.jpg') no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 19px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #c6d9ec;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #408ec9;
color: #fff;
}
.right h2 a {
text-decoration: none;
color: #111;
}
.right h2 a:hover {
color: #111;
}
.right ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
}
.right ul li a:hover {
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #8fbeec;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #408ec9;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}

.left ul img{
vertical-align:middle;
}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 30px;
border-top: 1px dotted #aaa;
padding-top: 5px;
}
.footer a { color: #bbd9f1; }
.footer a:hover { color: #aaa; }

img { border: 0; }

table {
    border: 0px;
}

#menu iframe {
margin-top: 5px;
}

#facebook {
text-align: right;
margin-right: 25px;
z-index: 0; /*This makes the HTML5 Facebook button work with the Blackout*/
}

.right ol {
padding-left: 40px;
}
