#wrapper {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
	margin: 0;
	background-image: url(../images/background.jpg);
}
#page {
	position:relative;
	width:800px;
	height:auto;
	z-index:2;
	top: 0px;
	left: auto;
	margin: 0px;
	float: left;
}
#side {
	position: relative;
	width: 270px;
	float: left;
	font-family:'Trebuchet MS', sans-serif;
	font-size:10pt;
	color: #707070;
	text-align: left;
}
#content {
	position: relative;
	float: left;
	width: 500px;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#verytop {
	position: relative;
	width: 1024px;
	text-align: center;
}

h1 {
	font-family:Trebuchet MS;
	font-size:20pt;	
	color:#303030;
	letter-spacing:3px;
}


h2 {
	font-family:Trebuchet MS;
	font-size:16pt;	
	color:#303030;
	letter-spacing:2px;
}

h3 {
	font-family:Trebuchet MS;
	font-size:14pt;	
	color:#303030;
}

a, a:visited {
	color:#B24D89;
	text-decoration:none;
}

a:hover {
	color:#303030;
	text-decoration:underline;
}
#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	float: left;
}
#buttons {
	position: relative;
	width: 140px;
	text-align: left;
	top: 0px;
	left: 40px;
}
