body {
	font-size: 12px;
	font-family: sans-serif;
	background: url(../images/background.gif) repeat;
}

#main {
	margin:auto;
	width: 901px;
}

.top-container {
	width: 901px;
	height: 120px;
	position: relative;
}

.top-left {
	background: url(../images/top_left_bg.png) no-repeat;
	height: 120px;
	width: 21px;
	float: left;
}

.top-middle {
	background: url(../images/top_bg.jpg) no-repeat;
	height: 120px;
	width: 860px;
	float: left;
}

.top-right {
	background: url(../images/top_right_bg.png) no-repeat;
	height: 120px;
	width: 20px;
	float: left;
}

.menu {
	background: url(../images/menu_bg.png);
	height: 25px;
}

.content {
	background: url(../images/content_bg.png) repeat-y;
	min-height: 400px;
	padding: 10px;
}

.bottom {
	background: url(../images/bottom_bg.png);
	height: 20px;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
	line-height: 17px; }

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	
	display: block;
	line-height: 17px;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #3366ff;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #e1fdf2;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #49A3FF;
		color: #FFF}
		
.table {
	border: dotted 1px black;
	width: 85%;
	color: black;
	font-family: Arial;
	font-size: 12px;
}