/* CSS Document */
body,html{
	background-color: #dcddfc;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1816FD;
	height: 100%;
}
#back7{
	background: url(images/back_1.jpg) repeat-x;
	width: 50%;
	margin: 0px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#back2{
	background: url(images/back_1.jpg) repeat-x;
	width: 50%;
	margin: 0px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer{
	text-align: center;
	padding: 10px;
	margin: 0px;
	font-size: 11px;	
	background-color: #bab9fb;
}
#window2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	margin: 0px;	
}
#container_back2{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: #45D5FF url(images/center_back_ext.jpg) repeat-y;
	height: 100%;
}
#container2{
	width: 100%;
	background: url(images/center_back.jpg) no-repeat;
	height: 100%;
}
#window{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	margin: 0px;	
}
#container_back{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #ffffff;
	height: 100%;
	border-right: solid 1px #000b96;
	border-left: solid 1px #000b96;
	border-bottom: solid 1px #000b96;
}

#header{
	height: 130px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background-color: #fff2d2;
	background: url(images/header-back1.jpg) no-repeat;
}
#menu{
	background: #1816FD;
	-moz-opacity:0.5;
 	filter:alpha(opacity=50);
	width: 200px;
	padding: 10px;	
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}
#menu a {
	color: white;
	display: block;
	text-decoration:none;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
}
.clear{
	clear: both;
}
#content{
	float: right;
	width: 530px;
	padding: 15px 0px 0px 0px;
}

