/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#666666;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CC6600;
}

h3 {
    font-size:10pt;
    padding-top:5px;
    padding-bottom:0px;
}

a {
	text-decoration: underline;
	color: #CC6600;
	
}

a:hover {
	border: none;
}

/** HEADER */

#header {

	width: 784px;
	height: 140px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 50px 10px 0 20px;
	text-transform: lowercase;
	font-size: 8px;
	letter-spacing: -.05em;
	color: #83895C;
	display:none;
	
}

#header img {
    margin-top:45px;
    margin-left:80px;
    text-decoration:none;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {

width: 298px;
height: 235px;
background-image: url(images/menu.jpg);
background-repeat:no-repeat;
}

#menu ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 40px;
	list-style: none;
	font-family: Verdana, Tahoma;
	text-align: left;
	font-size: 1.1em;
	font-weight:bold;
	letter-spacing: .06em;
}

#menu li {
    padding-left:25px;
    padding-top:4px;
	 padding-bottom:5px;
	
	 border-bottom:1px solid #336699;
}

#menu img {
    margin-right:20px;
}

#menu a {
	/*padding: 0 10px 0 11px;*/
	border: none;
	 text-decoration:none;
	color: #ffffff;
}

#menu a:hover {
	color: #ffffcc;
	text-decoration:none;
}

#menu .first a {
	border: none;
	text-decoration:none;
}

/** CONTENT */

#content {
	width: 784px;
	height: 718px;
	margin: 0 auto;
	background: #666666 url(images/back.jpg) no-repeat;
	background-position:0px 4px;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 298px;
	padding-left: 0px;
 padding-top: 85px;
/*	background: url(images/img02.gif) no-repeat left top;    */
}

#columnB {
	float: right;
	width: 400px;
	padding: 35px 25px 0 25px;
	text-align:justify;
	/*background: url(images/img03.gif) no-repeat left top;*/
}

#columnB * {
	color: #000000;
	margin-right:35px;
	
}

#columnB ul {
    width:400px;
	margin: 0px;
	padding: 0px;
	list-style: inside disc;
}
#columnB .glowna ul{

    margin-right:0px;
    padding-top:25px;
}

#columnB .glowna li{

    padding:0px;
    margin:0px;
    width:110px;
    display: inline;
    list-style:none;

}
.glowna img {
    padding:1px;
    margin:0px;
    border:1px solid #cccccc;
}

#columnB a {
	text-decoration:underline;
	color: #0066ff;
	margin-right:0px;
}

#columnB a:hover {
	color: #000099;
	text-decoration:none;
	margin-right:0px;
}

#columnB b {
    margin-right:0px;
}

#columnB h2 {
    padding-left:25px;
    line-height:18px;
    background-image:url(images/title.gif);
    background-repeat:no-repeat;
}

/** FOOTER */

#footer {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	/*background: url(images/img04.gif) no-repeat left top;*/
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

#n2{display:none;}
#n3{display:none;}
#n4{display:none;}
#n5{display:none;}

