html,body

{

	background: url('img/bg.jpg') repeat-x #605446;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #474747;
	margin: 0px;

}
#container {
	margin: auto;
	width: 600px;
	height: 750px;
	background: white;
}


#copy {	
	font-size: 8px;
	color: #777777;
	width: 250px;
}

#monoSlideshow {
	float:right;
	clear: both;
	width: 232px;
	height: 700px;
	margin-right:10px;
	margin-top:5px;
	background:red;
}

#content{
float: left;
}

img{
margin-left: 30px;
margin-top:20px;
}

p{
width:250px;
	margin-left:50px;
	margin-top: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #d1a873;
	clear: both;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:50px;
}


.strong		 { font-weight: bold; 
	font-style: italic;
	font-size: 12px;
}

#text-body{
margin-top:320px;
}

#text-body a {
	color: #668a9b;
	text-decoration: none;
}

#text-body a:hover {
	color: #668a9b;
	text-decoration: underline;
}

.size-12 	 { font-size: 12px; }
.size-14	 { font-size: 14px; }
