@charset "utf-8";
/* --- basic styling ---*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*font-family: Sans Bold, Georgia, "Times New Roman", serif; */
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:14px;*/
	background-color: #FFFFFF;  
}
#wrapper {
	position:relative;
	width:900px; 
	height:700px;
	margin: 0 auto;
	text-align:left;
	background:url(images/background_900x700.jpg) no-repeat;
		
}
#clear {
	clear: both;
	}
#header {
	text-align:center;
	color: #FF6600;
	font-size:20px;
	padding-top: 30px;
	padding-bottom: 10px
}
#content {
	margin: 0;
	padding: 0;
	position: relative;
	left:0;
	bottom:0;
	top: 40px;
	width: 900px;
	height: 700px;
	list-style: none;
}
#content a:link {
	text-decoration:none;
	color:#000000;
}
#content a:visited {
	text-decoration:none;
	color:#000000;
}
#content a:hover {
	color: #FF9933;
}
#content a:link img{
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	border-color: #FFFFFF;
	border-style: hidden;
	border-style: none;
}
#content a:visited img{
	padding: 0px;
	text-decoration:none;
	color:#FFFFFF;
	border-color: #FFFFFF;
	border-style: hidden;
	border-style: none;
}
#content a:hover img{
	color: #FF9933;
	border-color: #FF9933;
	border-style:solid;
	text-decoration:none;
}
/*#picleft {
	position:absolute;
	top: 180px;
	left: 44px;
	width: 128px;
	height: 153px;
}*/
#picleft {
	position:absolute;
	top: 160px;
	left: 34px;
	width: 153px;
	height: 128px;
	
}
#picleft1 {
	position:absolute;
	top: 0px;
	left: 107px;
	width: 160px;
	height: 116px;
	margin-top:-30px;	
}
#piccenter {
	position:absolute;
	top: 0px;
	left: 265px;
	margin-left: 50px;
	margin-top: -27px;
	border:thin;
	font-size: large;
}
#picright1 {
	position:absolute;
	top: 0px;
	right: 30px;
	width:238px;
	height:166px;
	margin-top:-30px;
}
#picright {
	position:absolute;
	top: 167px;
	right: -28px;
	width:214px;
	height:101px;
}
#orangeb1 {
	position:absolute;
	top: 290px;
	left: 205px;
	background-image: url(images/orangebox1_575x134.jpg);
	font-size:23px;
	padding: 5px;
	width: 445px;
	list-style: circle;
	list-style-position:inside;
	margin-left:10px;
	padding-left:10px;
}
#orangeb2 {
	position:absolute;
	top: 395px;
	left: 190px;
	background-image: url(images/orangebox2_527x115.jpg);
	font-size:23px;
	width: 516px;
	padding-top:5px;
	padding-bottom: 5px;
}
#purpleb {
	position:absolute;
	top: 500px;
	left: 220px;
	background-image: url(images/purplebox_448x47.jpg);
	font-size:23px;
	width: 449px;
	padding-top:5px;
	padding-bottom: 5px;	
}
#orderleft {
	position:absolute;
	top: 420px;
	left: 1px;
}
/*#rightpic img{
	position:absolute;
	top: 295px;
	right: 25px;	
}*/
#rightpic img{
	position:absolute;
	top: 295px;
	right: 40px;	
}
#flag_pic img{
	position:absolute;
	top: 545px;
	margin:10px;
	left:800px;
}	
#footer {
	color: #000000;
	/*font: .8em "Times New Roman", Times, serif;*/
	font: .7em Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	top: 680px;
	left: 140px;
}
/*---rollovers need to be in the order of link, visited, hover, active ---*/	
#footer a:link {
	color:#CC99FF;
	text-decoration:none;
}
#footer a:visited {
	color: #CC99FF;	
	text-decoration:none;
}
#footer a:hover {
	color: #FF9933;	
}

