@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: url(images/main_bg.png) top center repeat;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
a:link, a:visited, a:active {
	font-family:Tahoma, Geneva, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 14px;
color: #A4162E;
text-decoration: none;
}
a:hover {
	color: #A4162E;
	text-decoration: underline;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	background:url(images/header.jpg) top center no-repeat;
	height: 234px;
}
#menu {
	width: 100%;
	height: 40px;
	background-color: #c50427;
}
ul {
	margin-left: 270px;
	list-style: none;
position: absolute;
margin-left: -230px;
left:50%;
}
li {float: left;
margin-right: 45px;
}
li a.thispage:link, li a.thispage:visited, li a.thispage:active {
	font-family:Tahoma, Geneva, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 18px;
color: #ffffff !important;
line-height: 40px;
text-decoration: none;
}
li a:link, li a:visited, li a:active {
	font-family:Tahoma, Geneva, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 18px;
color: #C3C5C8;
line-height: 40px;
text-decoration: none;
}
li a:hover {
	color: #ffffff;
}
#advertising{
	background-color: #000000;
	width: 100%;
	height: 125px;
}
#breadcrumbs {
	height: 22px;
	width: 850px;
	padding-left: 185px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	background-color: #c50427;
	line-height: 22px;
}
#content {
	position: relative;
	width: 100%;
}
#text {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
}
#james_logo {
	background:url(images/beam_logo.png) top left no-repeat;
	position: absolute;
	width: 27px;
	height: 164px;
	top: 250px;
	left: 11px;
    left: 50%;
    margin-left: -490px;
}
h2 {
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	margin-bottom: 10px;
}
p strong {
	font-weight: bold;
}
#footer {
	min-height: 40px;
	position: relative;
	width:1000px;
}
