/* @group http://coyneandassociates.com/login/coyne.css */

@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image: url(design/background.gif);
	background-repeat: repeat;
	background-color: #221614;
	width: 100%;
	height: 100%;
}

#content {
	width: 516px;
	height: 2400px;
	margin: 0px auto 0;
	background: #fff;
}

#header {
	margin-top:0;
	background-color:#FFF;
}

#main {
	width:452;
	margin: 0 auto;
	margin-top:20px;
	padding:10;
	border:#cccccc 3px solid;
	font-family: Georgia, "Times New Roman", Times, serif;	
} 

#title {
	width:452;
	margin-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A5826F;
} 

.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #534A46;
	
}


/* @end */


