/* CSS Document */

body#home #content {
	padding: 5px;
}
#welcome-photo {
	height: 240px;
	padding: 130px 30px 50px 410px;
	background-color: black;
	background-image: url(../images/home/main.jpg);
	background-repeat: no-repeat;
	color: white;
}
#welcome-photo p {
	color: white;
	text-align: right;
	line-height: 125%;
	font-size: 13px;
}
#welcome-photo h1 {
	display: none;
}
ul#section-photos {
	margin: 0;
	margin-top: 5px;
	margin-left: -5px;
	padding: 0;
	height: 116px;
}
* html ul#section-photos {
	margin-left: -10px;
}
ul#section-photos li {
	display: block;
	text-align: right;
	background-color: #0D82CC;
	width: 210px;
	padding: 80px 0 10px 0;
	margin: 0;
	margin-left: 5px;
	float: left;
	list-style-type: none;
	position: relative;
}
ul#section-photos li a {
	color: white;
	background-image: url(../images/home/linkbackground.png);
	padding: 5px 10px;
	display: block;
	text-align: right;
	text-decoration: none;
}
* html ul#section-photos li a {
	position: relative;
	background-image: none;
	background-color: black;/
}