@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	background-color: #a38388;
	line-height: 19px;
	}
	
	
#container {
	width: 700px;
	border: 5px solid #663333;
	margin: 0px auto;
	padding:0;
	background-color: white;
	background: url(Images/bkg.png) repeat-y;
	}
	
#leftColumn {
	float: left;
	width: 175px;
	background-color:#ffccff;
	min
	}
	
#rightColumn {
	float: right;
	padding: 25px;
	width: 475px;}
	
br.clear {
	clear: both;
	height: 0;
}

p, h1, h2, h3, a, ul {
	color: #663333;
	}
	
h1 {
	font-family: Times, serif;
	font-size: 25px;
	font-weight: normal;
	font-style: italic;
	line-height:25px;
	}
	
h2 {
	font-family: Times, serif;
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
	line-height:22px;
	}
	
#contact {
	color: #663333;
	padding: 10px;
	font-size: 14px;
	
	}
	
#footer {
	margin: 0px auto;
	text-align: center;
	}
	
	
a {text-decoration: none;}
a:hover {text-decoration: underline;}

td {
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	color: #663333;
	}