/* CSS Document - Red Skye Gallery */

body {
	background-color: #B25C21;
	text-align: center;
}

#divbody{
	width:944px;
	height:654px;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	margin-top:1px;
}

#topspacer{
	width:526px;
	height:217px;
	float:left;
}

#top{
	width:400px;
	height:167px;
	margin-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B25C21;
	text-align:left;
	float:left;
}

#books{
	width:633px;
	height: 327px;
	float:left;
}

#gallery{
	width:295px;
	height:327px;
	text-align:center;
	padding-top:5px;
	float:left;
}

#firstspacer{
	width: 240px;
	height: 111px;
	float: left;
}

#first{
	margin-top:10px;
	width: 365px;
	height: 101px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B25C21;
	text-align:left;
	float: left;
}

#secondspacer{
	width: 260px;
	height: 111px;
	float: left;
}

#second{
	margin-top:5px;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B25C21;
	text-align:left;
	float: left;
}

/* Text Properties */

.big{
	font-size:12px;
	color: #834318;
}

.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #CE0000;
	font-weight:bold;
}

a:link{
	color: #B25C21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color: #B25C21;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color: #834318;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


