body {
	background-color: #333333;
	text-align:center;
}
body /* Mozilla Firefox alignment */ { 
	text-align: -moz-center; 
} 

#outerbox {
	background-image:url(images/outer_box_sides.jpg);
	background-repeat:repeat-y;
	width: 795px;
	text-align:center;
}
#outerbox /* Mozilla Firefox alignment */ { 
	text-align: -moz-center; 
} 

#mainbody {
	background-image:url(images/body_background.jpg);
	width: 780px;
	text-align:center;
}
#mainbody /* Mozilla Firefox alignment */ { 
	text-align: -moz-center; 
} 

#header {
	width: 761px;
	height: 223px;
	padding-top: 10px;
}

.dropcap {
	float:left;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	line-height:28px;
	padding-top:4px;
	padding-right: 3px;
	color:#990000
}
#content {
	width: 761px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:left;
}
#content #left {
	width: 409px;
	padding-right:3px;
	float:left;
}
#content #titleimg {
	float:right;
	margin-right: 10px;
	margin-top: 10px;
}
#content p {
	clear:both;
}
#content #right {
	width: 349px;
	float:right;
}
.red {
	color:#FF0000;
}
#divider {
	width:761px;
	height: 10px;
	font-size:xx-small;
	background-color: #c41230;
}
#divider2 {
	width:761px;
	height: 10px;
	font-size:xx-small;
}
#footer {
	width:761px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}