/*
 *
 * CSS Reset from http://meyerweb.com
 *
 *
 */
 
 /* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
   
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
 *
 * End of CSS Resest
 *
 *
 */
 


a {
    text-decoration: none;
    outline: none;
}
    

body {
    color: #fff;
    background-color: #333333;
}

#page_wrapper {
    background: url(../images/bg_page.jpg) repeat-x 0 0;
    float: left;
    width: 100%;
}

#page {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/*
 * Header styles
 */

#header {
    background: url(../images/bg_header.jpg) no-repeat;
    float: left;
    width: 960px;
    height: 400px;

}

#navigation {
    margin-top: 32px;
}

#navigation ul {
    float: right;
    list-style-type: none;
}

#navigation ul li {
    font: 200 14px Helvetica;
    float: left;
    margin-left: 40px;
}

#navigation a {
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-decoration: none;
}

#navigation ul li a:hover {
    background-color: #000;
}

#navigation li a.thispage {
    background-color: #B23424;
}


#navigation a.email_link {
    color: #fff9d2;
    font: 200 12px Helvetica;
    float: right;
    clear: right;
    margin-top: 35px;
}

#navigation a.email_link:hover {
    color: #fff;
}



/*
 *
 * Main content styles
 *
 */

#content {
    margin-top: 40px;
    margin-bottom: 80px;
    width: 960px;
    padding: 0;
    display: block;
    float: left;
}

#main {
    width: 640px;
    float: left;
}

.two_column {
    width: 640px;
}

.two_column h1 {
    border-top: #505050 1px solid;
    border-bottom: #505050 1px solid;
}

.left_column {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.right_column {
    width: 300px;
    float: right;
}



h1 {
    color: #fff;
    font: 400 19px Helvetica;
    line-height: 28px;
    padding: 40px 0 40px 0;
}

h2 {
    color: #fff;
    font: 400 18px Helvetica, sans-serif;
    margin: 40px 0 30px 0;
}

h3 {
    color: #fff9d2;
    font: 400 16px Helvetica;
    margin: 30px 0 15px 0;
}

h4 {
    color: #fff9d2;
    font: 400 15px Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

p {
    color: #fff;
    font: 14px Helvetica;
    line-height: 24px;
    margin-bottom: 20px;
}

img.promo {
    width: 300px;
    height: 160px;
    background-color: #fff;
    margin: 10px 0 10px 0;
}

.bain {
    color: #fff9d2;
}





/*
 *
 * Right sidebar styles
 *
 */
 
#right_sidebar {
    width: 280px;
    height: 540px;
    float: right;
    background-color: #222;
}

#right_sidebar img {
    margin:20px;
}



/*
 *
 * Footer styles
 *
 *
 */
 
#footer {
    width: 960px;
    clear: both;
    text-align: center;
    margin-bottom: 50px;
}

#footer p {
    color: #808080;
    font: 12px Helvetica;
    text-align: center;
}

#footer a {
    color: #b9a471;
    font: 12px Tahoma;
}

#footer a:hover {
    color: #fff9d2;
}