@charset "utf-8";
/* CSS Document */
/* Designed by Bobby Sweeney, copyright 2010 */
/* Kirstin Jean Photography Website. ver. 2.0 beta */

body {
	background-color: #666;	
	font-family: Georgia, "Times New Roman", Times, serif;
}

#page {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

#header {
	margin-top: 10px;
}

#slogan {
	margin-top: 5px;
}

#menu {
	margin-top: 5px;
	width: 150px;
	height: 250px;
}

#picinfo {
	float: left;
	margin-top: 5px;
	width: 150px;
	height: 200px;
}

#indexPictureBackground {
	background-color: #FFF;
	margin-top: -210px;
	margin-left: 225px;
	width: 500px;
	height: 365px;
}

#contentheader {
	margin-left: 155px;
	margin-top: -250px;
}

#content {
	background-color: #FFF;
	width: 625px;
	margin-top: 5px;
	margin-left: 155px;
	padding: 10px;
}

#gallerycontent {
	width: 625px;
	margin-left: 165px;
	margin-top: 5px;
}

#contactcontent {
	background-color: #FFF;
	width: 625px;
	margin-top: 5px;
	margin-left: 155px;
	padding: 10px;
	text-align: center;
	color: #06C;
}

#content a {
	text-decoration: none;	
	color: #06C;	
}

#content p {
	color: #06C;
}

#content em {
	color: #000;	
}

#contactcontent em {
	color: #000;
}

#footer {
	font-size: 10px;
	width: 625px;
	margin-left: 155px;
	text-align: center;	
}
