@charset "utf-8";
/* CSS Document */
/*
*{
	margin:0px;
	padding:0px;
}
*/
body {
	background: #d88e13;
	/*background: blue url(http://htmldog.com/r/logo.gif);*/
}
#container {
	background:url(images/body2.gif) repeat-y;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-family: Georgia, "Courier New", Courier, monospace;
}
#header {
	height: 242px;
	/*background:url(http://citizensforsocialjustice.com/match/app/webroot/css/images/header.jpg) no-repeat;*/
	background-image:url('images/header2.gif');
}
#footer {
	background:url(images/footer2.gif) repeat-y;
	color: #d2d3d5;
	font-size:11px;
	text-align: center;
	/*letter-spacing: 2px;*/
}
#bodyEnd{
	background:url(images/bodyEnd2.gif) no-repeat;
	height: 69px;
	clear:both;
}
#content {
	width: 333px;
	float: left;
	margin: -30px 0 -30px 100px;
	color: #d2d3d5;
}
h1 {
	font-variant: small-caps;
	font-style:oblique;
	font-size:large;
	line-height:50%;
}
#news {
	width: 250px;
	float: left;
	margin: 0px 0 0 87px;
	color: #1e3666;
}
#container input { 
	color: #949599; 
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color:#1c1e4f; 
	border:1px solid; 
	border-color: #949599; /*#696 #363 #363 #696; */
}
