
* {
margin: 0;
padding: 0;
}

body
{
background: url("sn/bg.gif");
font-size: 1.2em;
color: #b3b2b2;
font-family:Arial, arial-narrow,tahoma ;
}

.header
{
background: #1c282f;
width: 980px;
height: 105px;
margin: 0 auto;
padding: 10px 10px 0px 10px;
}

.logo
{
background: #FDFEFF;
color: #222;
width: 980px;
height: 100px;
text-align: center;
border-bottom:5px solid #434E78;
}

h1
{
font-size:30px;
font-weight:bold;
color: #1c3441;
padding-top:5px;
}

h2
{
font-size:18px;
font-weight:normal;
color: #144f6e;
margin:5px 20px 0px 20px;
}

li {list-style: none;}

.clearer {clear: both;}

.page
{
background: #1c282f;
width: 980px;
margin: 0 auto;
padding: 0 10px 10px;
}

.content
{
width: 980px;
background: url("sn/bgmain6.gif") repeat-y;
}

.post
{
float: right;
width: 685px;
padding: 0px 10px 0px 10px;
text-align:center;
color:#415965;
}

h3
{
font-size: 22px;
color:#383e41;
text-transform: capitalize;
font-weight:bold;
margin:10px 5px 0px 5px;
}

.post a
{
color: #20395e;
font-weight:bold;
text-decoration: underline;
}

.post a:hover
{
color: #20395e;
font-weight:bold;
text-decoration: underline;
}

.pics
{
float:left;
width:150px;
margin:7px 5px 7px 5px;
}

.pics_box{
margin-left:15px;
}

.post img
{
border:2px solid #1b2429;
}

.vizit{
text-align:center;
color:#192230;
text-transform: capitalize;
font-size:24px;
font-weight:bold;
padding:0px 0 15px 0;
}

.vizit a {color:#192230; text-decoration:underline;}
.vizit a:hover {color:#192230; text-decoration:underline;}

.sidebar
{
float: left;
width: 268px;
color: #3f4e56;
}

.sidebar img{
margin:10px 10px 10px 10px;
border:2px solid #25333a;
}

.sidebar a
{
color: #0f557a;
}

.sidebar a:hover
{
color: #1f333d;
}

.sidebartitle
{
color: #4d595f;
font-size: 18px;
font-weight:bold;
height:25px;
margin-top: 12px;
margin-left: 10px;
margin-bottom:0px;
}

.sidebar ul
{
border-top: 1px solid #c7d0df;
padding: 0;
}

.sidebar li
{
border-bottom: 1px solid #c7d0df;
width:268px;
}

.sidebar li a
{
font-size: 14px;
color: #426c81;
width: 95%;
display: block;
text-decoration: none;
padding: 8px 3px 8px 4%;
}

.sidebar li a:hover
{
background: #eff3f8;
color: #133a4e;
text-decoration: none;
}

.sidebar_text
{
text-align:center;
padding:0px 10px 0px 10px;
}

.sidebar_link
{
text-align:center;
padding:0px 10px 0px 10px;
}

.footer
{
background:#FDFEFF;
color: #484b4d;
font: bold 12px sans-serif;
height: 100%;
text-align: center;
border-top:5px solid #434E78;
}

.footer a
{
color: #484b4d;
text-decoration:none;
}

.footer a:hover
{
color: #484b4d;
text-decoration:none;
}

#footertext
{
padding-top:7px;
padding-bottom:5px;
}


