@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #009900;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/backgrad.png);
	background-repeat: repeat;
	background-position: center;
}
#sidetext {
	margin-top: 0px;
	font-size: 14px;
	text-align: justify;
}
a {
	color: #FF9900;	
	text-decoration: none;
}
#wreath {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 60px;
}
#arwindow {
	z-index: 5;
	left: 0px;
	top: 0px;
	background-image: url(../images/outside_frame.png);
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 80px;
	background-repeat: no-repeat;
	position: relative;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#instruct{
	padding: 10px;
}

.buttonSwitch a {
	background-color: #66CC00;
	border: 2px solid #009900;
	color: #FFFFFF;
	padding: 2px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.buttonSwitch a:hover {
	background-color: #66CC00;
	border: 2px solid #006600;
	color: #FFFF00;
	padding: 2px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.buttonSwitch  {
	margin: 4px;
	float: left;
	position: absolute;
	top: 24px;
	left: 80px;
	bottom: -10px;
	right: 0px;
	width: 636px;
	height: 15px;
	font-size: 14px;
}
