/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	text-align: center;
	background-image: url(../images/paperbg.gif);
	
	A {font-size: 10px;}
A:link {
	color: #B93131;
	font-weight: bold;
	text-decoration: none;
}
A:active {
	color:#B93131;
	font-weight: bold;
	text-decoration: none;
}
A:visited {color: #B93131; font-weight: bold; text-decoration: none;}
A:hover {
	color: #100805;
	font-weight: bold;
	text-decoration: none;
}
}	

* {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 25px 25px 5px 40px;
	text-align: justify;
	font-weight: normal;
	font-style: normal;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #E7E1D1;
	width: 850px;
	border-top-style: none;
	border-bottom-style: none;
	margin: auto;
	
}
#wrapper #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 850px;
}



/* mouse overs - use later
A {font-size: 10px;}
A:link {color: #006699; font-weight: bold; text-decoration: none;}
A:active {color:#006699; font-weight: bold; text-decoration: none;}
A:visited {color: #006699; font-weight: bold; text-decoration: none;}
A:hover {color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #006699;} */




#wrapper #menu {
	background-image: url(../images/menu.jpg);
	margin: auto;
	height: 83px;
	width: 850px;
}
#wrapper #menu #Home {
	float: none;
	height: 20px;
	width: 100px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	position: relative;
	left: 120px;
	clip: rect(auto,auto,auto,0px);
}
#wrapper #content #left {
	background-image: url(../images/left_border.jpg);
	background-repeat: repeat-y;
	width: 30px;
	float: left;
	height: 476px;
}

#wrapper #content #right {
	background-image: url(../images/right_border.jpg);
	background-repeat: no-repeat;
	width: 30px;
	float: right;
	height: 476px;
}

#wrapper #content #left2 {
	background-image: url(../images/left_border.jpg);
	background-repeat: repeat-y;
	width: 30px;
	float: left;
	height: 770px;
}

#wrapper #content #right2 {
	background-image: url(../images/right_border.jpg);
	background-repeat: repeat-y;
	width: 30px;
	float: right;
	height: 770px;
}
#wrapper #content #content_left {
	background-color: #E7E1D1;
	width: 350px;
	height: 476px;
	float: left;
	font-weight: bold;
}
#wrapper #content #content_right {
	background-color: #E7E1D1;
	height: 476px;
}



#wrapper #content #footer {
	width: 850px;
	clear: both;
	text-align: right;
	float: none;
	height: 107px;
}

#wrapper #content #collection {
	height: 770px;
	width: 790px;
	background-color: #E7E1D1;
	float: left;
	clear: none;
}
