 /* new css structure */

body {
	margin:0;
	padding:0;
	color: #666666;
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../images/semka_karate_bg.jpg);
	background-repeat: repeat-x;
} 

 
#pagewidth {
	width:990px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/semka_karate_page_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
} 
 
#header {
	position:relative;
	height:178px;
	background-color:#FFFFFF;
	width:990px;
	background-image: url(../images/semka_karate_header.jpg);
	background-repeat: no-repeat;
	font-family: 'Trebuchet MS', geneva, sans-serif;
} 
 
#leftcol {
	width:160px;
	float:left;
	position:relative;
	color: #000000;
}
 
#twocols {
	width:830px;
	float:right;
	position:relative;
  }
 
#rightcol {
	width:214px;
	float:right;
	position:relative;
	text-align: left;
	padding-left: 10px;
	padding-right: 4px;

}
 
#maincol {
	float: left;
	position: relative;
	width:582px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
 }
 

#footer {
	background-color:#FFFFFF;
	background-image: url(../images/semka_karate_footer.gif);
	height: 40px;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 20px;
	color: #999999;
	font-size: 11px;
 } 


#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
	
}

#maincol ul a {
	text-decoration: none;
	color: #357C5C;
}
#maincol ul a:hover {
	text-decoration: none;
	color: #000000;
}

/* left column menu */

#leftcol ul {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	list-style-type: none;

}

#leftcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 24px;
	display: block;
	height: 24px;
	width: 160px;
}

#leftcol li a {
	text-decoration: none;
	color: #347758;
	background-image: url(../images/semka_karate_menu_up.gif);
	height: 24px;
	width: 160px;
	display: block;
	text-indent: 4px;
}

#leftcol li a:hover {
	background-image: url(../images/semka_karate_menu_over.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 24px;
	width: 160px;
}

.left_menu_space {
	background-image: url(../images/semka_karate_menu_space.gif);
	background-repeat: repeat;
	height: 12px;
	width: 160px;
	display: block;
}


.image_right {
	margin-left: 12px;
	border: 1px solid #FFFFFF;
}
.image_center {
	border: 1px solid #FFFFFF;
}
.table_right {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 84px;
}
.table_right2 {
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* right column ul */


#rightcol ul {
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
	list-style-type: none;

}

#rightcol li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 24px;
	display: block;
}

#rightcol li a {
	text-decoration: none;
	color: #347758;
	text-indent: 4px;
}

#rightcol li a:hover {
	color: #000000;
	text-decoration: none;
}


/* text */

h1 {
	font: bold 16px/22px 'Trebuchet MS', geneva, sans-serif;
	color: #336CAA;
	margin: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 14px;

}
h3 {
	font: bold 16px/22px 'Trebuchet MS', geneva, sans-serif;
	color: #347B59;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

#rightcol h1 {
	color: #336CAA;
}
.date {
	font-size: 16px;
	color: #3C765D;
	font-weight: bold;
}


p,td,ul,li {
	color: #666666;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p a {
	text-decoration: none;
	color: #367757;
}
p a:hover {
	color: #336CAA;
	text-decoration: none;
}
td a {
	text-decoration: none;
	color: #3C765D;
}
td a:hover {
	text-decoration: none;
	color: #336CAA;
}

b, strong {
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-weight: bold;
	color: #333333;
}
.headermenu {
	color: #2F7B57;
	text-decoration: none;
	width: 990px;
	top: 130px;
	position: relative;
	float: left;
	text-align: left;
	font-size: 12px;
}

.updated {
	color: #999999;
}

/* forms */

.textinput1 {
	width: 200px;
	color: #333333;
	border: 1px solid #999999;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
}
.textinput2 {
	width: 560px;
	border: 1px solid #999999;
	color: #333333;
	height: 125px;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
}
.go_button {
	margin: 0px;
	padding: 0px;
}

.button {
	color: #347B59;
	background-color: #FFFFFF;
	border: 1px solid #2D7A58;
	cursor: hand;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.button2 {
	font: 11px 'Trebuchet MS', geneva, sans-serif;
	color: #62567A;
	background-color: #F4F3F8;
	cursor: hand;
	border: 1px solid #FFFFFF;
}



/* images */

.galleryimages {
	border: 1px solid #000000;
}




@media print{ 
/*hide the header, footer and left column when printing*/ 
#header{display:none;} 
#footer{display:none;}
#leftcol{display:none;}

/*hide the right column when printing*/ 
#rightcol{display:none;
} 
#twocols, #maincol{width:100%; float:none;}

body{
	margin:0;
	padding:0;
	color: #333333;
	font: 11px/16px 'Trebuchet MS', geneva, sans-serif;
	background-color: #FFFFFF;
}

#maincol{
	background-image: none;
	background-color: #FFFFFF;
	width: 640px;
 }
 
p,ul,li,td,h1,h2,b,strong,a {
	text-decoration: none;
	color: #000000;
}
a.content_link {
	text-decoration: none;
	color: #000000;
}

}
