@charset "utf-8";
/* CSS Document */

#warning{
color:red;
font-size:18px;
}

body{
	background-color:#ffffff;
	background-image:url(images/pattern.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top: 60px;
	margin-bottom: 60px;
}

p{
	margin-left:3px;
	margin-right:3px;
}

#wrap{
	width:900px;	
	margin: 0 auto; 
	text-align: left;
}


#top{
	width:900px;
	height:24px;
	margin-bottom:6px;
	border-bottom:1px solid grey;
}

#bottomContainer{
	width:900px;
}

#footer{
	width:896px;
	text-align:center;
	background-color:#FFF;
	background-image:url(images/contentBox_back.png);
	background-repeat:repeat-x;
	border:2px solid white;
}

#bottomLeft{
	width:647px;
	float:left;
}

#bottomFiller{
	width:6px;
	height:1px;
	float:left;
}

#bottomRight{
	width:247px;
	float:left;
}

#footerFiller{
	width:1px;
	height:6px;
	clear:both;
}

#menu{
	float:right;
	margin-top:5px;
}

#menu a{
	color:#FFF;
	font-weight: bold;
	text-decoration:none;
	margin-left:20px;
	padding:2px;
}

#menu a:hover{
	background-color:#8e1816;
}

#bottomBanner{
	width:647px;
	height:270px;
	margin-bottom: 6px;
}

#bottomContent{
	width:643px;
	background-color:#FFF;
	background-image:url(images/contentBox_back.png);
	background-repeat:repeat-x;
	border:2px solid white;
}

#rightContent{
	width:243px;
	background-color:#FFF;
	background-image:url(images/contentBox_back.png);
	background-repeat:repeat-x;
	border: 2px solid white;
}

.newsPost{
	width:643px;
	margin-bottom:30px;
}

.newsTitle{
	font-weight:bold;
	font-size:15px;
	color:#8e1816;	
}

.newsContent{
	text-align:justify;
	padding:3px;
	margin-top:3px;
	margin-bottom:5px;
}

.newsComment{
	float:right;
}

.newsComment a{
	color:#000;
}

.newsComment a:hover{
	font-weight:bold;
	color:#fff;
	background-color:#8e1816;
}

.newsPostedBy{
	color:#666;
	font-style:italic;
	font-size:10px;
	font-weight:100;
	float:left;
	margin-left:5px;
}

.newsPostedByComment{
	color:#666;
	font-style:italic;
	font-size:10px;
	font-weight:100;
	margin-left:5px;
}

.commentForm{
	width:633px;
	margin-left:5px;
	margin-bottom: 20px;
}

.inputName{
	width: 165px;
}

.submitComment{
	width:165px;
	border:2px solid #8e1816;
	background-color:#999;
}

.inputField{
	border:1px solid #8e1816;
	background-color:#CCC;
}

a{
	color:#000;
}

a:hover{
	font-weight:bold;
	color:#fff;
	background-color:#8e1816;
}
