/* -------------------------------------
/*  html, body
/* -------------------------------------*/
 
 
html {
	text-align:				center;	
	color:					#dfd2c3;
	font:					12px Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:			1.2em;
	background:				#000 url(/images/uploads/aob/site/bg-html.jpg) repeat-x top left;
}
 
 
html, body {
	margin:					0;
	padding:				0;
/*	height:					100%;*/
	
}
 
body {
	background-color:		#000;
	
	color:					#ccc;
	font:					12px Trebuchet, "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:				left;
	width:					940px;
	margin:					0 auto;
	line-height:			1.4em;
/*	border: 1px solid #999;*/
}
 
/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/
 
p, div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:					0;
	padding:				0;
}
 
img {
	margin:					0;
	padding:				0;
	border:					0;
}
 
ul {
	list-style:				none;
}
 
a {
	outline:				0;
	color:#f7c600;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
cite { font-style: normal;}
.alert {
 font-weight: bold;
 color: #990000;
}

p
{
	margin-bottom:1.2em;
}