@charset "utf-8";
/* BrettBasanez.com CSS Document */
body
{
	background: #0B203D;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F6E81;
	line-height: 16px;
}
a
{
	color: #DD4814;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
img
{
	border: 0;
}
#top-bg
{
	background: url(images/main-bg.jpg) repeat-x top;
	height: 475px;
}
#left-img
{
	background: url(images/img-left.png) no-repeat;
	width: 431px;
	height: 475px;
}
#right-img
{
	background: url(images/img-right.png) no-repeat;
	width: 454px;
}
#bar
{
	background: url(images/bar.jpg) repeat-x;
	height: 27px;
}
#footer
{
	padding: 50px 30px;
}