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

body{ 
margin: 0; padding: 0;
background-color:#9CA655;
}



a{outline: none;}



.Top:link {
color: #BCC285;
}
.Top:visited {
color: #BCC285;
}
.Top:hover {
color: #473D32;
}
.Top {
font: "Lucida Sans Unicode";
font-size: 11px;
}



.Pla {
font: "Lucida Sans Unicode";
font-size: 10px;
}
.Pla:link {
color: #473D32;
}
.Pla:visited {
color: #473D32;
}
.Pla:hover {
color: #473D32;
text-decoration: underline;
}



.Bottom {
font: "Trebuchet MS";
font-size: 12px;
}
.Bottom:link {
color: #808000;
}
.Bottom:visited {
color: #808000;
}
.Bottom:hover {
color: #473D32;
text-decoration: underline;
}

.Links {
font: "Trebuchet MS";
font-size: 14px;
}
.Links:link {
color: #A8BA41;
}
.Links:visited {
color: #A8BA41;
}
.Links:hover {
color: #433F35;
text-decoration: underline;
}




#apDiv1 {
	position:absolute;
	width:900px;
	height:40px;
	z-index:101;
	left: 50%;
	top: 232px;
	background-image: url(deluxe-css-menu.files/back_0.png);
	visibility: visible;
}



.style53 {
	font-size: 9px;
	color: #927D72;
}



#twitter_update_list li {
margin-bottom:2em;
list-style: none;
font-family:"Trebuchet MS";
font-size: 12;
text-align: justify;
}

.outline {
	outline:solid;
	outline-color:#000000;
	outline-width:thick;
	}

.staff-box{
	width:850px;
	margin:0 auto 30px auto;
	padding:0 0 30px 0;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, san-serif;
	font-size:12px;
	text-align:left;
	border-bottom:1px dotted #181714;
}


.staff-photo{
	width:180px;
	margin:10px 20px 0 20px;
	float:left;
}

.staff-photo img{
	border:4px solid #9ca655;
}

.staff-desc{
	width:600px;
	margin:15px 0 0 0;
	float:left;
}

.name{
	font-size:22px;
}

.topper {
	position: relative;
	top:20px;
	
}
.bottomer {
	position: relative;
	top:-11px;
	
}






 		

.round-box {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-radius: 5px;
	background: #2B416A;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#464236), to(#181713));
		background: -moz-linear-gradient(#464236, #181713);
	background: linear-gradient(#464236, #181713);
		-pie-background: linear-gradient(#464236, #181713);
	}

a.round{
	display:inline-block;
	padding:3px 10px;
	text-decoration:none !important;
	font-weight:bold;
	color:#C7A46A !important;
	cursor:pointer;
	}
a:hover.round{ color:white !important; text-decoration:none !important;}


