@charset "utf-8";
/* CSS Document */

*		{
		padding: 0px;
		margin: 0px;
		font-family: verdana, arial;
		font-size: 11px;
		}

BODY	{
		background: #FFF;
		}
		
A, A:HOVER{
		color: #000;
		text-decoration: underline;
		}
		
IMG		{
		border: 0px;
		}
		
H1, H2	{
		font-weight: bold;
		color: #AE2856;
		}

TD		{
		height: 17px;
		}
		
.page	{
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -303px -454px;
		width: 908px;
		height: 605px;
		background: url(../images/page_bg.jpg) top no-repeat;
		}				
		
.pageinlay{
		position: relative;
		width: 908px;
		height: 605px;
		}
		
.menu	{
		position: absolute;
		z-index: 2;
		top: 276px;
		left: 4px;
		width: 325px;
		height: 135px;
		padding: 85px 12px 0px 0px;
		background: url(../images/menu.jpg) no-repeat;
		text-align: right;
		}
		
.menu A, .menu A:HOVER{
		color: #FFF;
		}

.menu A{
		display: block;
		float: right;
		width: 95px;
		font-weight: bolder;
		padding: 6px 15px 6px 0px;
		text-decoration: none;
		background: url(../images/menupoint-icon_off.jpg) right 10px no-repeat;
		}
		
.menu A:HOVER, #page1 #point1, #page2 #point2, #page3 #point3, #page4 #point4{
		background: url(../images/menupoint-icon.jpg) right 10px no-repeat;
		}
		
.menu DIV{
		height: 3px;
		background: url(../images/menu_spacer.jpg) 246px no-repeat;
		clear: both;
		} 
		
.logo	{
		position: absolute;
		z-index: 2;
		top: 53px;
		left: 4px;
		width: 300px;
		height: 223px;
		}
		
.footer{
		position: absolute;
		z-index: 2;
		bottom: 26px;
		left: 4px;
		width: 900px;
		height: 83px;
		background: #AE2856;
		color: #FFF;
		font-weight: bold;
		}
		
.footer-left{
		float: left;
		width: 337px;
		}
		
.footer-middle{
		float: left;
		width: 226px;
		margin: 0px 37px;
		padding-top: 18px;
		}
		
.footer-right{
		float: left;
		width: 226px;
		padding-top: 36px;
		}
		
.footer-right A{
		color: #FFF;
		}
		
.bottom	{
		position: absolute;
		z-index: 2;
		height: 20px;
		width: 400px;
		right: 4px;
		bottom: 0;
		text-align: right;
		color: #B4B1B1;
		}
		
.bottom A{
		color: #B4B1B1;
		text-decoration: none;
		}
		
.bottom A:HOVER{
		text-decoration: underline;
		}
		
.bigtext{
		font-size: 16px;
		}
		
.content1{
		position: absolute;
		z-index: 2;
		top: 53px;
		left: 378px;
		width: 226px;
		height: 429px;
		line-height: 14px;
		overflow: hidden;
		}
		
.contentfull{
	position: absolute;
	z-index: 2;
	top: 53px;
	left: 378px;
	width: 452px;
	height: 429px;
	line-height: 14px;
	overflow: hidden;
		}		
	
.content2{
		position: absolute;
		z-index: 2;
		top: 53px;
		right: 41px;
		width: 226px;
		height: 429px;
		line-height: 14px;
		overflow: hidden;
		}
		
.content1 IMG{
		margin-bottom: 14px;
		}
		
.subline{
		font-weight: bold;
		color: #AE2856;
		}
