/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
margin: 0;
padding: 0;
}
/* Remove list styling */
ol, ul {
list-style: none;
}
/* links */
a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #000000}
a:active {color: #000000}

html {
text-align: center;
}

body {
position: relative;
width: 800px;
margin: 0 auto;
text-align: left;
font-family: Georgia, serif;
font-size: 12px;
color: #FFFFFF;
background-color: #35180A;
}
#branding {
position: relative;
height: 157px;
background: transparent url(images/branding.gif) no-repeat 0 0;
width: 100%;
}
#branding blockquote {
position: absolute;
top: -9999px;
}
#branding2 {
position: relative;
height: 190px;
background: transparent url(images/branding.gif) no-repeat 0 0;
width: 100%;
}
#branding2 blockquote {
position: absolute;
top: -9999px;
}
#screeningsphoto {
position: absolute;
top: 250px;
left: 68px;
}
h1 {
position: absolute;
text-indent: -9999px;
}
h2 {
font-size: 18px;
font-weight: 600;
color: #FFFFFF;
}
h3 {
font-size: 18px;
font-weight: 600;
color: #232D68;
margin-bottom: 10px;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#content_index {
position: relative;
width: 100%;
}
#content {
position: relative;
width: 462px;
margin-left: 67px;
background: transparent url(images/contentbg.gif) no-repeat 0 0;
padding-top: 28px;
padding-left: 185px;
padding-bottom: 15px;
padding-right: 20px;
margin-bottom: 15px;
}

/* navigation */
#nav_main {
position: absolute;
right: 0;
top: 0;
padding: 10px 0;
text-align: right;
font-size: 11px;
color: #FFFFFF;
}
#nav_main ul {
list-style: none;
display: inline;
margin: 0;
padding: 0;
}
#nav_main li {
display:inline;
}
#nav_main li a:link, #nav_main li a:visited {
color: #FFFFFF;
text-decoration: none;
}
#nav_main li a:hover {
text-decoration: underline;
}

/* footer */
#site_info {
color: #CCCCCC;
padding: 4px;
text-align: center;
font-size: 10px;
margin-bottom: 20px;
}

#buy_online {
	position: absolute;
	top: 105px;
	right: 132px;
	z-index: 20;
	font-weight: bold;
	font-size: 15px;
}
