body 
{
margin: 25px 25px 25px 25px;
padding: 0 0 0 0;
color: #fff;
background-color: #111;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

#container 
{
width: 650px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}

#head 
{
width: 100%
text-align: left;
}

.image
{
border: 0px;
text-decoration: none;
}

.post
{
width: 650px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
color: #fff;
font-size: 12px;
font-weight: 100;
}

.post h1
{
margin: 0 0 0 0;
padding: 0 0 0 0;
font-weight: 100;
font-size: 12px;
}

.post a:link,
.post a:active,
.post a:visited
{
text-decoration: none;
color: #fff;
}

.post a:hover
{
text-decoration: none;
color: #22baec;
}

#foot 
{
margin-top: 5px;
text-align: center;
font-size: 12px;
}


#foot a:link,
#foot a:active,
#foot a:visited
{
text-decoration: none;
color: #fff;
}

#foot a:hover
{
text-decoration: none;
color: #22baec;
}

a:link,
a:active,
a:visited
{
text-decoration: none;
color: #fff;
}

a:hover
{
text-decoration: none;
color: #22baec;
}

.post_image
{
float: left;
margin: 5px;
}

/*Nav*/

#nav{
margin: 0 auto;
padding: 0 0 0 0;
width: 760px;
height: 35px;
overflow: hidden;
line-height: 35px;
text-align: center;
}

#nav ul{
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 760px;
}

#nav ul li{
margin: 0 0 0 0;
display: inline;
float: left;
list-style-type: none;
padding: 0 0 0 0;
}

#nav ul li a{
margin: 0 0 0 0;
margin-right: 15px;
padding: 0 0 0 0;
color: #3f3f3f !important;
display: block;
height: 35px;
text-align: center;
text-decoration: none;
font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 15px;
}

#nav ul li a:hover{
margin: 0 0 0 0;
margin-right: 15px;
padding: 0 0 0 0;
color: #22baec !important;
display: block;
height: 35px;
text-align: center;
text-decoration: none;
font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size: 15px;
}

/*Nav*/