*{
	margin:0px;
	padding:0px;
}

body{
	position:relative;
	width:100%;
	height:100%;
	background:#333333;
}

#maincontent_container{
	position:relative;	
	width:768px;
	height:740px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}

#header_container{
	position:relative;
	width:100%;
	height:100px;
	background: #dddddd;
	text-align:center;
}
#header_text, #footer_text{
	position:relative;
	padding-top:30px;
	text-align:center;
}

#body_container{
	position:relative;
	width:100%;
	height:540px;
	background: url('images/bluecloud.jpg') repeat;
	/*background-position: 0px -800px;*/
}

#footer_container{
	position:relative;
	clear:both;
	width:100%;
	height:100px;
	background: #999999;
	text-align:center;
	font-weight:bold;
}

#left_navigation{
	position:relative;
	width:180px;
	height:540px;
	float:left;
}

#right_content{
	position:relative;
	padding:10px;
	text-align:left;
	width:568px!important;
	height:520px!important;
	float:left;
	background: white;
}

#right_content p{
	margin-bottom:10px;
}

label.linklabel{
	padding-left:20px;
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

label.linklabel:hover{
	padding-left:20px;
	color:blue;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

#content_frame{
	border:0px;
	width:588px;
	height:540px;
}
