/* CSS Document */

body
{background-color:#850724;
font-family: Georgia, "Times New Roman", Times, serif;
 padding:0px;
}

#mainbody
{
	width:850px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image: url(images/crownback.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-position:left;


}

img
{border:none;}

#header
{
width:850px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
height:115px;
}
#navbar
{
	width:850px;
	height:20px;
	font-weight:lighter;
background-color:#BA0A30;
	margin-left: auto;
	color: #FFFFFF;


	
}

.navbutton
{
	width:162px;
	float:left;
	height:20px;
	text-align:center;
	padding-top:0px;
	font-size: 14px;
	color: #FFFFFF;
}

a{text-decoration:none;}

.navbutton:hover
{
	background-color:#FFFFFF;
	color: #BA0A30;
	cursor:pointer;
}

.paratext
{
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B99F79;
	border: 2px;
	border-color: #630A0E;

}

.diarybtn
{
background-image:url(images/missdiary.gif);
height:166px;
filter:alpha(opacity=60);
-moz-opacity:.6;
opacity:.60;
width:263px;
}

.diarybtn:hover
{
background-image:url(images/missdiarycol.gif);
height:166px;
}

.pic
{

margin-top:5px;
text-align:center;
margin-bottom:5px;

}

#rightside
{
	width:471px;
	float: right;
	background-color: #F2EEE5;

}
#leftside
{
	width:379px;
	float:left;
	background-color: #FFFFFF;
}

.subheader
{
	height: auto;
	padding-left:5px;
	font-size:17px;
	padding-top:5px;
	color:#BA0A30;
	text-decoration: none;
	background-color: #F2EEE5;
	padding-bottom: 5px;

}
