/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background:#262626;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#ffffff;
	background-image:url(../images/background2.gif);
	background-repeat:repeat-y;
	background-position: 958px 0;
	/*background-repeat: repeat-y;*/
}

html, body { height: 100%; }

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.divider{
	padding:0px;
	margin: 0px 2px 0px 10px;
	color:#3E3E3E;
	position:relative;
	top: -2px;
}

/*******************************************************
Links
/********************************************************/
img.noborder{
	border-style:none;
}
/*******************************************************
Links
/********************************************************/
a.readmore{
	margin:5px 0 0 0;
	color:#FFE19E;
	text-decoration:none;
	text-transform: uppercase;
	background-image: url(/media/images/arrow.gif);
	background-repeat: no-repeat;
	background-position:1% 40%;
	padding: 0 0 0 14px;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.readmore:hover
{
	text-decoration:underline;
}

#content a,
a.link
{
	color:#FFE19E;
	text-decoration:none;
	background-repeat: no-repeat;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


a.email
{
	color:#FFE19E;
	text-decoration:none;
	background-repeat: no-repeat;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: none !important;
}

a.clientmovielist{
	text-transform: none !important;
}

a.email:hover
{
	text-decoration:underline;
}


a.link,
#content a,
{
	color:#FFE19E;
	text-decoration:none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.link:hover,
#content a:hover
{
	text-decoration:underline;
}


#container{
	width: 941px;
	margin: 0 0 0 0;
	padding: 0 0 0 14px;
	
	background-color:#262626;	
}

#inner{	
	width: 940px;
}

#header{
	width:921px;
	padding: 15px 0px 33px 0px;
}


h1.image {
color:#ffffff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:175%;
line-height:1.6em;
}

h2.image {
color:#989898;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:1.1em;
text-transform:uppercase;
}

/*******************************************************
Font
************************************************/
span.title,
span.contact_name
{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	padding:5px 0pt 0pt;
}

.featured_index{
	padding:3px 0 0 0;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	position:relative;
	top: -2px;
}
/*******************************************************
Form
************************************************/
.inputText{
	border: 1px solid #A9A9A9;
	background:#262626;
	padding:2px;
	color:#ffffff;
	width:203px;
}

#password{
	float:left;
}

input.send-btn {
	padding: 10px 0 0 10px;
	float:left;
	color:#FFE19E;
	border-style:none;
	width:50px;
	text-decoration:none;
	background-repeat: no-repeat;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/submitbutton.gif) no-repeat;
}



p{
	line-height:1.3em;
}
/************************************************

                     Main navigation

************************************************/
#navigation_bottom{
	border:solid #cccccc;
	border-width: 1px 0 0px 0;
	width:919px;
}

#navigation{
	width:921px;
	border-width: 0px 0px 0px 0px;
	/*border-width: 0px 0px 1px 0px;
	
	border-bottom-style:solid;
	border-color: #A9A9A9;*/
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul
{
	list-style: none;
} 

#navigation li
{
	float: left;
	border:1px solid #262626;
} 

#navigation li a
{
	display:block;
	float: left;
	font-size:90%;
	width: 102px;
	height: 24px;
	color: #ffffff;
	text-decoration:none;
	vertical-align:middle;
	line-height: 2em;
	background-repeat:no-repeat;
	background-position: 100% 0%;
	background-image: url(../images/menu_right_corner.gif);
	top: 4px;
	left: -1px;
	position:relative;
}

span.menu
{
	display:block;
	margin: -1px 0px 0px 10px;
}


#navigation li a:hover
{
	display:block;
	float: left;
	width: 102px;	
	color: #5D5D5D;
	text-decoration:none;
	vertical-align:middle;
	line-height: 2em;
	left: -1px;	
	background: #FFBC00 url(../images/menu_right_corner.gif) no-repeat 100% 0%;
}

/*
#service_pg #navigation li a#services,
#feature_pg #navigation li a#featured,
#press_pg #navigation li a#press,
#contact_pg #navigation li a#contact,
#login_pg #navigation li a#login,
*/
#contact_pg #navigation li a#contact,
#press_pg #navigation li a#press,
#login_pg #navigation li a#login,
#services_pg #navigation li a#services,
#profile_pg #navigation li a#profile,
#home_pg #navigation li a#home,
#featured_pg #navigation li a#featured
{
	display:block;
	float: left;
	width: 102px;	
	height:28px;	
	color: #FFBB0A;
	text-decoration:none;
	vertical-align:middle;
	line-height: 2.4em;
	position:relative;
	top: 3px;
	left: -1px;	
	background: url(../images/menu_active_background.gif) no-repeat;
}



/* menu background color */
#home{
	background:#7F7F7F;
}

#profile{
	background:#6C6C6C; 
}

#services{
	background:#656565;
}

#featured{
	background:#5D5D5D ;
}

#press{
	background:#555555;
}

#contact{
	background:#4D4D4D;
}

#login{
	background:#444444;
}

#empty{
	background: url(../images/menu_empty.gif) repeat scroll 0%;
	height:24px;
	position:relative;
	top:4px;
	width:191px;
	left: -1px;
}

/* for round corner */
.corner_right{
	position:relative;
	border: none;
	text-align:left;
	vertical-align:top;
	display: block !important;
}


/************************************************

                     Sub navigation

************************************************/
#nosubnav{
	height:15px;
}
#subnavigation{
	width:917px;
	border-width: 0 1px 0px 1px;
	margin: 0 0 25px 0;
	border-style:solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-color: #A9A9A9;	
	height: 27px;
	font-size:1.1em;
	position:relative;
	top: -15px;
}

#subnavigation ul
{
	list-style: none;
} 

#subnavigation li
{
	float: left;
	padding: 7px 4px 0pt 7px;
} 

#subnavigation li a
{
	display:block;
	float: left;
	font-size:80%;
	
	color: #ffffff;
	text-decoration:none;
}

#subnavigation li a.active{
	color: #FFBB0A;
}

#subnavigation li a:hover{
	text-decoration:underline;
}


#subnavigation_inner{
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color: #A9A9A9;	
	height:27px;
}
/************************************************

                     Content

************************************************/

#content{
	height:100%;
	top: -20px;
	position:relative;
}

h1.page_title{
	margin:0px 0 29px 0;
	font-size: 20px;
}

h1#title{
	margin:0px 0 27px 0;
	font-size: 22px;
	font-weight:normal;
}

#content > h1{
	margin:0px 0 29px 0;
	font-size: 20px;
}

#content > h2{
	padding:18px 0 5px 0;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFBC00;	
}


#content > h3{
	padding:5px 0 5px 0;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFBC00;	
}


.col_1_l{
	width: 401px;
	padding: 0 15px 0 0;
	float:left;
}

.col_1_l > h1{
	padding: 5px 0 0 0;
}

.col_1_r{
	width: 505px;
	padding: 0 0px 0 0;
	float:left;
}

.col_feature_l{
	width: 401px;
	padding: 0 15px 0 0;
	float:left;
}

.col_feature_r{
	width: 505px;
	padding: 0 0px 0 0;
	float:left;
}


.col_2_l{
	width: 297px;
	padding: 0 119px 0 0;
	float:left;
}

.col_2_r{
	width: 505px;
	padding: 0 0px 0 0;
	float:left;
}

#content > .col_3_l{
	width: 401px;
	margin: 0 15px 0 0;
	float:left;
}

.col_3_l{
	width: 356px;
	margin: 0 0px 0 0;
	float:left;
}

#content > .col_3_r{
	width: 506px;
	margin: 0 0px 0 0;
	float:left;
}

.col_3_r{
	width: 506px;
	margin: 0 0px 0 0;
	float:left;
}

.col_4_l{
	width: 193px;
	padding: 0 15px 0 0;
	float:left;
}

.col_4_m{
	width: 506px;
	padding: 0 15px 0 0;
	float:left;
}

.col_4_r{
	width: 193px;
	padding: 0 0px 0 0;
	float:left;
}

/* col 2 */


#col1{
	float:left;
}

#col1 p{
	/*padding: 30px 0 0 0;*/
}

#col2{
	float:left;
}

#col2 p{
	padding: 0 0 18px 0;
}
/* col 3 */
#col_left{
	float:left;
	padding: 0 14px 0 0;
}
#col_middle{
	float:left;
	padding: 0 14px 0 0;
}
#col_right{
	float:left;
	padding: 0 0px 0 0;	
}

/* row 2 ( top 1, bottom 2 ) */
#top{
}



#bottom1{
	float:left;	
	width: 416px;
}

#bottom2{
	float:left;
}

/************************************************

Profile > Clients

************************************************/
#profileclients_col1 p{
	width:402px;
	padding: 20px 0 0 0;
}

#profileclients_col2{
	width: 525px;
	margin: 15px 0 0 12px;
}


#profileclients_col2 .client{
	float:left;
	margin:0 16px 15px 0;
	width:89px;
	/*border: 2px solid #ffffff;*/	
}

#grouplist{
	padding:16px 0 0 0px ;
}

#grouplist ul{
	margin: 16px 0 10px 16px;
	list-style-type:none;	
	list-style-image: url(../images/line-bullet.gif);

}

/************************************************

Profile > Process

************************************************/
#process{
	padding:20px 15px 0 0;
	width:401px;
}

.processdescription{
	padding: 12px 0 0 0;
	margin: 0 15px 0 0;
}



#process_pics img {
	border: 2px solid #ffffff;

}

#process_pics .process_image{
	margin: 12px 0 42px 0;
}

/************************************************

Profile > Partnering

************************************************/

#partneringspace{
	padding:0px 0 0 0;
}
#partnering{
	padding:20px 15px 0 0;
	width:401px;
}

#partnering_pics img {
	border: 2px solid #ffffff;
}

#partnering_pics .partnering_pics{
	padding: 12px 0 42px 0;
}

#partnering_pics{
	padding: 12px 0 0 0;
}


#process_pics{
	width:401px;
}

.partnerdescription{
	padding:15px 0 0 0; 
}
/************************************************

Services

************************************************/
#service_col_left h2,
#service_col_middle h2,
#service_col_right h2
{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	padding:0px 0pt 0pt;
}

#service_col_left{
	width:298px;
}

#service_col_middle{
	width:298px;	
}

#service_col_right{
	width:298px;	
}

.service_sub_item_description{
	line-height:1.35em;
	width:297px;
	padding:0 0 2px 0;
}

.service_sub_item_title{
	padding:20px 0 0 0;
}
/************************************************

Services > Photography & Video

************************************************/
#photograph_video{
   margin:20px 15px 0  0;
   width:401px;
}

#photograph_video_pics{
	padding:16px 0 0 0;
	width:505px;
}

#partnering_pics img{
	border: 2px solid #ffffff;
}

.photograph_video_image{
	padding: 0 0 62px 0;
}
/************************************************

NCI Journal

************************************************/

#about{
	width: 191px;
	margin:0 16px 0 0;
}

#about p{
	padding: 23px 0px 0px 0px;
}

#news{
	width:506px;
}

#news img{
	border: 2px solid #ffffff;
}

#linkinterest{
	width:194px;
	padding:0px 0 0 0;
}



.link h2{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	padding:18px 0pt 0pt;
}

#nci_journal_space{
	padding:31px 0 0 0;
}

.news_item{
	padding: 0 0 27px 0; 
}
.news_title{
	padding: 10px 0 10px 0;	
}
/************************************************

Press

************************************************/
#pressdecription{
	width: 504px;
	padding:20px 0 0 0;
}

#mediareleases{
	padding:10px 0 0 0;
}


#pressclippings{
	padding:10px 0 0 0;
}

#mediareleases h2{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	padding:5px 0pt 0pt;
}

#pressclippings h2{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	padding:5px 0pt 0pt;
}


#press_bt1{
	width:402px;	
	padding:38px 0 0 0;
	margin:0 16px 0 0;
}

#press_bt2{
	width:402px;	
	padding:38px 0 0 0;
}

.release{
	padding: 0 0 20px 0;
}

.release p{
	line-height:1.3em;
}

.pressclipping{
	padding: 0 0 20px 0;
}

#media_release{
	width:506px;
	padding: 30px 15px 0 0;
}


.mediadescription{
	padding: 12px 0 0 0;
	margin: 0 0px 0 0;
}

#release_title{
	width:401px;
}

#media_release ul{
	float:none;
	padding: 0 0 0 20px;
}

/************************************************

Featured > list of videos

************************************************/
#featured_video{
	padding: 38px 15px 0 0;
	width:401px;
}

#featured_video h1{
	padding: 5px 0 0 0;
}

.featured_video_description{
	width:401px;
}
#featured_video_detail{
	padding: 31px 0 0 0;
}

#featured_video_description{
   margin:13px 0pt 15px 0;
   width:401px;
}


.movie_attribute{
  font-style:italic;
   padding: 0px 0 0 0;
   margin:0px 0pt 0pt;
}

#movie_description{
	padding: 0px 0 0 0;
	clear:left;
}

#featured_image_detail{
	padding:35px 0 0 0;
	width: 520px;
}

#featured_image_detail img{
	border: 2px solid #ffffff;
}

#featured_image_detail .smallpicture{
	float:left;
	width: 85px;
	padding: 15px 15px 0 0;
}

.movie_attributes{
	padding: 0px 0 0 0;
	margin: -15px 0  0 0;
}
/************************************************

Featured

************************************************/
#bottom{
	/*margin:27px 0 0 0;*/
}

.casestudy{
	float:left;
	margin: 12px 16px 22px 0;
	width: 192px;
	height:260px;
}

.casestudy .description{
	padding:14px 0 0 0;
}

.casestudy .description p{
	padding:2px 0 4px 0;
	line-height:1.3em;
}

.casestudy h2{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	padding:5px 0pt 0pt;
}

a.title_link{
	color:#FFBC00 !important;
	font-family:Verdana,Arial,Helvetica,sans-serif !important;
	font-size:1em !important;
	text-transform:none !important;
}
	
#top{
	height:100%;
}
#featuredprojects_bt img{
	border: 2px solid #ffffff;	
}

#featuredprojects_bt{
	padding-top: 27px;
	height:100%;
}

#featuredprojects_top{
	padding-top: 18px;	
}


#featuredprojects_top #movie{
	float:left;
	padding: 0 14px 0px 0;
	width: 507px;
}

#featuredprojects_top .description{	
	float:left;
	padding: 8px 1px 0 0;
	width: 404px;
}

#featuredprojects_top .description p{
	padding:13px 0 2px 0;
	line-height:1.3em;
}

#smallpictures .thumb .caption{
	display: none;
}

#featured_image_detail a.thumb.over img{
	border: 2px solid #FFBB0A;
}

#featured_image_detail a.thumb.active img{
	border: 2px solid #FFBB0A;
}


/************************************************

Profile > People > Biography

************************************************/

#peoplespace{
	padding:20px 0 0 0;
}

#biography{
	padding: 4px 0 0 0;
}

/*
#biography h1{
	color:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:2.2em;
}
*/

#biography h2{
	color:#989898;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.1em;
}

#biography img{
	border:2px #ffffff solid;
}

#biography_b1{
	width:400px;
}

#biography p{
	line-height:1.3em;
	padding: 0px 0px 22px 0;
}

#biography_b2{
	width:400px;
}

#profilepic{
	padding: 11px 0 21px 0;
}



/************************************************

                     Home page

************************************************/
#home_pg #colright{
	float:right;
	padding: 9px 19px 0 0;
	width:193px;
}

#home_pg #content{
	padding: 15px 0 0 0;
}

#home_pg h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #989898;
	font-size:1.1em;
}


/*
#home_pg #headpic img{
	border: 2px solid #ffffff;
}
*/

#headpic{
	padding:0px;	
	border: 2px solid white;
	margin-top:6px;
	float:left;
}

#home_pg #whatwedo{
	padding: 20px 14px 0 0;
	float:left;	
	width:400px;
}

#home_pg #whatwedo p{
	font-size:1.3em;
	line-height:1.2em;
	margin: 14px 0 0 0;
}

#home_pg #headline{
	padding: 20px 0 0 0;
	float:left;	
}

#home_pg #headline p{
	padding: 2px 0 2px 0;
	line-height:1.3em;
}

.headline_item h2{
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFBC00;	
	padding: 0px 0 0 0;
}

#home_pg .headline_item{
	width:300px;
	margin:17px 0 19px 0;
}

.project h2{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	padding:5px 0pt 0pt;
}

.project img{
	border: 2px solid #ffffff;
}

.project{
	padding: 12px 0 18px 0;
}

.project_description{
	width:185px;
	padding: 15px 0 2px 0;
}

.project_description p{
	padding: 2px 0 3px 0;
}
/************************************************

Profile > Background

************************************************/


#profile_pg #background_col1_hp{
	padding: 25px 0 0 0;
}

#profile_pg #background_col2_hp{
	padding: 15px 0 0 0;
}

#profile_pg #background_col1_pic{
	padding: 12px 0 0 0;
	float:right;
}


#profilebackground_col2text{
	width:401px;
	margin: 35px 15px 0 0;
	float:left;
}

.profilebackground_col1_text{
	padding:27px 0 0 0;
}

#background_space{
	padding: 15px 0 0 0;
}
/*
#profile_pg #col1 p{
	padding: 28px 0 0 0;
	line-height:1.3em;
}
*/
#profile_pg #col2 p{	
	width: 402px;
	line-height:1.3em;
}

/************************************************

Profile

************************************************/
.profile_item{
	padding: 14px 0 14px 0;
	float:left;
	width:310px;
	height:150px;
}

.profile_item img{
	border: 2px solid #ffffff;
	float:left;
}

.profile_item .discription{
	padding: 5px 0 0 14px;
	float:left;
	width:193px
}

.discription p{
	padding:0 0 3px 0;
}

.discription h3{
	color:#FFBC00;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1em;
	padding:0px 0pt 0pt;
}
/************************************************

Profile > People

************************************************/

#principals h3{
	padding: 10px 0 0 0;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFBC00;	
}

#principals img{
	border: 2px solid #ffffff;
}

#principals p{
	padding: 0 0 2px 0;
}


.principal{
	padding: 10px 26px 0 0;
	width:288px;
	float:left;
}

#principals .discription{
	padding: 12px 0 0 0;
}

#principals .jobtitle{
	padding: 0 0 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#ffffff;
	background-image:url(/media/images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}

.team_member{
	padding: 10px 15px 23px 0;
	width:293px;
	height: 170px;
	float:left;
}

#teammembers h3{
	padding: 7px 0 0 0;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color: #FFBC00;	
}

#teammembers img{
	border: 2px solid #ffffff;
	float:left;
}

#teammembers{
	margin:38px 0 0 0;
}

#teammembers .discription{
	margin: 0px 0px 0px 15px;
	width:189px;
	float:left;
}

#teammembers .jobtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:12px;
}

/************************************************
Terms & Conditions
************************************************/
#terms_description{
	padding: 20px 0 0 0;
	width:607px;
}

.terms_item{
	padding: 22px 0 0 0;
	width:607px;
}
.terms_item_description{
	width:607px;
}

/************************************************
Contact
************************************************/
#contact_space{
	padding: 19px 0 0 0;
}

#contact_description{
	margin:0 119px 0 0;
	width:297px;
}



.contact_text{
	line-height:1.3em;
}

.contact_item{
	padding: 0 15px 21px 0;
	width:193px;
	float:left;
}

.address{
	padding: 0 0 0 0;
	width:150px;
}

/************************************************
Login
************************************************/
#login_section{
	width:401px;
	margin: 45px 0 10px 0;
}

.login_description{
	margin:10px 0 30px 0;
}

#loginform{
	
}

#loginform table{
	width:500px;
}


.loginbutton{
	vertical-align:bottom;
	padding:0px 0 0 10px;
}

.colform{
	vertical-align:bottom;
	height:30px;
	width:400px;
}

.colheader{
	vertical-align:bottom;
	text-align:left;
	font-weight:normal;
	height:30px;
	width:91px; 
}

#message{
	color:#FFE19E;
	font-weight:bold;
	padding:10px 0 0 50px;
}

.logintitle{
	margin:20px 0 0px 0;
}
#loginform a{
	margin:0pt 0pt 0pt 14px;
}



/************************************************

                     Client Review

************************************************/
.review_movie{
	width:507px;
}

#filelists{
	padding: 4px 0 0 0;
}
#filelists ul{
	margin: 16px 0 10px 20px;	
	list-style-image: url(../images/square_bullet2.gif);
	text-indent: -5px;
}

#filelists ul li{
}

.movie_caption{
	padding:20px 0 0 0;	
}

#movie_description{
	padding:16px 0 0 0;	
}

#clientview{
	padding:0px 0 0 8px;
}

#clientview_space{
	padding:15px 0 0 0;
}

#clientview_col{
	width: 401px;
	padding: 0 15px 0 0;
	float:left;
}

#flashcontent {
	vertical-align:top;
}

.note{
	display: none;
}

/************************************************

	Error 404 page

************************************************/

#error404{
	padding-top:24px;
	width:401px;
}

.error404_descriptoin{
	padding: 10px 0 0 0;
}



/************************************************

                     Footer

************************************************/
#footer{
	margin:50px 0 0 0;
	height:37px;
	color:#C1C1C1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	width:921px;
	background:url(../images/footer_background.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}


#footer a{
	color:#FFE19E;
	text-decoration:none;
	padding: 0 0 0 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a:last-child{

}
#footer .divider{
	position:relative;
	margin: 0px 2px 0px 8px;
	left:5px;

	
}

#footer a:hover{
	text-decoration:underline;
}