body,html {
	margin: 0px;
	padding: 0px;
	
	background: url(../../interface/container-background.gif) repeat-y #FFFCD7 center;
	
	text-align: center;
	
	height: 100%;
}


div#wrapper {
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
	
	width: 776px;
	
	font-family: Verdana,sans-serif;

	
		
height: 100%;
}


a {
	color: #71003D;
}

a:hover {
	text-decoration: none;
}

h2 ,h1 {
	color: #71003D;
	margin: 0px;
	margin-bottom: 14px;
	font-size: 13px;
}

div#menu {
	background: #71003D;
	
	font-size: 11px;
	
	color: #FFF;
	
	padding: 14px;
	padding-left: 242px;
	
	margin-left: 1px;
}

	div#menu a {
		margin-left: 4px;
		margin-right: 4px;
		
		color: #FFF;
		
		text-decoration: none;
	}
	
		div#menu a:hover {
			text-decoration: underline;
		}
		
		
div#content-left {
	font-size: 11px;
	color: #6F6F6F;
	float: left;	
	padding-left: 60px;
	margin-top: 54px;
}


div#content-right {
	margin-left: 247px;
	color: #6F6F6F;
	font-size: 11px;
	margin-top: 54px;
	padding-bottom: 30px;
	padding-right: 40px;
}

	div#content-right table {
		color: #6F6F6F;
		font-size: 11px;
	}
	
	div#footer
	{
		background: url(../../interface/footer.gif) no-repeat center bottom;
		* background: url(../../interface/footer.gif) no-repeat center bottom;
		height:  30px;
		width : 100%;
		* width: 776px;
		clear:both;
		position: fixed;
		margin-top: -30px;
		text-align: center;
		margin-left: auto;
		* margin-left: -388px;
		margin-right: auto;
	}