body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.jpg);
}
* {margin: 0px;padding: 0px;}
#graffiticontainer {
	margin: 10px auto;
	text-align: left;
	width: 1000px;
	background-image:url(images/graffitifontback.gif);
}
#serifcontainer {
	margin: 10px auto;
	text-align: left;
	width: 1000px;
	background-image:url(images/seriffontback.gif);
}
#main {
	width: 800px;
	margin-left:100px;

	
}
/******************** header ********************/
#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-image:url(images/contentbg.jpg);
	padding: 3px 5px 3px 1px;
	border: solid black 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#2b3d6d;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	height:19px;
	padding:3px 6px 0px 6px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:800;
	display:block;
}
#hovertext {
	width:740px;
	margin: 2px 0px 2px 25px;
	background-image:url(images/contentbg.jpg);
	padding: 3px 5px 3px 5px;
	border: solid black 1px;
	font-size: 12px;
	color: #2b3d6d;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, ul, span, blockquote, hr{font-family: Arial, Helvetica, sans-serif;}
#newsbox{
	width:500px;
	background-color:#F5A9A9;
	border-bottom:solid 3px #DF0101;
	margin: 0px auto;
	padding: 3px 0px;
	font-size:14px;
	text-align:center;
	font-color:#DF0101;
}
#newsbox a{
	color:#DF0101;
	font-weight:800;
	text-decoration:none;
}
#newsbox a:hover{
	text-decoration:underline;
}
#content {
	width:750px;
	margin-left:25px;
	background-image:url(images/contentbg.jpg);
	border: solid black 1px;
}
#left {
	margin: 20px;
}
#left p {
	font-size: 12px;
	color: #2b3d6d;
	padding: 5px 0px;	
	text-indent:20px;
}
#left a{
	color: #2b3d6d;
	font-weight:800;
}
#left a:hover{
	color:#b5b5b5;
}
#left h1{
	font-size: 16px;
	color: #2b3d6d;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#left blockquote { 
	text-indent: 3em;
	font-size: 12px;
	color: #2b3d6d;
}
#left ul{
	margin-left:25px;
	font-size: 12px;
	color: #2b3d6d;
}
#left img{
	margin:10px;
}
#left a.bluebutton{
	height:25px;
	width:100px;
	text-indent:0px;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:800;
	display:block;
	background-color:#2b3d6d;
	padding:3px 6px 0px 6px;
	font-size:16px;
}
#left a.bluebutton:hover{
	color:#2b3d6d;
	background-color:#b5b5b5;
}
#right {
	float:right;
	width:260px;
	background-color:#2b3d6d;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 20px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#2b3d6d;
	font-weight:900;
}
#right a:hover{
	color: #b5b5b5;
}
#right h1{
	font-size: 16px;
	color: #FFFFFF;
	display:inline;
	font-weight:900;
}
#rightclear {
	float:right;
	width:260px;
	font-weight:900;
	padding: 10px 20px;
	margin: 0px 20px 38px 0px;
	display:inline;
	text-align:right;
}
#rightclear p{
	padding: 7px 0px;
}
#rightclear a{
	color:#2b3d6d;
	font-weight:900;
}
#rightclear a:hover{
	color: #b5b5b5;
}
#rightclear h1{
	font-size: 16px;
	color: #052d4e;
	font-weight:900;
}
#full {
	float:left;
	width:700px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#full p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#full a{
	color: #2b3d6d;
	font-weight:800;
}
#full a:hover{
	color:#b5b5b5;
}
#full h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#full span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#full ul{
	margin-left:25px;
}
#full blockquote {
	text-indent: 3em;
}
#bar {
	float:left;
	width:100px;
	display:inline;
	margin: 20px 0px 30px -120px;
	background-color: #a5cae5;
	text-align: center;
}
#bar p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;
}
#bar a{
	color: #2b3d6d;
	font-weight:800;
}
#bar a:hover{
	color:#b5b5b5;
}
#bar h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
	padding: 5px 0px;
}
.post {
	margin-top:20px;
}
.post a{
}
.post a:hover{
}
.post p{
}

/******************** Footer ********************/
#footer {
	width:750px;
	margin-left:25px;
	text-align:center;
	color:#FFFFFF;
	padding: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a{
	color:white;
	font-weight:800;
}
#footer a:hover{
	color:#2b3d6d;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


