/* CSS styles */

BODY {
	background-color: white;
	margin: 0px;
	font-family: verdana;
	color: white;
	font-size: 12px;
	background-color: black;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: none;
}

#main_tbl {
	margin: auto;
	width: 780px;
}

#languages {
	position: relative;
	bottom: 44px;
	left: 16px;
}

.side_line {
	width: 4px;
	background-image: url('../dsg/line.gif');
	background-repeat: repeat-y;
}

#head {
	background-image: url('../dsg/header.jpg');
	width: 780px;
	height: 313px;
	vertical-align: bottom;
}

#main_menu {
	position: relative;
	bottom: 32px;
	left: 14px;
	font-size: 12px;
}

#main_center {
	vertical-align: top;
	width: 772px;
}

#menu_holder {
	width: 233px;
	padding-left: 12px;
	vertical-align: top;
}

#menu_holder a {
	color: #AAA5A2;
}

#side_menu_item {
	padding-bottom: 6px;
	border-left: 2px solid #AAA5A2;
	border-right: 2px solid #AAA5A2;
}

#content_holder {
	vertical-align: top;
}

#cont_title {
	font-weight: bold;
	padding-bottom: 10px;
}

#cont_content {
}

#bottom {
	height: 58px;
	background-image: url('../dsg/bottom.jpg');
}

#copyright {
	width: 200px;
	position: relative;
	left: 330px;
	font-weight: bold;
	font-size: 10px;
}