* {
	padding:0px;
	margin:0px;
}

body {
	font-family: Arial;
	font-size: 14px;
	color: #706f6f;
	background-color: #e1e1d3;
	background-image: url('../images/body_background.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

img, a img {
	border: 0px;	
}

a {
	color: #706f6f;
}

div.wrapper {
	width:1000px;
	margin:auto;
}

div.header {
	width:720px;
	height: 32px;
	clear:both;
	background-image: url('../images/header_background.gif');
	padding-left:280px;
	padding-top: 84px;
	font-size: 12px;
	color: #edede1;
}

div.header a {
	color: #edede1;
	text-decoration: none;
}

div.header li {
	display: inline;	
	list-style-type:none;
	background-image: url('../images/menu_upper_point.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;	
	padding-left:15px;
	padding-right: 15px;
}

div.menu {
	width:193px; /* 228px; */
	float:left;
	height: 309px;
	background-image: url('../images/menu_background.gif');
	padding-left: 35px;
	padding-top: 20px;
	font-size:12px;
	font-weight: bold;
}

div.menu a {
	text-decoration: none;
}

div.menu li {
	list-style-type:none;
	padding-top:8px;
	background-image: url('../images/menu_point.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left:15px;
}
div.menu li a {
	color: black;
}

div.menu li li {
	background-image: none;
}
div.menu li li a {
	color: #d53501;	
}

div.mainpic {
	float:right;
	width: 691px; /* 772px; */
	padding-left: 81px;
	height: 252px;
	background-image: url('../images/fokep.jpg');
}

div.content {
	width: 676px;
	float: right;
	border: 1px solid #bababa;
	background-color: white;
	background-image: url('../images/content_background.gif');
	background-repeat: repeat-x;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom:20px;
	padding-top:10px;
	margin-top: 20px;
}

div.content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #d84212;
	padding-left: 25px;
	margin-left: 150px;
	margin-bottom: 30px;
	background-image: url('/HTML/images/h1_point.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;	
}

div.content h2 {
	font-size: 14px;
	color: #d84212;	
}

div.content_wrapper {
	float:right;
	width: 772px;
	background-image: url('../images/content_wrapper_background.gif');
	background-repeat: repeat-x;
	margin-bottom:20px;
}

div.lablec {
	clear:both;
	width:850px;
	margin:auto;
	height: 25px;
	background-color: black;
	background-image: url('../images/lablec_backround.gif');
	background-repeat:no-repeat;
	padding-left:150px;
	padding-top:20px;
}

div.gallery {
	float:left;
	clear: left;
	width:206px;
	border: 1px solid #bababa;
	margin-top:5px;
	margin-left: 20px;
	padding-top: 5px;
	background-color: #686868;
	background-image: url('../images/gallery_background.gif');
	background-repeat: repeat-x;
}

div.gallery div.picture {
	float:left;
	width: 94px;
	height:	79px;
	background-color: #4d4c4c;
	border: 1px solid #bababa;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	padding-top: 15px;
	margin-top:5px;
}

div.gallery div.picture img {
	border: 1px solid #bababa;
}

div.gallery h1 {
	color: white;
	font-size: 14px;
	padding-left: 20px;
	font-weight: normal;
}

div.gallery h1 a {
	color: white;
	text-decoration: none;	
}

.content_gallery {
	width: 500px;
	float: right;

	padding-left: 10px;
	padding-right: 10px;
}

.left_gallery_imagebox {
	float: left;
	width: 180px;
	height: 90px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: center;
	border: 2px solid #D06B2B;
	margin-left: 20px;
}


.right_gallery_imagebox {
	float: right;
	width: 180px;
	height: 90px;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: center;
	border: 2px solid #D06B2B;
	margin-right:20px;
}

.content_gallery a:link, .content_gallery a:active, .content_gallery a:visited  {
	text-decoration: none;
	color: black;
}
.content_gallery a:hover {
	text-decoration: underline;
}


