/* HEADER */

body {
	margin: 25px 0px 0px 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align:center;
}


#menubox {
	margin:auto;
	width: 750px;
}

#sidebox {
	margin:auto;
	width: 140px;
	background-color: #eee;
	text-align: left;
        float: left;
	padding-left: 10px;
}

#content {
       width: 600px;
	background-color: #eee;
	text-align: left;
}

#mainbox {
	margin:auto;
	width: 750px;
	background-color: #eee;
	text-align:left;
}


#about {
	width:150px;
	height:30px;
	display:block;
	float:left;
}

#about a {
   background: url("/img/about_sm.jpg") top left no-repeat;
}

#about a:hover {
   background-position: -150px 0px;
}


#news {
	width:150px;
	height:30px;
	display:block;
	float:left;
}

#news a {
   background: url("/img/images_sm.jpg") top left no-repeat;
}

#news a:hover {
   background-position: -150px 0px;
}


#screenings {
	width:150px;
	height:30px;
	display:block;
	float:left;
}

#screenings a {
   background: url("/img/screenings_sm.jpg") top left no-repeat;
}

#screenings a:hover {
   background-position: -150px 0px;
}

#outreach {
	width:150px;
	height:30px;
	display:block;
	float:left;
}

#outreach a {
   background: url("/img/outreach_sm.jpg") top left no-repeat;
}

#outreach a:hover {
   background-position: -150px 0px;
}

#press {
	width:150px;
	height:30px;
	display:block;
	float:left;
}

#press a {
   background: url("/img/press_sm.jpg") top left no-repeat;
}

#press a:hover {
   background-position: -150px 0px;
}

h2 {
	font-weight:bold;
	font-size:14px;
	margin:5px 0px 5px 0px;
	color: #666;
}

h3 {
	font-weight:bold;
	font-size:13px;
	padding-top:5px 0px 5px 0px;
	padding-bottom:5px;
	color: #666;
}


a {
	color:#0045C1;
}

a:hover {
	color:#03A1E0;
}
