html, body {width:100%; height:100%; margin:0; padding:0; text-align:center; font-family:tahoma, verdana, arial;}

body {
	/*background:url(../images/bkg-gradient.png) repeat-x bottom;*/
}

img {
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}


#root {
	margin:auto;
	text-align:left;
	width:996px;
}

#border-green{
	width:100%;
	height:1px;
	background:url(../images/green-dot.jpg) repeat-x;
}

#head {
	position:relative;
	width:100%;
	height:42px;	
	background:url(../images/head-pattern.jpg) repeat;
	text-align:center;
}

#border-bottom {
	border-bottom:5px solid #d9bf6a;
}

#menu {
	margin:0;
	padding:0;
	position:absolute;
	text-align:left;
	left:50;
	top:19px;
}

#menu a{
	font-size:11px;
	text-decoration:none;
}

#menu a:link, #menu a:visited {
	color:#d9bf6a;
}

#menu a:hover {
	color:white;
}

.section {
	float:left;
	margin:0 25px 0 25px;
	padding:5px 10px 0 10px;
	width:auto;
	height:23px;
	color:#ca9f51;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
}

#selected {
	/*background:url(../images/tab.png) no-repeat;*/
	background-color:#d9bf6a;
	color:white;
}

#content {
	width:100%;
	height:460px;
}

#content #col-sx {
	float:left;
	width:25%;
	text-align:center;
	height:100%;
}

#col-sx img#logo{
	margin:auto;
	margin-top:100px;
}

#content #col-dx {
	position:relative;
	float:right;
	width:75%;
	height:100%;
	font-size:12px;
}

#footer {
	margin:auto;
	width:996px;
	color:#005123;
	font-size:10px;
	text-align:right;
	letter-spacing:2px;
}

#footer a:link, #footer a:visited {
  color:#005123;
  text-decoration:none;
}

#footer a:hover {
  color:#002A12;
  text-decoration:underline;
}