@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-image: url(image/bac.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#logo {
	font-family: "ColdSpaghetti BTN", "Times New Roman";
	font-size: 36px;
	padding-right: 100px;
	color: #FFF;
}
#menu {
	padding-bottom: 5px;
	padding-top: 10px;
	font-size: 14px;
	text-align: left;
	padding-left: 240px;
}

a.men:link {
	color: #FFF;
}
a.men:hover {
	color: #009;
}
a.men:visited {
	color: #FFF;
}

#header {
	height: 266px;
	background-image: url(image/header.png);
	background-repeat: no-repeat;
	background-position: 0px;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#content-top {
	height: 32px;
	margin-top: 15px;
	background-image: url(image/poz-top.png);
	background-repeat: no-repeat;
}
#content-mid {
	background-image: url(image/poz-mid.png);
	background-repeat: repeat-y;
	height: 100%;
	overflow: hidden;
}
#content-bot {
	height: 33px;
	background-image: url(image/poz-bottom.png);
	background-repeat: no-repeat;
}
#conleft {
	width: 620px;
	padding-top: 1px;
	padding-left: 40px;
	font-size: 12px;
}
#conright {
	float: right;
	width: 260px;
	padding-top: 1px;
	font-size: 12px;
	padding-right: 30px;
}
#footer {
	font-size: 10px;
	padding-top: 8px;
}


.oneColFixCtr #container #content #conleft h1 {
	font-size: 14px;
}
.oneColFixCtr #container #content #conright h2 {
	font-size: 12px;
}

