
* {
margin: 0;
padding: 0;
}

body
{
background: #C8C8C8;
font-size: 1.2em;
color: #55435a;
font-family:Arial, arial-narrow,tahoma ;
}

.header
{
background: #979797;
width: 980px;
height: 105px;
margin: 0 auto;
padding: 10px 10px 0px 10px;
}

.logo
{
background: url("sn/logo.gif") no-repeat;
color: #222;
width: 980px;
height: 100px;
text-align: center;
border-bottom:5px solid #4f4e4e;
}

h1
{
font-size:30px;
font-weight:bold;
color: #f6f6f6;
padding-top:5px;
}

h2
{
font-size:18px;
font-weight:normal;
color: #f4f4f4;
margin:5px 20px 0px 20px;
}

li {list-style: none;}

.clearer {clear: both;}

.page
{
background: #979797;
width: 980px;
margin: 0 auto;
padding: 0 10px 10px;
}

.content
{
width: 980px;
background: url("sn/bgmain.gif") repeat-y;
}

.post
{
float: right;
width: 685px;
padding: 0px 10px 0px 10px;
text-align:center;
color:#605f5f;
}

h3
{
font-size: 22px;
color:#bc1418;
text-transform: capitalize;
font-weight:bold;
margin:10px 5px 0px 5px;
}

.post a
{
color: #524849;
font-weight:bold;
text-decoration: underline;
}

.post a:hover
{
color: #524849;
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 #363535;
}

.vizit{
text-align:center;
color:#211f1f;
text-transform: capitalize;
font-size:24px;
font-weight:bold;
padding:0px 0 15px 0;
}

.vizit a {color:#211f1f; text-decoration:underline;}
.vizit a:hover {color:#211f1f; text-decoration:underline;}

.sidebar
{
float: left;
width: 268px;
color: #494646;
}

.sidebar img{
margin:10px 10px 10px 10px;
border:2px solid #626262;
}

.sidebar a
{
color: #1a1514;
}

.sidebar a:hover
{
color: #1a1514;
}

.sidebartitle
{
color: #2f2d2d;
font-size: 18px;
font-weight:bold;
height:25px;
margin-top: 12px;
margin-left: 10px;
margin-bottom:0px;
}

.sidebar ul
{
border-top: 1px solid #821414;
padding: 0;
}

.sidebar li
{
border-bottom: 1px solid #821414;
width:268px;
}

.sidebar li a
{
font-size: 14px;
color: #171717;
width: 95%;
display: block;
text-decoration: none;
padding: 8px 3px 8px 4%;
}

.sidebar li a:hover
{
background: #BD0308;
color: #f5f4f4;
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: #000;
color: #f8f6f6;
font: bold 12px sans-serif;
height: 100%;
text-align: center;
border-top:5px solid #4f4e4e;
}

.footer a
{
color: #f8f6f6;
text-decoration:none;
}

.footer a:hover
{
color: #f8f6f6;
text-decoration:none;
}

#footertext
{
padding-top:7px;
padding-bottom:5px;
}

