* {margin:0;padding:0;}

a {
	color: black;
}

html,body {
	height:100%;
}

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	
	margin-top:0;
	padding:0;
	
}
#container {
	margin: auto;
	margin-top:0;
	width: 996px;
	
	min-height: 100%;
	background-image:url('../img/bg_footer.png');
}
#head {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 202px;
	width: 996px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#header-left {
	background-image:url('../img/header_left.jpg');	
	margin-left:43px;
	width:580px;
	height:202px;
}

#header-right {
	width: 330px;
	height:202px;
	margin-right:43px;
	
	float:right;
}

#logo-link {
	display:block;
	position:absolute;
	
	width:300px;
	height:100px;
}

#content {
	width: 996px;
	background-image: url(../img/bg_content.png);
	margin: auto;
	float: left;

	padding-bottom: 10px;
}

#top-content-panel {
	padding-top:15px;
	background-image:url('../img/top-content-panel.jpg');
	background-repeat:no-repeat;
	background-position:43px top;
	height:124px;
}

#bottom-content-flower {
	background-image:url('../img/flowers-bottom.gif');
	background-repeat:no-repeat;
	background-position:705px bottom;
}

#nav_left {
	width: 150px;
	font-size: 12px;
	height: 200px;
	margin-left: 43px;
	float: left;
}
#content_main {
	width: 550px;
	min-height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
	float: left;
	
	overflow:auto;
	padding-bottom:15px;
}

#nav_right {
	width:170px;
	margin-right:45px;
	float: right;
}

#content_main h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-size: 22px;
	color: #ee4d66;
}

#content_end {
	width: 996px;
	background-image: url(../img/bg_content_end.png);
	height: 50px;
	margin: auto;
	background-repeat: no-repeat;
	float: left;
}
#footer {
	
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat;
	width: 996px;
	font-size: 12px;
	margin: auto;
	
	position: relative;
	margin-top: -15px; /* negative value of footer height */
	height: 15px;
	clear:both;
}

#content_footer {
	width: 400px;
	margin-left: 75px;
	float: left;
}


#nav {
	margin-top: 100px;
/*	margin-left: 43px; */
	height: 31px;
	width: 680;
	float: left;
	color: #FFF;
}
#nav_1 {
	width: 91px;
	height: 32px;
}
#nav_2 {
	width: 130px;
	height: 32px;
}
#nav_3 {
	width: 150px;
	height: 32px;
}
#nav_4 {
	width: 70px;
	height: 32px;
}
#nav_5 {
	width: 63px;
	height: 32px;
}
#nav_6 {
	width: 75px;
	height: 32px;
}
#nav_sub {
	width: 170px;
}

#nav_left_menu {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav_left_menu li {
	margin-left:0;
	line-height:25px;
	border-top:1px solid #c7d8ae;
	
	padding-left:10px;
}

#nav_left_menu a {
	text-decoration:none;
	color: #333;
}

#sidebar_contact {
	width:141px;	/* 166 - padding */
	height:91px;	/* 124 - padding */
	background-image:url('../img/sidebar_contact.png');
	
	padding-left:15px;
	padding-top:33px;
	padding-right:10px;
	
	color:white;
	font-weight:bold;
}

#sidebar_infobox {
	margin-top:15px;
	width:166px;
}

#sidebar_infobox_header {
	background-image:url('../img/sidebar_infobox_header.png');
	height:41px;
}
#sidebar_infobox_mid {
	background-image:url('../img/sidebar_infobox_mid.png');
	background-repeat:repeat-y;
	
	padding-left:15px;
	padding-right:10px;
	
	color:white;
	font-weight:bold;
}
#sidebar_infobox_footer {
	background-image:url('../img/sidebar_infobox_footer.png');
	height:35px;
}

.text-list {
	list-style-type:none;
}

.text-list > li {
	margin-left:10px;
	padding:3px;
}