/* CSS Document */
body{
	font-family:"Segoe UI", Calibri, Arial;
	color:#000000;
	margin:18px 0px 18px 0px;
	border:none;
}

p,li,a,td{
	font-family:"Segoe UI", Calibri, Arial;
	color:#003366;
	font-size:13px;
	text-align:left;
}

h4{
	text-decoration:blink;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}


/***************/
/* Div Layout */
/***************/

#main{
	width:970px;
	display:block;
	margin:auto;
}

#header{
	width:970px;
	height:200px;
	border:none;	
	background-color:#AAAAFF;
	background-repeat:repeat-x;
	background-position:bottom;	
	background-image:url(wall_down.jpg);
}

#main-menu{
	margin-top:5px;
	width:970px;
	display:block;
}

#Content{
	margin-top:10px;
	width:970px;
	position:absolute;
	display:block;
}

#left-menu{
	width:200px;
	height:350px;
	float:left;
	margin-bottom:10px;
}

#left_mod{
	width:200px;
	float:left;
	height:auto;
	display:block;
}

#right_module{
	display:block;
	float:right;
	width:750px;
}

#show_content{
	position:relative;
	width:726px;
	display:block;
	margin-top:10px;
	padding:10px;
	border:2px;
	border-color:#AAAAFF;
	border-style:solid;
}

#footer{
	color:#000066;
	display:block;
	float:right;
	text-align:right;	
	background-repeat:repeat-x;
	background-position:bottom;	
	background-image:url(wall_up.jpg);
	width:970px;
	height:100px;
}
