a {
	text-decoration:none;
	color:brown;
	}

a:hover {
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
	}

html {
	background-color:#333;
	}

body {
	background-color:#FFFFFF;
	width: 960px;
	border: 1px solid #000000;
	margin: 0 auto;
	padding: 0;
	}

.header {
	display:block;
	width:960px;
	height:189px;
	background-color:#FFFFFF;
	background:url(images/header.jpg) 0 0 no-repeat;
	}

.header:hover{
	cursor:pointer;
	}

.menu_line {
	width:960px;
	height:39px;
	background:url(images/menu.jpg) 0 0 repeat-x;
	}

.menu_line a {
	padding-left: 10px;
	padding-right: 10px;
	height:37px;
	line-height: 38px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#333300;
	text-decoration:none;
	border-right: 1px solid white;
	}

.menu_line a:hover {
	padding-left: 10px;
	padding-right: 10px;
	height:37px;
	line-height: 38px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:brown;
	text-decoration:none;
	background:url(images/menu_hover.jpg) 0 0 repeat-x;
	border-right: 1px solid white;
	cursor:pointer;
	}

.content {
	float: left;
	padding: 20px;
	width: 680px;
	}

.column_right {
	float:right;
	width:223px;
	background:url(images/box_top.jpg) 0 0 no-repeat;
	background-color:#e6e5af;
	position:relative;
	}

.column_bottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width: 223px;
	height: 23px;
	background:url(images/box_bottom.jpg) 0 0 no-repeat;
	}

.footer {
	margin-top:1px;
	padding-right:10px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width: 950px;
	height: 24px;
	line-height: 21px;
	background:url(images/footer.jpg);
	}

.footer a{
	text-decoration:none;
	color:#000000;
	}

.footer a:hover{
	text-decoration:underline;
	color:#000000;
	cursor:pointer;
	}

.infobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.infobox_content {
	color:#000000;
	}
	
.infobox_content strong {
	color:#000000;
}
	
.infobox_heading {
	background:url(images/info_box_heading_bg.gif) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color: #000000;
	line-height:25px;
	}

.spacer {
	clear:both;
	height:0px;
	font-size:0.000001em;
	width:960px;
	border:0px;
	margin:0px;
	padding:0px;
	}

.paragraf {
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	}

.title1 {
	padding: 5px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-variant:small-caps;
	}

.title2 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-variant:small-caps;
	}

.right_text {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color:#000000;
	}

.box_left {
	width: 320px;
	float: left;
	}

.box_right {
	width: 320px;
	float: right;
	}