@charset "utf-8";
/* CSS Document */
body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0px;
	color:#999;
	text-align:center;
	margin:0px auto;
	background-color: #F1F1F1;
}
a
{
	text-decoration: none; color:#999;
}
a:hover 
{
	text-decoration: none; color:#09C;
}


#top_bar 
{
	background-image: url(http://localhost/evofilms/deploy/assets/admin/images/noflash/shadow_bar_top.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#header
{
	background-image: url(http://localhost/evofilms/deploy/assets/admin/images/noflash/scratches_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top:40px;
	padding-bottom:40px;
	margin:0px;
	padding-right: 0px;
	padding-left: 0px;
}

#logo 
{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	text-align:left;
	/* border: 1px dashed #F00;	*/
}

#adnam 
{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	text-align:right;
	font-size:12px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
#adnam a
{
	text-decoration: none; color:#666;
}
#adnam  a:hover 
{
	text-decoration: none; color:#09C;
}

#content_bar 
{
	background-color: #FFF;
	padding: 20px;
}

#content {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;	/* border: 1px dashed #F00; */
		text-align:left;
}


#bottom_bar 
{
	background-image: url(http://localhost/evofilms/deploy/assets/admin/images/noflash/shadow_bar_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer
{
	background-image: url(http://localhost/evofilms/deploy/assets/admin/images/noflash/scratches_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:127px;
}


.connect_box
{
	float:left;
	width:240px;
	margin-right:90px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #09C;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.connect_box h2, h3
{
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	
}

.connect_box h2
{
	font-size:20px;
 	color:#09C;
	font-weight:normal;
}
.connect_box h3
{
	font-size:14px;
 	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.connect_box p
{
	padding:0px;
	margin:0px;
	line-height:18px;
	
}

.spacer
{
	clear:both; height:20px;	
}
