/*Style sheet for Renaissance Jane Web site*/

body	{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
			background-color: #300;
			color: #300;
			margin: 0px; }
			
h1	{ font-size: 12px;
	font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
	background-color: #FFF;
	color: #300;
	text-indent: 63px;
	/*width: 100%;*/ 
	margin: 0px 0px 20px 0px;
	padding: 8px; }
	
h1.portfolio	{ text-indent: 10px; }
			
h2		{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
			background-color: #FFF;
			color: #300;
			font-size: 12px;
			font-weight: bold;
			text-indent: 62px;
			/*width: 100%;*/ 
			padding: 8px 0px 4px 9px; }
			
h2.noleading	{ padding: 8px 0px 0px 9px; }

h3, h4, h5, h6	{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			text-indent: 60px; }

#main	{ background-color: #FFF;
			color: #300;
			text-indent: 63px;
			/*width: 100%;*/
			height: 300px;
			margin: 0px 0px 20px 0px;
			padding: 8px;
			/*display: block;*/	}
			
#portfolio	{ width: 250px;
position: relative;
				height: 250px;
				float: right; 
				padding: 4px 68px 4px 70px; }

p
{
	font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 68px 4px 70px;
}

ul	{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
		line-height: 18px;
		padding: 4px 68px 4px 84px; }
		
em	{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
		font-size: 12px;
		font-style: italic; }

.center	{ text-align: center; }

a:hover	{ background-color: FCF;
			color: #C96;
			font-weight: bold;
			text-decoration: underline; }
			
a:link	{ color: #C96; 
			font-weight: bold;
			text-decoration: none; }
			
a:visited	{ color: #C96; 
				font-weight: bold;
			 	text-decoration: none; }
			 	
.floatright	{ float: right; 
					/*padding: 4px 68px 4px 70px;*/
	/*position: relative;*/
	margin: 4px 68px 4px 70px;
}
			
.nav	{ font-family: Eurostile, "Trebuchet MS", Arial, sans-serif;
			background-color: #FFF;
			color: #300;
			font-size: 12px;
			text-align: left;
			margin: 20px 0px 0px 0px;
			padding: 4px 70px 4px 70px; 
			font-weight: bold; }
			
.separators	{ font-weight: bold;
			background-color: inherit;
			color: #C99;
			font-size: 16px; }
	
.copy	{ font-size: 10px; 
			text-align: center; 
			background-color: #300;
			color: #C99; }

.clear {
	clear: both;
}