/* CSS Document */
body {
	width:750px;
	margin:0px auto 0px auto;
	padding:0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
img { border:0px;}
h3 {font-size:1.2em;}
h2 {margin:0px 0px 10px 0px;}
ul {padding:0px;}
a:link, a {color:Black; text-decoration:none;}
a:hover {color:#ffa800;}
	
	
#search 
{
	background:url(images/search.gif);
	padding:3px 15px 2px 15px;
	_padding:0px 15px 0px 15px;
	height:25px;
	}
	
#container {
	border-left:14px #ffa800 solid;
	border-right:14px #ffa800 solid;
	background-color:#d7d7d7;
	padding-bottom:20px;
	text-align:center;
	margin:0px auto 0px auto
	}
	
#content {
	margin:0px auto 0px auto;
	text-align:center;
	}
		
#footer {
	background-image:url(images/footer.gif);
	height:18px;
	text-align:right;
	padding-right:25px;
	}
/*top boxes*/

#new {
	margin:00px auto 20px auto;
	padding-bottom:80px;
	_padding-bottom:0px;
	width:604px;
	text-align:center;
	}
	
#comments {
	background-image:url(images/new.gif);
	width:302px;
	height:92px;
	float:left;
	font-size:0.8em;
	_font-size:1em;
	}

#graves {
	background-image:url(images/new.gif);
	width:302px;
	height:92px;
	float:right;
	font-size:0.8em;

	}



	
/* Random Table styles*/
#grave {
	margin-left:60px;
	margin-right:60px;
	text-align:center;
	margin-bottom:10px;
	border:#ffa800 1px solid;
	background-color: #ebebeb;
	width:600px;
	padding:5px;
}

.info li
{	
	list-style:none;
	padding:5px 0px;
	font-weight:bold;
}
.info li span
{
	font-weight:normal;
}

#grave tr td {
	text-align:left;
	padding:5px;
}

#tcomments{
	}

#tcomments tr {
border:1px;
}

#tcomments tr td {
border:#ffa800 1px solid;
background:#fff;
padding:5px;
}

/* Comment Styles */
#post {
	border: 1px #ffa800 solid;
	background-color:#ebebeb;
	width:580px;
	text-align:center;
	padding:10px;
	margin:15px auto 0px auto;
	}
	
/* Grave Posting */
#postinggrave 
{
margin:0px 60px 0px 60px;
}

#postinggrave tr td {
	text-align:left;}
	
/* form links*/
form, form a, form a:link {
font-size:1.1em;
text-decoration:none;
color:#000000;
}

form a:hover {
color:#ffa800;
}

.images 
{
	width:280px;
}