* {
outline: none;
}
body {
	background-color: black;
}
#container {
	width: 817px;
	margin: 5% auto;
	}
#container.front{
	width: 641px;
	text-align: 5% center;
}
#main{ 
	height: 400px;
	width: 640px;
	background-image: url('./images/sara-grace.jpg');
	background-repeat: no-repeat;
	background-position: center;
	}
#main.heart{
	background-image: url('./images/heart.jpg');
}
#main.shows{
	background-image: url('./images/shows.jpg');
	text-align: center;
	padding-top: 0px;
	margin: 0;
}
#main.shows iframe {
	width: 540px;
	height: 400px;
	background-image: url('./images/shows-light.jpg');
	}
#main.shows iframe a{
	text-decoration: none;	
	color: black;
	}
	
#main.suits{
	background-image: url('./images/suits.jpg');
	background-repeat: repeat-x;
	color: white;
}

.hidden{
	visibility: hidden;
	}
#menu{
	width: 640px;
	height: 60px;
	background-color: white;
	font-family: Impact, fantasy;
	font-size: .8em;
	}

#menu ul{
	list-style: none;
	overflow: hidden;
	}
#menu ul li a{
	display: block;
	float: left;
	padding: 1.6em 3.4em 0 3.4em;
	line-height: 1.6em;
	text-decoration: none;
	color: black;
	}
#menu ul li a:hover{
	color: maroon;
	}
#footer{
	height: 57px;
	background-image: url('./images/saragracesignature.jpg');
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	}
#footer.blank{
	background-image: none;
}
#footer p{
	margin: 0;
	padding: 0.5em;
}
#footer a {
	color: white;
	}
#left{
	float: left;
	}
#left.vert{
	height: 400px;
	width: 57px;
	background-image: url('./images/saragracesignature_vertical.jpg');
	background-repeat: no-repeat;
	}
#right_widgets{
	float: left;
	height: 400px;
	width: 120px;
	padding-top: 1em;
	}
#right_widgets img{
	border: none;
	}
p {
	margin: 0;
	padding: 1em;
}
a:link { text-decoration: none;
}
