body{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background-color: #303030;
	margin: 0px;
}
DIV, TABLE{
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
A:link {
	COLOR: #224084;
}
A:visited {
	COLOR: #224084;
}
A:hover {
	COLOR: #ffffff; background-color: #224084;
}
A:active {
	COLOR: #224084;
}

#page{
	width: 100%;
	height: 100%;
}

#container{
	width: 681px;
	float: none;
	position: relative;
}

#header{
	width: 681px;
	height: 87px;
	position: relative;
	float: left;
	clear: left;
}
#logo{
	width: 185px;
	height: 87px;
	position: relative;
	float: left;
	clear: left;
}
#button{
	width: 481px;
	height: 87px;
	position: relative;
	float: right;
	clear: right;
}
#container-main{
	width: 681px;
	height: 402px;
	position: relative;
	float: left;
	clear: left;
}
#content{
	width: 493px;
	height: 402px;
	background-color: #ffffff;
	position: relative;
	float: left;
	clear: left;
}
#contentwindow{
	width: 453px;
	height: 362px;
	background-color: #ffffff;
	position: relative;
	float: left;
	clear: left;
	overflow: auto;
}
#side{
	width: 179px;
	height: 402px;
	position: relative;
	float: right;
	clear: right;
}