/* CSS Document */

body 	{	font-family:Arial, Helvetica, sans-serif;font-size:14px;
		}
		
p 		{	
		}
		
h1 		{	font-size:36px;
			
			}
			
h2 		{	font-size:24px;
			font-weight:normal;
			}
			
h3 		{	font-size:18px;
			font-weight:normal;
			}
#portraiture {
float:left;
}

#neon_toned {
float:left;
}

#closed_theaters {
float:left;
}

.clear {
clear: both;
}

#portraiture img {
float:left;
margin-top: 20px;
padding: 20px 20px;
height: 50%;
Width:50%
}

#neon_toned img {
float:left;
margin-top: 20px;
padding: 20px 20px;
height: 50%;
Width:50%
}

#closed_theaters img {
float:left;
margin-top: 20px;
padding: 20px 20px;
height: 50%;
Width:50%
}

#galleries a {
float:left;
}
			

/* Old site layout */
#work 	{	
position:absolute;
left:30px;
top:135px;
width:100%;
			}
			
.company	{
	width:300px;
	left:30px;
	position:relative;
			}
			
.description	{
	position:relative;
	left: 400px;
	width:300px;
			}
			
#resume 	{	
position:absolute;
left:30px;
top:220px;
width:800px;
			}
			
#work a	{
			padding-right:10px;
			font-size:14px;
	}	
			
#header {	background-color:#a5cfff;
			top:0px;
			left:0px;
			height:115px;
			width:100%;
			position:absolute;
	}
	
#header h1	{
			top:0px;
			left:30px;
			position:relative;
			font-weight:normal;
	}
	
#header h2	{
			top:-20px;
			left:30px;
			position:relative;
			color:#FFFFFF;
			font-weight:normal;
	}
	
#nav { 		top:68px;
			left:300px;
			position:relative;
	}
	
#nav a { 	padding-right:10px;
			font-size:18px;
	}
	
#subhead1 { left:30px;
			top:115px;
			position:absolute;
		}

	
#appList1 { left:30px;
			top:175px;
			position:absolute;
		}

#appList2 { top:175px;
			left:300px;
			position:absolute;
		}		

#appList3 { top:175px;
			left:600px;
			position:absolute;
		}
		
	
		
