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

#content {
	width: 1000px;
}
#uppertext {
	padding: 2px;
	border: 2px solid #0099FF;
	float:right;
	position:absolute;
	right:10px;
	top:74px;
	height: 500px;
	width: 310px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}
#instruct {
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px solid #FF9900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:10px;
}

#links {
	border: 1px dotted #CCCCCC;
	float: left;
	width: 150px;
	margin: 5px;
}

#footer {
	border: 1px dotted #CCCCCC;
}

.imageNestedList{
	margin-left:0;
	padding-left:0;
	list-style-position:outside;
	text-align:left;
}

.imageNestedList div{
	float: left;
}
.imageNestedList li{
	margin-left:85px;
}

a {
	text-decoration: none;
	color: #FF6666;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2FFE8;
}
#contentBody {
	position:relative;
	width: 1000px;
	background-color: #FFFFFF;
	border: medium solid #CCFF99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#socialbox {
	vertical-align: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
 
#arWindow {
}

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

#arBox {
	padding: 3px;
	width:640px;
	height:500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #33CC00;
	margin:10px;
	margin-top:0;
}
#arWindow {
	width:640px;
	height:480px;
}

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

#bottomAdBar{
	position:relative;
	left:136px;
}

#footer{
	width:1000px;
	text-align:center;
	border:none;
}

.buttonSwitch  {
	margin: 4px;
	height:20px;
}
