/* HOME PAGE STRUCTURE */

body {
	background-color:#000;
	margin:0px auto;
	padding:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

#container {
	width:960px;
	margin:0px auto;
}
	
#masthead {
	text-align:center;
	height:124px;
}
	
#footer {
	border-top:2px solid #fff;
	text-align:center;
	color:#fff;
}
	
	#footer a {
		color:#fff;
	}


#home {
	width:960px;
	background:url(/images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000;
}

#home .left {
	width:500px;
	float:left;
	vertical-align:top;
}

#home .right {
	width:450px;
	float:right;
	vertical-align:top;
}

.search {
	height:80px;
	width:420px;
	background-image:url(/images/search.png);
	background-repeat:no-repeat;
	border:none;
	color:#000000;
	padding-left:10px;
}

.photos {
	margin-top:18px;
}

.thumbnails {
	width:450px;
	margin:10px auto;
	margin-left:12px;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	line-height :110%;
	margin-top:10px;
	color :#fff;
}

.clear {
	clear:both;
}

.link {
	color:#FFFFFF;	
}