/* Main CSS */

body{
	background:white;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../img/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

table td{
	font-weight:normal;
}

a:link, a:visited, a:hover, a:active{
	color:#333333;
}

h3{
	display:inline;
}

/* ID's */

#page{
	width:768px;
	margin:auto;
}

#header{
	margin:auto;
}

#header a:link, #header a:visited{
	position:relative;
}

#header a:active, #header a:hover{
}


#menu{
	position:relative;
	padding-top:115px;
	padding-left:135px;
	height:450px;
	text-align:left;
	float:left;
	line-height:25px;

}

#menu a:link, #menu a:visited{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#menu a:active, #menu a:hover{
	color:#FF0033;
	text-decoration:none;
}


#content{
	font-weight:normal;
	width:310px;
	float:left;
	padding: 0 0 0px 15px;
	color:#000000;
	margin-top:10px;
}

#obit{
	width:175px;
	margin:auto;
	float:left;
	color:#000000;
	margin-top:40px;
	margin-left:8px;
	border:#999999 solid thin;
	padding-left:5px;
}

#footer{
	position:relative;
	width:768px;
	padding:7px 0 0 0;
	margin:auto;
	color:#333;
	text-align:center;
	border-top:1px solid #333;
	padding-bottom:5px;
}

#footer a:link, #footer a:visited{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0px 10px 0px 10px;

}

#footer a:active, #footer a:hover{
	color:#666666;
	text-decoration:none;
}

/* Classes */
.error{
	color:#CC0000;
	font-weight:bold;
}

.clear{
	clear:both;
}

.clear_left{
	clear:left;
}

.c1 {
	float:left;
	padding:10px;
	width:700px;
}

.c2{
	float:left;
	width:300px
}

.c3{
	float:left;
	width:150px
}

.c4{
	display:inline;
	float:left;
}

.c5{
	font-weight:normal;
	display:inline;
	float:left;
	padding-right:40px;
}

	.c5 h2{
		margin:0;
		padding:0;
	}

.c6{
	font-weight:bold;
	display:inline;
	float:left;
	padding-right:40px;
}

	.c6 h2{
		margin:0;
		padding:0;
	}

.d1{
	background:#DDDDDD;
}

	.d1 h2{
		color:#FFF;
		font-size:16px;
		padding:5px;
		font-weight:bold;
		background:#BBBBBB;
	}

.d2{
	padding:10px;
}