html, body {
	height: 100%;
	border: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d1cfd1;
}

div#backgroundimage {
	background-image:  url('../images/page_bg.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
	height: 100%;
}
 
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 620px;
	top: 20px;
	background-color: #ffffff;
}
 
	#header {
		width: 100%;
		height: 110px;
		background-color: #ccc;
		border-top: 1px solid #e73e95;
		border-left: 1px solid #e73e95;
		border-right: 1px solid #e73e95;
		border-bottom: 0px;
	}
	
		#left-top {
			background-image: url('../images/left_top.gif');
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: #ab3f76;
			width: 180px;
			height: 110px;
			float: left;
		}
		 
		#right-top {
			background-image: url('../images/right_top.gif');
			background-repeat: no-repeat;
			background-position: 0 0;
			background-color: #deabc5;
			height: 110px;
			width: 780px;
			float: right;
		}
		 
			#logo {
				padding: 10px 10px 10px 20px;
			}
 
#content-container {
	border-left: 1px solid #e73e95;
	border-right: 1px solid #e73e95;
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0px;
}
 
#left-content {
	position: relative;
	float: left;
	width: 180px;
	height: 100%;
	background-color: #eb64aa;
	background-image: url('../images/menu.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: -130px;
	text-align: center;
}

	ul#menu {
		list-style-type: none;
		margin: 20px 0 0 0;
		padding: 0;
	}
	
		ul#menu li {
			font-family: Verdana, Arial, sans-serif;
			font-size: 18px;
			color: #fff;
			margin: 0 0 5px 0;
		}
			
			ul#menu li a {
				color: #fff;
				text-decoration: none;
			}
			
			ul#menu li a:hover, ul#menu li a:active {
				color: #000;
				text-decoration: none;
			}
			
			ul#menu li a.active {
				color: #000;
				text-decoration: none;
			}
 
#main-content {
	overflow: auto;
	position: relative;
	float: right;
	width: 780px;
	background-color: #ffffff;
	background-image: url('../images/main.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 97%;
	margin-bottom: -130px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 21px;
	background-color: #4e4e4e;	
	border-bottom: 1px solid #e73e95;
}
 
	#footer-left {
		background-color: #bd5188;
		width: 180px;
		height: 17px;
		color: #ffffff;
		text-align: center;
		padding-top: 4px;
	}
	
		#footer-left a {
			font-family: Verdana, Arial, sans-serif;
			color: #fff;
			text-decoration: none;
			font-size: 10px;
		}
		 
		#footer-left a:hover{
			text-decoration: underline;
		}
 
	#footer-main {
		background-color: #4e4e4e;
		width: 780px;
		height: 17px;
		color: #ffffff;
		
		padding-top: 4px;
		text-align: center;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	 
		#footer-main a {
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			font-weight: lighter;
			color: #FFFFFF;
			text-decoration: none;
		}
		 
		#footer-main a:hover {
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			font-weight: lighter;
			color: #FFFFFF;
			text-decoration: underline;
		}