body {
	background-image:url('../images/background.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold
}
a {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

 a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 940px;
}
#header{
	height:270px;
	width:920px;
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat
}
#content{

}
#contentsir{
}

#left{
	width:160px;
	float:left;
}
#middle{
	margin-left:202px;
	margin-right:100px;
	width: 527px;
}

#middlesir{
	margin-left:202px;
	margin-right:100px;
	width: 702px;
}

#right{
	width:160;
	float: right;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url('../images/menutop.gif');
	display:block
}
.menucontent{
	width:192px;
	background-image:url('../images/menumiddle.gif');
	padding-top:10px;
	background-repeat: repeat-y
	
}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url('../images/menubottom.gif');
	display:block
}
.postheader, .menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
.postsirheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url('../images/posttop527.gif');
	display:block;
	width:527px;
	height:41px
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url('../images/postmiddle527.gif');
	background-repeat: repeat-y;
	padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:20px
}
.postfooter{
	background-image:url('../images/postbottom527.gif');
	background-repeat: no-repeat;
	display:block;
	width:527px;
	height:18px
}

/********************* post siroky ****************************/
.postsir{
	margin-bottom:15px;
}
.postsirheader{
	background-image:url('../images/posttop702.gif');
	display:block;
	width:702px;
	height:51px
}
.postsirheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postsircontent{
	background-image:url('../images/postmiddle702.gif');
	background-repeat: repeat-y;
	padding-left:0px; padding-right:0px; padding-top:20px; padding-bottom:20px
}
.postsirfooter{
	background-image:url('../images/postbottom702.gif');
	background-repeat: no-repeat;
	display:block;
	width:702px;
	height:23px
}
.postsirfooter img{
	width:702px;
	height:75px;
	border: solid 2px #999999;	

}

/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:228px;
	display:block;
	left:30px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:underline;
	color:#FF0000;

}
/********************* footer ****************************/
#footer{
	position:relative;

}
#footer ul{
	display:block;
	margin-left:80px;
	text-align:center;
	
}

#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
	
#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#FF0000;

}
#footer span{
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
	text-transform: uppercase;
}
.member{
	display:inline;
	float:left;
	margin-left: 10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:70px;
	height:75px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}