body {
	background-color: #9d015e;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}
#container{
	width: 935px;
	margin: auto;
	background-image:url(../images/container_bg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	margin-top: 0px;
}
#left_col{
	width: 264px;
	float: left;
}
#logo{
	width: 264px;
	height: 185px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#logo h1, #logo p{
	text-indent: -9000em;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li a{
	color: #FFFFFF;
	border-bottom: solid 1px #d41186;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 4px;
	padding-right: 4px;		
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	width: 256px;	
}
#nav ul li a:hover{
	text-decoration: underline;
}
#right_col{
	background-color: #FFFFFF;
	padding: 1px;
	border: solid 2px #cc79aa;
	width: 647px;
	float: right;
	margin-top: 58px;
}
#content{
	padding: 29px;
	padding-top: 10px;
}
.clear{
	clear: both;
}
.big{
	font-size: 1.25em;
	font-weight: normal;
}
h1{
	color: #faa61a;
	font-size: 1.50em;
}
h2{
	color: #c40075;
	font-size: 1.1em;
	font-weight: normal;
}
h2 a{
	color: #c40075;
}
a{
	color: #c40075;
    }
h3{
	color: #faa61a;
	font-size: 1.25em;
}
.home_teaser{
	width: 271px;
	float: left;
}
.button_more{
	display: block;
	text-align: right;
	clear: both;
	line-height: 33px;
	background-image:url(../images/button_more.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-right:17px;
	color: #996633;
	text-decoration: none;
	font-weight: bold;
}
.button_more:hover{
	text-decoration: underline;
}
.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}
#teaser_2, #teaser_4{
	float: right;
}
#footer{
	clear: both;
	width: 671px;
	color: #ff66cc;
	padding-left: 264px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	background-position: top right;
	padding-top: 30px;
}
#footer a{
	color: #ff66cc;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	float: left;
	margin-left: 49px;
}
#credit{
	float: right;
	margin-right: 20px;
	width: 248px;
}