@charset "UTF-8";

body  {
	background-color: #91BAA3;
}


a:link {
    color: #ff5800;
	text-decoration: none;
	font-weight: bold;
}      /* unvisited link */

a:visited {
    color: #ff5800;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */

a:hover {
    color: #ff5800;
	text-decoration: none;
	font-weight: bold;}  /* mouse over link */

a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}  /* selected link */

	  

#main {
	height: 610px;
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#leftsidebar {
	background-color: #F3F3AE;
	width: 325px;
	height: 600px;
	float: left;
}
#leftsidebarlogo {
	height: 211px;
	width: 275px;
	margin-left: auto;
	margin-top: 55px;
	margin-right: auto;
}
#leftsidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	width: 235px;
	height: 275px;
	margin-left: auto;
	padding-top: 40px;
	margin-right: auto;
	line-height: 2em;
}
#rightflashbox {
	height: 600px;
	width: 450px;
	float: left;
}
