body {
	font-family:Arial, Helvetica, sans-serif;
	background:#121212 url(../images/bg-todos.gif) repeat-y left top;
	margin:0;
	padding:0;
	}
#casamento, 

.menu {
	background:#110f11 url(../images/albuns/logo.gif) no-repeat left top;
	position:relative;
	float:left;
	width:300px;
	color:#CCC;
	margin:0 20px 0 0;
	}
	
.menu ul {
	margin:200px 0 0 0;
	list-style:none;
	list-style-image:none;
	padding:0;
	}
	
.menu ul li {
	width:291px;
	height:50px;
	margin:0 0 5px 0;
	}
	
.menu ul li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	display:block;
	width:251px;
	height:40px;
	padding:15px 0 0 40px;
	}

.atual {
	background:url(../images/albuns/menu-hover.gif) no-repeat left top;
}

.menu ul li a:hover {
	background:url(../images/albuns/menu-hover.gif) no-repeat left top;
	color:#ccc;
	}
	
	
.conteudo {
	width:700px;
	padding:30px 0 0 0;
	overflow:auto;
	position:relative;
	float:left;
	}
.busca {position:relative; float:right; height:30px;} 
.busca form input.texto {background:#202027; border:1px solid #2a2c35; color:#CCC; margin-right:5px;}
.busca form button {}
.busca form label {color:#CCC; font-size:10px;}
img {border:none;}

.foto {
	width: 150px;
	position:relative;
	float:left;
	background:#fff;
	padding:5px;
	margin:10px 0 0 10px;
	height:121px;
	overflow:hidden;
	}

h2 {
	font-size:12px;
	color:#333;
	text-decoration:none;
	text-align:center;
	margin:0;
	padding:0;
	}
	
