@charset "utf-8";
/* CSS Document */
body {
	background-color:#666666;
}
a {
	color:#000000;
	outline:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
#wrapper {
	width:770px; 
	background-color:#cccccc;
	margin:0 auto;
	margin-top:10px;
	clear:both;
	border:#717171 solid 1px;
}
#homepics, #homepics div, #homepics ul, #homepics ul li {
	list-style:none;
	
}
#homepics {
	padding-top:20px;
	height:320px;
}
#homepics div { 
}
#homepics div span {
	display:none;
}
#homepics div a {
	display:block;
}
#top-row {
	height:137px;
	margin-left:200px;	
	margin-bottom:10px;
	border:none;
}
#bottom-row {
	margin-left:179px;	
	height:137px;
	border:none;
}
#bottom-row div {
		
}
#top-row div, #bottom-row div {
	float:left;
}
#architecture, #architecture a {
	width:108px;
	height:281px;
	float:left;
	margin-left:30px;
	
}
#architecture {
	margin-left:35px;
}
#architecture a {	
	background-image:url(images/index_architecture-image.jpg);
	background-position:top;
	
}
#architecture a:hover {	
	background-position:bottom;
}
#travel, #travel a {
	width:107px;
	height:133px;
}
#travel a {	
	background-image:url(images/index_travel.jpg);
	background-position:top;
	
}
#travel a:hover {	
	background-position:bottom;
}
#food, #food a {
	width:106px;
	height:135px;
}
#food {
	margin-left:21px;
}
#food a {	
	background-image:url(images/index_food.jpg);
	background-position:top;
	
}
#food a:hover {	
	background-position:bottom;
}

#portraits, #portraits a {
	width:107px;
	height:133px;
	
}
#portraits {
margin-left:25px;
}
#portraits a {	
	background-image:url(images/index_portraits.jpg);
	background-position:top;
	
}
#portraits a:hover {	
	background-position:bottom;
}
#residential, #residential a {
	width:107px;
	height:135px;
}
#residential {
	margin-left:26px;
}
#residential a {	
	background-image:url(images/index_residential.jpg);
	background-position:top;
	
}
#residential a:hover {	
	background-position:bottom;
}
#aerial, #aerial a {
	width:224px;
	height:132px;
}
#aerial {
	margin-left:25px;
}
#aerial a {	
	background-image:url(images/index_aerial.jpg);
	background-position:top;
	
}
#aerial a:hover {	
	background-position:bottom;
}
#interiors, #interiors a {
	width:104px;
	height:134px;
}
#interiors {
	margin-left:24px;
}
#interiors a {	
	background-image:url(images/index_interiors.jpg);
	background-position:top;
	
}
#interiors a:hover {	
	background-position:bottom;
}
#weddings, #weddings a {
	width:107px;
	height:134px;
}
#weddings {
	margin-left:14px;
}
#weddings a {	
	background-image:url(images/index_weddings.jpg);
	background-position:top;
	
}
#weddings a:hover {	
	background-position:bottom;
}
#menu {
	width:100%;
	height:35px;
	background:#FFFFFF;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 0 0 0;

}
#menu ul {
	margin-top:5px;
	margin-left:20px;
}
#menu ul li {
	list-style:none;
	display:inline;
	font-weight:bold;
	margin:10px 20px;
}
#menu ul li a {
	display:inline;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
#menu ul li a:hover {
	color:#990000;
}
#footer {
	background:url(images/logo.jpg) left bottom no-repeat #003466;
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:21px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:400;
}
#footer-contact {
	color:#CCCCCC;
	margin-left:130px;
	padding-top:5px;
	font-size:10px;
}
#copyright {
	float:right;

}
#copyright a {
	font-size:9px;
	color:#CACACA;
	text-decoration:none;
	margin-right:10px;
}