body{
margin:0;
padding:0;
}

:focus {
outline: none;
} 

.uc {
	font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 25px;
    letter-spacing: -3px;
    line-height: 1.2em;
	color: #336699;
	padding: 30px;
	width:350px;
	text-align: center;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { /* */
border: none;
} 

#bgg{width:100%; margin:0 auto; background-image: url(../images/header_bg.jpg); height: 67px;}
#mainf {margin:0 auto; height: 157px;}
#one {width:550px; margin:0 auto;float:left; background-image: url(../images/logo.jpg); background-repeat: no-repeat; height: 157px;}
#two {width:700px; float:right; height: 125px; padding-top: 20px; text-align: right;}

#contentwrapper{
float: left;
width: 100%;
margin:0 auto;
}

#contentcolumn{
margin-left: 310px;
}

#leftcolumn{
float: left;
width: 310px;
margin-left: -100%;
}

.innertube{
margin: 10px;
margin-top: 0;
}

.counters {
	text-align: center;
	padding-top: 10px;
}

.l_text { padding-left:150px; padding-top:80px; font-family: "Lucida Sans Unicode", sans-serif; FONT-SIZE: 23px; color: #f58232; text-shadow:0px 1px 5px #f58232;}
.butt { height: 23px; width:151px;}

#bb1 {
	 width:100%;
	 padding-right: 8px;
	 float: right;
}

#bb2 {
	 width:100%;
	 padding-right: 18px;
	 float: right;
}

#bb3 {
	 width:100%;
	 padding-right: 27px;
	 float: right;
}

#bb4 {
	 width:100%;
	 padding-right: 36px;
	 float: right;
}

.button { padding-top: 5px; float: right; height: 26px; width:152px; background-image: url(../images/bb.jpg); text-align: center; font-family: Tahoma; FONT-SIZE: 12px; color: black; text-decoration:underline;}
.button1 { padding-top: 5px; float: right; height: 26px; width:152px; background-image: url(../images/bb1.jpg); text-align: center; font-family: Tahoma; FONT-SIZE: 12px; color: #ffffff;
font-style: bold; font-weight: bold;}

.button A:link { TEXT-DECORATION: none; color: black; }
.button A:visited { TEXT-DECORATION: none; color: black; }
.button A:hover { TEXT-DECORATION: none; color: black; }

.button1 A:link { TEXT-DECORATION: none; color: #ffffff; }
.button1 A:visited { TEXT-DECORATION: none; color: #ffffff; }
.button1 A:hover { TEXT-DECORATION: none; color: #fdb73b; }

#footer{
clear: left;
width: 100%;
background-image: url(../images/footer_bg.jpg); background-repeat: no-repeat; background-position:center; height: 274px;
}


h1 {
	background: url(../images/h1.png) no-repeat;
	font-size:16px;
	FONT-FAMILY: Georgia;
	display:block;
	height: 50px;  
	line-height:40px;
	width: auto;
	text-align:left;	
	text-decoration:none;
	color:#fff;
	padding-left:52px;
	padding-top: 3px;
	margin:0px;	
	position:relative;
	top:1px;
}

h2 {
	font-size:16px;
	FONT-FAMILY: Georgia;
	display:block;
	text-align:left;	
	text-decoration:none;
	color: black;
}

.text {
	background: url(../images/bg.png) no-repeat;
	font-size: 14px;
	FONT-FAMILY: Tahoma;
	display:block;
	width: auto;
	text-align:left;	
	line-height:25px;
	color:#000;
	padding: 15px;
	margin:0px;	
	position:relative;
}

.attention {
	BACKGROUND-COLOR: red;
	BORDER-BOTTOM: red 1px solid;
	BORDER-LEFT: red 1px solid;
	BORDER-RIGHT: red 1px solid;
	BORDER-TOP: red 1px solid;
	FONT-FAMILY: Georgia;
	FONT-SIZE: 18px;
	color: #ffffff;
	font-style: bold;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	margin: 10px;
}

A:link { TEXT-DECORATION: none; color: #231f20; }
A:visited { TEXT-DECORATION: none; color: #231f20; }
A:hover { TEXT-DECORATION: underline; color: #231f20; }

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/bb1.png) no-repeat;
	font-size:16px;
	font-family: "Lucida Sans Unicode", sans-serif;
	display:block;
	height: 50px;  
	line-height:40px;
	width: 300px;
	text-align:center;	
	text-decoration:underline;
	color: black;
	padding:2px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

ul.tabs a:hover {
	background: url(../images/bb2.png) no-repeat;
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(../images/bb2.png) no-repeat;
	color:#000;		
	cursor:default !important; 
}