body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #070707;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	overflow: hidden;
	height: 100%;
	width: 958px;
}
#top {
	height: 25px;
	width: 958px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #CCCCCC;
	text-align: left;
}
#logo {
	height: 192px;
	width: 958px;
	text-align: center;
}
#menu {
	height: 51px;
	width: 958px;
	margin-bottom: 20px;
}
#banner_header {
	height: 142px;
	width: 958px;
}
#banner_footer {
	height: 209px;
	width: 958px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer {
	height: 80px;
	width: 938px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 48px;
	color: #666666;
	text-align: left;
	padding-left: 20px;
}
#content {
	overflow: hidden;
	height: 100%;
	width: 958px;
	background-image: url(../images/bg_content_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
}
#content2 {
	overflow: hidden;
	height: 100%;
	width: 943px;
	background-image: url(../images/bg_content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-left: 15px;
}
#content_background {
	overflow: hidden;
	height: 100%;
	background-image: url(../images/bg_linea.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#col_sx {
	overflow: hidden;
	height: 100%;
	width: 180px;
	float: left;
	margin-right: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	/*background-color: #CCCCCC;*/
}
#col_dx {
	overflow: hidden;
	height: 100%;
	width: 710px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: left;
	/*background-color: #CCCCCC;*/
}


/* links */
A:link, A:active, A:visited {
	color: #CC3300;
	text-decoration: underline;
}
A:hover {
	color: #CC3300;
	text-decoration: underline;
}

#top A:link, #top A:active, #top A:visited {
	color: #999999;
	text-decoration: none;
}
#top A:hover {
	color: #cccccc;
	text-decoration: underline;
}

#banner_footer A:link, #banner_footer A:active, #banner_footer A:visited {
	color: #cccccc;
	text-decoration: none;
	line-height: 20px;
}
#banner_footer A:hover {
	color: #cccccc;
	text-decoration: underline;
}
