/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Barcelona Portraits
Author : Ben Rinehart
URL :

Description : Marathon Package site design

Created : 06/29/2007
Modified :

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #333333;
	font: 14px Arial, helvetica, sans-serif;
	margin: 0;
	min-width:1024px;
    min-height:753px;
	}
	
#vertical{

    position:absolute;
    top:50%;
	margin-top:-376px;
    left:0;
    width:100%;
}
	


	
	
	
p { padding: 0;
	margin:0;
	}

#container{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
	padding: 0;
	}


		


	#spotlight{
		width: 1018px;
		height: 580px;
		float: center;
		border: 5px solid #FFF;
		border-width: 5px 5px 5px 5px;
		}



		#about {
			float:left;
			display: inline;
			width:251px;
			height:281px;
			padding:150px;
			position:absolute;
			}
			
	
			
		#aboutText {
			font: 15px trebuchet ms, arial, helvetica, sans-serif; 
			color: #FFF; 
			text-align:justify;
			width: 400px;
			display: inline;
			position:absolute;
			margin-left: 550px;
			margin-top: 150px;
		    letter-spacing:-.2px;

		}
		
		#aboutText p{
		 	padding-bottom:10px;
		}
		
		#aboutText img{
		 	margin-left:70px;
			padding-top:50px;
		}

			
	#title{
		text-align: center;
		}

	#slideshow {
		text-align: center;
		
		}
	#footer{
		width: 1024px;
		float: center;
		}
	