body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/gfx/bodybg.gif);
	background-repeat:repeat-x;
	background-color:#ee3c7e;
	height:100%;
}
img {border:0;}
form { margin:0; padding:0;} 

#container {
	margin:auto;
	width:1000px;
}
#header { height:84px;  }
	#logo { float:left; height:84px; width:138px;  }
	#headerTop {
		float:left;
		height:42px;
		width:862px;  
		font-size:18px;
		font-weight:bold;
		text-align:right;
	}
	#headerBottom { 
		float:left;
		height:42px;
		width:862px;  
	}
		#headerBottom a {
			color:#000;
			font-size:18px;
			font-weight:bold;
			text-decoration:none;
			padding-right:10px;
		}
			#headerBottom a:hover{ text-decoration:underline; }

#left {
	float:left;
	width:540px;
}
	#left img {
		border:3px solid #900035;
	}

#right {
	float:left;
	width:460px;
	color:#900035;
}

	#right h1 {
		color:#900035;
		margin-top:0;
	}
	#right a {
		color:#A62A58;
		text-decoration:underline;
	}
		#right a:hover{ text-decoration:none; }

#bot{
	clear:both;
	padding-top:20px;
}
	.botTav {
		width:120px;
		height:90px;
		text-align:center;
		display:block;
		float:left;
	}
	#bot a  img{
		border:2px solid #900035;
	}

	#bot a img :hover {
		border:2px solid #000;
	}

#footer {
	padding:20px;
	clear:both;
	text-align:center;
	font-size:11px;
	line-height:16px;
	color:#900035;
}
	#footer a {
		color:#A62A58;
		text-decoration:underline;
	}
		#footer a:hover{ text-decoration:none; }

