
* {
margin: 0;
padding: 0;
}

body
{
background: url("sn/bg.gif") repeat;
font-size: 1.2em;
color: #55435a;
font-family:Arial, arial-narrow,tahoma ;
}

.header
{
background: #CCCCCC;
width: 980px;
height: 275px;
margin: 0 auto;
padding: 10px 10px 0px 10px;
}

.logo
{
background: url("sn/logo.gif");
color: #222;
width: 980px;
height: 270px;
text-align: center;
border-bottom:5px solid #C72815;
}

h1
{
font-size:30px;
font-weight:bold;
color: #bf3525;
padding-top:5px;
}

h2
{
font-size:18px;
font-weight:normal;
color: #767373;
margin:5px 20px 0px 20px;
}

li {list-style: none;}

.clearer {clear: both;}

.page
{
background: #CCCCCC;
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:#828080;
}

h3
{
font-size: 22px;
color:#433e3d;
text-transform: capitalize;
font-weight:bold;
margin:10px 5px 0px 5px;
}

.post a
{
color: #777777;
font-weight:bold;
text-decoration: underline;
}

.post a:hover
{
color: #626161;
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 #a4a3a3;
}

.vizit{
text-align:center;
color:#CC0101;
text-transform: capitalize;
font-size:24px;
font-weight:bold;
padding:0px 0 15px 0;
}

.vizit a {color:#CC0101; text-decoration:underline;}
.vizit a:hover {color:#a31515; text-decoration:underline;}

.sidebar
{
float: left;
width: 268px;
color: #828080;
}

.sidebar img{
margin:10px 10px 10px 10px;
border:2px solid #a4a3a3;
}

.sidebar a
{
color: #CC0000;
}

.sidebar a:hover
{
color: #ad1d1d;
}

.header a
{
color: #CC0000;
}

.header a:hover
{
color: #ad1d1d;
}

.sidebartitle
{
color: #464646;
font-size: 18px;
font-weight:bold;
height:25px;
margin-top: 12px;
margin-left: 10px;
margin-bottom:0px;
}

.sidebar ul
{
border-top: 1px solid #b5b5b5;
padding: 0;
}

.sidebar li
{
border-bottom: 1px solid #b5b5b5;
width:268px;
}

.sidebar li a
{
font-size: 14px;
color: #3d4048;
width: 95%;
display: block;
text-decoration: none;
padding: 8px 3px 8px 4%;
}

.sidebar li a:hover
{
background: #f5f4f4;
color: #b70e0e;
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: url("sn/footer.gif") no-repeat;
color: #7b7979;
font: bold 12px sans-serif;
height: 100%;
text-align: center;
border-top:5px solid #C72815;
}

.footer a
{
color: #7b7979;
text-decoration:none;
}

.footer a:hover
{
color: #7b7979;
text-decoration:none;
}

#footertext
{
padding-top:7px;
padding-bottom:5px;
}


