body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #3E5E87;
	font-size: 10px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: #CC0066;
}
a:visited {
	text-decoration: none;
	color: #CC6699;
}
a:hover {
	text-decoration: underline;
	color: #FF33CC;
}
a:active {
	text-decoration: none;
	color: #CC0066;
}
.container {
	position:				absolute;
	width:					840px;
	height:					550px;
	left: 					50%;
	top:					0px;
	margin-left: 			-420px;
	background-image: url(../images/site-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.copy {
	position: absolute;
	height: 330px;
	width: 340px;
	top: 180px;
	overflow-y:					scroll;
	overflow-x:					hidden;
	scrollbar-face-color: 		#e20e77;
	scrollbar-shadow-color: 	bd57a0;
	scrollbar-highlight-color: 	bd57a0;
	scrollbar-3dlight-color: 	bd57a0;
	scrollbar-darkshadow-color: bd57a0;
	scrollbar-track-color: 		bd57a0;
	scrollbar-arrow-color: 		bd57a0;
	z-index: 1;
	right: 15px;
}
.base {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	width: 840px;
	background-image: url(../images/base.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
}
.header {
	position: absolute;
	z-index: 1;
	top: 14px;
	width: 500px;
	right: 15px;
	height: 160px;
}

.pictures {
	position: absolute;
	top: 180px;
	width: 449px;
	height: 216px;
	left: 10px;
}
.header2 {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 55px;
	width: 250px;
}
h2 {
	font-size: 14px;
}

