/* CSS Document */
/*
Theme Name: AndrewLRubin.com
Author: Carlos Rovira - WebLight, LLC
Author URL: http://www.thebluebulb.com
*/

body {
	background: #000000;
	text-align: center; 
	font-family: "Arial Black";
}

#wrapper {
	height: 614px;
	width: 1024px;
	vertical-align: top;
	text-align: center;

}

#wrapper-photo {
	height: 725px;
	width: 1024px;
	vertical-align: top;
	text-align: center;

}
#home-div {
	width: 1024px;
	height: 614px;
	background-image: url('images/homebackground2.jpg');
}

#other-div {
	width: 1024px;
	height: 614px;
	background-image: url('images/background2.jpg');
}

#photo-div {
	width: 1024px;
	height: 725px;
	background-image: url('images/photo_background.jpg');
}
#container {
	width: 1024px;
	height: 446px;
	color: white;
	position: relative;
	top: 85px;

}

#images {
	float: left;
	text-align: center;
}

#content {
	float: right;
	text-align: center;

}


#doc-content{
	color: white;
	font-family: Courier;

}

#film-content {
	color: white;
}


#address {
	
	float: right; 
	text-align: right; 
	font-family: "Arial Black"; 
	color: #FFFFFF; 
	font-size: 20px; 
	position: relative; 
	top: 445px;
	left: -3px;
}

#nav {
	color: #FFFFFF;
	font-size: 30px;
	width: 1023px;
	font-family: "Arial Black";
	vertical-align: bottom;
	position: relative;
	top: 85px;

}

#nav a:link { 
     text-decoration:none;
     font-weight:bold;
     color: #FFFFFF;
	 font-family: "Arial Black";
}

#nav a:visited { 
     text-decoration:none;
     font-weight:bold;
     color: #FFFFFF;
	 font-family: "Arial Black";
} 

#nav a:hover { 
     text-decoration:underline;
     font-weight:bold;
     color: yellow;
	 font-family: "Arial Black";
} 

#nav a:active { 
     text-decoration:underline;
     font-weight:bold;
     color: yellow;
} 

#nav-photo {
	color: #FFFFFF;
	font-size: 30px;
	width: 1023px;
	font-family: "Arial Black";
	vertical-align: bottom;

}

#nav-photo a:link { 
     text-decoration:none;
     font-weight:bold;
     color: #FFFFFF;
	 font-family: "Arial Black";
}

#nav-photo a:visited { 
     text-decoration:none;
     font-weight:bold;
     color: #FFFFFF;
	 font-family: "Arial Black";
} 

#nav-photo a:hover { 
     text-decoration:underline;
     font-weight:bold;
     color: yellow;
	 font-family: "Arial Black";
} 

#nav-photo a:active { 
     text-decoration:underline;
     font-weight:bold;
     color: yellow;
}

a:link {
COLOR: #CCCCCC;
}

a:visited {
COLOR: #CCCCCC;
}

a:hover {
COLOR: #CCCCCC;
}

a:active {
COLOR: #00FF00;
}


