/* Stylesheet for Carolina Photography */


/* Styles for "BODY" */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}


/* Styles for "Main Container" */
/* This container holds everything within a given page. */
div#main-container {
	width: 750px;
}


/* Styles for "Header Container" */
/* This container holds the header pieces located at the top of each page. */
div#header-container {
	margin-top: 50px;
}