BODY{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#topbar{
	height: 25px;
	width: 100%;
	background: url(images/bg_topbar.gif) repeat-x bottom;
	border-bottom: #e1e1e1 1px solid;
	}
#toptext{
	color: #b0b0b0;
	font-weight: bold;
	width: 908px;
	margin: auto;
	margin-top: 5px;
	}
#toptext a{
	color: #336699;
	text-decoration: none;
	}
#toptext a:hover{
	text-decoration: underline;
	}
#container{
	width: 908px;
	margin: auto;
	}
#header{
	height: 140px;
	margin: 10px 0 10px 0;
	background: url(images/bg_header.jpg) repeat-x top left;
	}
#left{
	float: left;
	width: 140px;
	background: #ffd9ea;
	}
#left p{
	margin: 0 10px 10px 10px;
	}
#left p strong{
	color: #ac1f5e;
	}
#left p a{
	color: #ac1f5e;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	}
#left p a:hover{
	color: #ac1f5e;
	font-weight: bold;
	text-decoration: underline;
	}
#right{
	float: right;
	width: 254px;
	background: #fe8dbf;
	}
#middle{
	float: left;
	width: 494px;
	margin-left: 10px;
	}
#middle p{
	background: url(images/bg_content.gif) repeat-x top;
	margin: 0 0 0 0;
	}
#middle a{
	color: #ac1f5e;
	text-decoration: underline;
	font-weight: bold;
	line-height: 15px;
	}
#middle a:hover{
	color: #fe8dbf;
	text-decoration: none;
	}
#footer{
	clear: both;
	color: #b0b0b0;
	background: url(images/bg_content.gif) repeat-x top left;
	border-top: #FFF 10px solid;
	height: 50px;
	text-align: center;
	padding: 5px 0 0 0;
	}
#footer a{
	color: #b0b0b0;
	text-decoration: none;
	}
#footer a:hover{
	text-decoration: underline;
	}