* {
margin: 0;
paddign: 0;
}

body {
background: #0970C4 url('/images/bg.jpg') repeat-y center top;
font-family: verdana, arial, sans-serif;
}

#container {
margin: 0 auto;
padding-left: 6px;
width: 800px;
}

#countries {
text-align: right;
margin-right: 10px;
}

#col1, #col2 {
margin-top: 40px;
}

#col1 {
float: left;
width: 200px;
background: url('images/nav-bg.jpg') repeat-y left top;
}

#col2 {
float: right;
width: 550px;
font-size: 12px;
}

#col2 ul {
list-style-type: none;
font-size: 18px;
margin-left: 25px;
}

#col2 a:link, #col2 a:visited {
color: darkblue;
text-decoration: none;
}

#col2 a:hover, #col2 a:active {
color: #666;
text-decoration: underline;
}

#col2 h2 {
color: #000;
font-weight: 400;
font-size: 14pt;
}

.post {
margin: 5px;
margin-left: 0px;
margin-right: 100px;
padding-bottom: 5px;
border-bottom: 1px solid #EEE;
}

#footer {
clear: both;
text-align: center;
padding-top: 150px;
}