body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background: url(images/bg2.jpg) repeat-x #d0d0d0;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}

h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0;
	margin: 0px;
}

h2 {
	color: #FF0;
}

h3 {

}

a {
	color: #ffff00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 900px;
	margin: auto;
	background: url(images/bg-header.jpg) repeat-y #000000;
	border-bottom: #E97B1B 5px solid;
}

#logo {
	text-align: center;
}

#top-menu {
	color: #ffffff;
	float: right;
	padding: 10px;
	margin-top: 75px;
}

#top-menu a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
}

#focus-wrapper {
	border-bottom: 5px solid #FFFF00;
	width: 900px;
	margin: auto;
	background: url(images/bg-header.jpg) repeat-y #333333;
}

#menu {
	float: left;
	width: 208px;
	height: 220px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#menu a {
	display: block;
	width: 80%;
	border-bottom: 1px solid #aaaaaa;
	color: #eeeeee;
	text-transform: uppercase;
	margin: auto;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFF00;
}

#focus {
	float: left;
	width: 692px;
	height: 300px;
}

#body-wrapper {
	background: url(images/bg-body.jpg) -2px 0px #2A2B2D repeat-y;
	width: 900px;
	margin: auto;
	border-bottom: 5px solid #FFFF00;
}

#left-column {
	float: left;
	width: 209px;
}

#left-column-content {
	width: 171px;
	margin: 10px auto;
}

#right-column {
	float: left;
	width: 600px;
}

#right-column-content {
	padding: 20px;
}

#footer {
	width: 840px;
	margin: auto;
	padding: 20px 30px;
	background: #000;
}

/*************STYLES***************/

.yellow {
	color: #ffff00;
}

.bold {
	font-weight: bold;
}

.white {
	color: #ffffff;
}

.font-upper {
	text-transform: uppercase;
}

img.magnify {
	margin-bottom: 10px;	
}