/* 	"Poser Shoppe..." 
	05/29/04
*/
body { 
		margin:0px 0px 20px 0px;
		background: #F8F5EE url(images/fran.jpg) no-repeat fixed left top;	
 		font-family: Verdana;
}

h1 {
	font-family: Verdana, "Times New Roman", serif;
	font-size: 26px;
	color: #B25F5C;
	background-color: transparent;
	margin-right:25px;
	margin-top:5px;
	text-align: right;
	white-space: nowrap;
}

h2 {
	font-family: Verdana, "Times New Roman", serif;
	font-size: large;
	color: #2F6A44;
	background-color: transparent;
	margin-right: 25px;
	text-align: center;
	white-space: nowrap;
}

#breadcrumb a{ color: Maroon; text-decoration: none; background-color: transparent;}
#breadcrumb a:hover {
	text-decoration: underline;
}
#page {
	margin: 10px;
	padding: 10px;
}
#menu {
	margin-left:2px;
	position: absolute;
	width: 100px;
	top: 5px;
	text-align: center;
	font-size: small;
}
#menu a{
	text-decoration: none;
	background-color: transparent;
	font-weight: bold; 
	display: block; 
	padding: 5px; 
	width: 120px; 
	margin-bottom: 5px; 
	border: 1px solid #BD695F;
	color: #BD695F;
}
#menu a:hover {
	background-color: transparent;
	text-decoration: underline;
	color:#FA7068;
	
}
#options a{
	background-color: #6B8E23;
	color: White;
	border-top: 1px solid #8FBC8F;
	border-left: 1px solid #8FBC8F;
	border-right: 1px solid #8FBC8F;
	border-bottom: 1px solid #2F4F4F;
}
#content {
	margin-left:330px;
	position: absolute;
	padding-left: 20px;
	top: 175px;
	height:600px;
	width:400px;
}

#content p {
	padding-left: 30px;
	font-size: small;
}
#footer {
	color: #2F6A44;
	background-color: transparent;
	border:0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:150px;
	width:150px;
}
a { color: Maroon; text-decoration: none; background-color: transparent;}
a:hover {
	text-decoration: underline;
}
.article-footer {
	text-align: right;
	font-size: xx-small;
	color: Gray;
	padding-bottom: 15px;
}

.article-title {
	font-size: large;
	font-weight: bold;
	font-family: Verdana, "Times New Roman", Sans-serif;
	font-style: italic;
	color: #B96560;
}


