body {
	background-color: #500000;
	background-image: url("http://media.claudiasconfections.com.s3.amazonaws.com/background.gif");
	color: white;
}

h1, h2 {
	text-align: center;
}

p.contactinfo {
        text-align: center;
}

a {
	text-decoration: none;
	color: #dd0000;
}

a:hover {
	text-decoration: underline;
}

#contentbox {
	border-style: solid;
	border-color: #500000;
	border-width: 2px;
	padding: 30px;
	background-color: #900000;
	max-width: 750px;
	width: 750px;
	margin: 80px auto 80px auto;
}

#gallery {
	width: 700px;
	border-width: 2px;
	border-style: solid;
	border-color: #700000;
	border-spacing: 0;
/*	margin: 10px auto; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#scrollarea {
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: auto;
	height: 510px; 
	width: 160px;   
	border-right: solid #780000 2px;
	float: right;
}

#picturearea {
	height: 550px;
 	width: 530px;
	border-right: solid #780000 2px;   
}

#pictureareatable {
        height: 550px;
	width: 530px;
	padding-left: 20px;
	padding-right: 20px;
}

#scrollarea img {
	cursor: pointer;
}

#scrollarea img:hover {
	border-color: #dd0000;
}

img.bordered {
	border-style: solid;
	border-width: 2px;
	border-color: #700000;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.hbar {
	width: 62%;
	background-color: #700000;
	height: 4px;
	margin: 30px auto;
	overflow: hidden;
}
