body{
	background-color:#212529;
	background-image:url(/assets/images/bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-family: Arial, Helvetica, sans;
}
h2{
	font-size:1.5em;
	padding-bottom:5px;
}
h3{
	font-size:1.2em;
	margin:15px auto;
	color:#BDEC06;
}
h4{
	font-size:1.2em;
	margin:15px auto;
}
a{
	color: #60A0DC;
	text-decoration:none;
}
a:hover{
	color: #80D6FF;
}
p{
	margin:5px 0px 15px 0px;
	font-size:1em;
	line-height:1.5em;
}
strong{
	font-weight:bold;
}
#container{
	margin:0px auto;
	width:770px;
	background-image:url(/assets/images/spraylogo.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:left;
}
#header{

}
#header h1{
	display:none;
}
#header a{
	background-image:url(/assets/images/logo.jpg);
	background-repeat:no-repeat;
	display:block;
	width:441px;
	height:122px;
}
#menu{
	width:500px;
	margin-bottom:15px;
}
#left{
	width:500px;
}
#right{
	margin-top:100px;
	width:250px;
	float:right;
}
#footer{
	clear:both;
	font-size:0.8em;
	text-align:center;
	color:#999999;
}
#footer ul li{
	display:inline;
}
#footer ul li:after {
	content: " | ";
}
		
#footer ul li.last:after {
	content: "";
}

#photobar li{
	width:100px;
	height:100px;
	border:5px solid #CCCCCC;
	margin:10px;
	float:left;
}


#forumposts li{
	border-bottom:1px solid #666666;
	margin:5px 0px 5px 5px;
	padding:3px;
}

.callout{
	width:175px;
	border:3px solid #666666;
	background-color:#333333;
	padding:5px;
	margin:10px;
	float:right;
	font-size:2em;
}