body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#c60;
}

.xbigType {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.title{
	color:#FFFFCC;
	font-size:12px;
	font-weight:bold;
	letter-spacing:4px;
}

.justified {
	text-align: justify;
	line-height:18px;
}

.outerframe {
	padding: 0px;	
	border-top-style:solid;
	border-top-color: #333;
	border-top-width: 2px;
	width:780px;
	background-color:#CC6600;
	margin-left:auto;
	margin-right:auto;
}

.shadow{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.pictureframe{
	border-style:solid;
	border-color: #FFF;
	border-width: 10px;
}

#photo{}
#photo img{border-style:solid; border-color: #f90; border-width: 1px;}

.link{
	color:#FFFFCC;
	text-decoration:none;
}
.link:hover{
	color:#ffc;
	text-decoration:underline;
}

.linkdark{
	color:#000;
	text-decoration:underline;
}
.linkdark:hover{
	color:#ffc;
	text-decoration:underline;
}

.inputbox {
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	height:12px;	
	padding: 2px;
}
.commentbox {
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	height:100px;	
	padding: 2px;
}
.actionbox {
	font-size: 12px;
	font-style: normal;
	color: #000;
	background-color: #fff;
	border: 1px solid #cc0000;
	height:20px;	
	padding: 2px;
	text-align:center;
	vertical-align:middle;
}

.pagefooter{
	color:#333;
	background-color:#f90;
	font-size:9px;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
}

#textbox{
 	width:500px;
	padding: 0px 15px 15px 15px;
}


#sidebox{
	width:250px;
	position:relative;
	font-size:11px;
	padding: 0px 10px 5px 0px;
}

#imagebox{
	width:300px;
	height:150px;
	padding:20px;
	position:relative;
}

#quote_purple{
	width:780px;
	text-align:center;
	background-color:#5C335C;	
	border: 1px solid #fff;

}

#quote_green{
	width:780px;
	text-align:center;
	background-color:#060;
	border: 1px solid #fff;
}

#quote_orange{
	width:780px;
	text-align:center;
	background-color:#f90;
	border: 1px solid #fff;
}

#quote_maroon{
	width:780px;
	text-align:center;
	background-color:#600;
	border: 1px solid #fff;
}

#bodytable{
	position:relative;
	width:780px;
}