/* CSS Document */
body {
	background-color: #f7f7f7;
	margin:0px;
	margin-bottom:10px;
}

#container {
width:820px;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
}

#header {
height:68px;
background-image:url(images/headerbg.jpg);
background-repeat:repeat-x;
border-bottom:medium solid #dd1407;
}

#logo {
float:left;
}

.navbutton {
position:relative;
top:40px;
text-align:right;
}

#photo {
border-bottom:medium solid #dd1407;
}

#leftcol {
width:500px;
float:left;
padding:5px;
background-color:#FFFFFF;
}

#rightcol {
width:285px;
float:right;
margin-top:5px;
margin-right: 5px;
background-color:#cce1fc;
padding:10px;
font-size:12px;
}


#rightcol ul {
	padding:10px;
	margin:10px;
	}

#rightcol ul li {
	margin-top: 15px;
	
	}

#copyheader {
background-color:#ddecc2;
}

#copy {
padding-left:10px;
padding-right:10px;
}

#synopsisheader {
margin-bottom: 15px;
}

#footer {
clear:both;
background-color:#ddecc2;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
text-align:center;
position:relative;
top:5px;
padding:5px;
font-size:10px;
}

#address {
font-weight:bold;
font-size:18px;
padding:20px;
}

#custlogin a{
font-size:10px;
font-weight:bold;
color:#000000;

}