@charset "UTF-8";
/* CSS Document */

html, body{
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#000;
	font-family:Calibri, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	-webkit-font-smoothing:antialiased;
}

#container{
	width:940px;
	padding-left:14px;
	padding-right:14px;
	margin:0px auto;
	background-image:url(images/bg-container.png);
	background-repeat:repeat-y;
}


#topbar{
	display:block;
	overflow:hidden;
	height:140px;
	margin:0px auto;
	width:940px;
}
.clear{clear:both;}


#content{
width:900px;
height:579px;
display:block;
overflow:hidden;
padding:20px;
}

#content #left{
width:400px;
float:left;
}

#content #right{
width:400px;
float:right;
}

#content li{
	list-style:url(images/heart.png);
	margin-bottom:8px;
}

#content #title{
	position:absolute;
	margin-left:470px;
	margin-top:50px;
	width:400px;
	text-align:right;
}
#content #left2{
width:250px;
float:right;
margin-right:20px;
margin-top:200px;
}

#content #right2{
width:250px;
float:right;
margin-top:200px;

}


.gray{
color:#676D7D;
}

#footer{
	background-image:url(images/bg-footer.png);
	background-repeat:repeat-x;
	background-position:top;
	height:60px;
	color:#6d6d6d;
	background:#000000;
}
#footer #inside{
	width:940px;
	margin:0px auto;
	padding-top:10px;
}

#footer #inside #left{
	float:left;
	width:700px;
}

#footer #inside #right{
	float:right;
	width:200px;
}





h1{
	font-size:30px;
	font-weight:300;
font-family: 'Lato', sans-serif;}
h2{
	font-size:24px;
	font-weight:300;
font-family: 'Lato', sans-serif;}
h3{
	font-size:18px;
	font-weight:300;
font-family: 'Lato', sans-serif;}


#homeSlideshow{
	width:940px;
	height:619px;	
}
#homeSlideshow div{
	position:absolute;
}
#homeSlideshow #slideshow div{
	display:none;
}
#albums {
	padding-top:15px;
}
#albums a{
	float:left;
	display:block;
	border:none;
	margin:6px;
}
