html, body {
	background: #4C4C4C url(files/canon-eos-496BG.gif) no-repeat left top;
	font: 100% "Comic Sans MS";
	color: #ffffff;
	text-align: left;
	padding: 0 0 20px 0;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
}
#wrapper {
	height: 635px;
	background: url(files/Julie-LilyBG.jpg) no-repeat right top;
}
/******************nopeople.com link************************/

.design {
	font-family: "Comic Sans MS";
	font-size: .6em;
	color: #CCCCCC;
	margin: 2px 0 0 20px;
}
.design a:link, .design a:visited, .design a:active {
	color: #CCCCCC;
}
.design a:hover {
	color: #CC0033;
}
/*******************header**********************************/
#header {
	width: 450px;
	float: right;
	margin: 150px 0 0 0;
	display: block;
	text-align: right;
}
#header h1 {
	font-size: 1.8em;
	padding: 0 10px 0 0;
}
#header h2 {
	color: #CC0033;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 100;
	display: block;
	border-bottom: 2px groove #CC0033;
}
/******************styles the main menu********************/
#menu {
	width: 550px;
	float: right;
	clear: right;
	margin: 50px 0 0 0;
	display: block;
	list-style: none;
	font-size: 1em;
	border-bottom:  2px groove #CC0033;
}
#menu li, #menu li a {
	display: inline;
	color: #FFFFFF;
	padding: 5px;
}
#menu a:hover {
	color: #CC0033;
}
/**********main content divs of homepage********************/
#galleries {
	width: 400px;
	float: right;
	clear: right;
	margin: 55px 430px 0 0;
	font-size: 1.4em;
	text-align: left;
	line-height: 59px;
	display: inline;
}
#footer {
	margin: 10px 0 0 50px;
	font-size: 1.2em;
	border-top:  2px groove #CC0033;
}
/************sitewide classes and text**********************/
				.contact {
			margin: 4px 0 0 0;
			font-size: .8em;
		}
		.contact a:link, .contact a:visited, .contact a:active {
			font-size: 1em;
			color: #ffffff;
			text-decoration: none;
		}
		.contact a:hover {
			color: #CC0033;
		}
/************rollover menu for galleries*******************/

	#rollover1,
	#rollover1 a:hover,
	#rollover1 a {
		width: 400px;
		height: 59px;
		display:block;
	}
	#rollover1 {
	background: url(files/roll-1.jpg) no-repeat right bottom;
	margin: 0 0 10px 0;
	}
	#rollover1 a:hover {
	background: url(files/roll-1.jpg) no-repeat right top;
	color: #CC0033;
	}
	#rollover1 a {
		background-position: bottom;
		color: #ffffff;
	}
#rollover2,
#rollover2 a:hover,
#rollover2 a {
	width: 400px;
	height: 59px;
	display:block;
}
#rollover2 {
	background: url(files/roll-2.jpg) no-repeat right bottom;
	margin: 0 0 10px 0;
}
#rollover2 a:hover {
	background: url(files/roll-2.jpg) no-repeat right top;
	color: #CC0033;
}
#rollover2 a {
	background-position: bottom;
	color: #ffffff;
}
	#rollover3,
	#rollover3 a:hover,
	#rollover3 a {
		width: 400px;
		height: 59px;
		display:block;
	}
	#rollover3 {
	background: url(files/roll-3.jpg) no-repeat right bottom;
	margin: 0 0 10px 0;
	}
	#rollover3 a:hover {
	background: url(files/roll-3.jpg) no-repeat right top;
	color: #CC0033;
	}
	#rollover3 a {
		background-position: bottom;
		color: #ffffff;
	}
#rollover4,
#rollover4 a:hover,
#rollover4 a {
	width: 400px;
	height: 59px;
	display:block;
}
#rollover4 {
	background: url(files/roll-4.jpg) no-repeat right bottom;
	margin: 0 0 10px 0;
}
#rollover4 a:hover {
	background: url(files/roll-4.jpg) no-repeat right top;
	color: #CC0033;
}
#rollover4 a {
	background-position: bottom;
	color: #ffffff;
}

