* {
	margin: 0;
	padding: 0;
}

body {
background: #fff ;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #4F5D7F;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 110px
}
#header h1 { 
font-size: 50px;
letter-spacing: -5px;
padding: 27px 0 0 0;
color: #4F5D7F;
}
#header h1 a { 
color: #4F5D7F;
text-decoration: none;
font-weight: 600;
letter-spacing: -5px;
}
#header h1 a:hover {
color: #fff;
border-bottom: 1px dotted #fff;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
letter-spacing: 3px;
font-weight: 100;
color:#99AECD;
padding: 15px 0 7px 0;
}

.right h3 {
font-size: 14px;
letter-spacing: 2px;
font-weight: 600;
color: #4F5D7F;
}

.right a {
text-decoration: none;
font-weight:600;
letter-spacing: 2px;
color: #99AECD;
}

.right a:hover {
text-decoration: underline;
color: #4F5D7F;
}

.archive {
width: 145px;
font-size:12px
}

.archive a {
text-decoration: none;
font-weight:600;
color: #99AECD;
}

.archive a:hover {
text-decoration: underline;
font-weight:600;
color: #4F5D7F;
}

.archive ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.archive ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
}

.left {
float: left;
width: 200px;
padding-top: 10px;
font-size: 11px;
}

.left ul {
padding: 10px 0 15px 0;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.left ul li a:hover {

}

#footer {
text-align: center;
font-size: 12px;
color: #99AECD;
font-weight:600;
margin-top: 40px;
background: #fff;
height: 110px;
padding-top: 30px;
}
#footer a { color: #99AECD; }
#footer a:hover { color: #4F5D7F; }


