* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background: #FFF;
	color: #4C4C4C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#container {
	background: White;
	width: 760px;
	padding-top: 10px;
	margin: auto;
}


#logo {
	background: #FFF;
	background: url(images/banner.jpg) 5px no-repeat;
	text-align: left;
	height: 60px;
	width: 760px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 3px solid #9BBF3B;
}

#header {
	width: 760px;
	height: 400px;
}

#headerLeft{
	width: 200px;
	margin: 0px 5px 0px 0px;
	float: left;
	position: relative;
}

#headerRight {
	width: 555px;
	margin: 0px;
	float: left;
	position: relative;
}


#help {
	background: #9bbf3b url(images/help_01.gif) 0px 5px no-repeat;
	margin: 0px 0px 0px 0px;
	height: 130px;
	text-align: center;
	padding: 0px;
}

#logo h1 {
	color: #FFF;
}
#logo h2 {
	color: #FFF;
}

#menu {
	background: #FFCD33;
	margin: 0px;
	height: 185px;
	margin-bottom: 2px;
}
#content {
	margin: 0px;
	background: 3D78BA;	
	font-size: 0.9em;
}
#contentLeft {
	width: 370px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#contentRight {
	width: 370px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#clear {
	clear: both;
	overflow: hidden;
	width:100%;	
}

#footer {
	margin-top: 10px;
	color: #D73600;
	text-align: left;
	border-top: 1px solid #9BBF3B;
	font-size: 0.8em;
}

#leftFooter {
	background: url(images/kuca.gif) no-repeat;
	width: 50%;
	float: left;
	padding: 10px 10px 10px 40px;
}

#rightFooter {
	float: left;
	text-align: right;
	padding: 10px 0px 0px 0px;
}
