* { 
margin : 0;
padding : 0;
}

html {
	font-size: 12px;
}

body    {
font-family : "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
background : #000;
color : #fff;
}

img {
	border:0px;
}

a { color : #fff; text-decoration : underline; }

ul {
}

li {
list-style-type : none;
display: inline;
padding-right: 1em;
padding-left: 1em;
}

p {
	margin-top: 2em;
	margin-bottom: 2em;
}

fieldset {
padding : 0;
border : 0px solid #fff;
}

#hdr {
	padding-top: 25px;
	padding-bottom: 63px;
	width: 760px;
	margin: auto;
}

#main {
	clear: both;
	margin:auto;
	width: 760px;
}

#content {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#site_nav {
	width: 760px;
	margin: auto;
	text-align: center;
	background-color: #2b2b2b;
}

#home_logo {
	margin: auto;
}

#lovett_logo {
	float: left;
	background-image: url(../img/black/logo.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 263px; 
}


#screen-switcher {
	margin-top: 5px;
	float: right;
	text-align: right;
}

#home_logo {
	background-image: url(../img/black/home-logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 321px; 
}

#container {
	width: 460px;
	margin: auto;
}

#section_header {
	width: 760px;
	height: 247px;
	background-image: url(../img/black/ad_synopsis.jpg);
	background-repeat: no-repeat;
}

#section_header_logo {
	width: 200px;
	height: 63px;
	background-image: url(../img/black/small_logo.jpg);
	background-repeat: no-repeat;
}

#section_content {
	margin-top: 2em;
	margin-left: 15px;
	
}

#sub_links {
	width: 500px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

#sub_links > ul > li {
	display: block;
}

#footer {
	width: 760px;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}

.centered {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}
.roundedcornr_box {
   background: #2b2b2b;
}
.roundedcornr_top div {
   background: url(../img/black/cornr/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../img/black/cornr/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../img/black/cornr/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../img/black/cornr/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 15px; }
abbr {
	color: #FFF300;
}
