/* Default CSS Document */

/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #683082;
		background-color: #fefbde;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: .75em;
		text-align: center;
		}
/** Selectors**/
img{
	border:0;
}


address{
	width:300px;
	margin-top:10px;
	margin-left:10px;
	font-weight:bold;
	}

/** MAIN CONTAINERS **/
div#container {
	width: 651px;
	margin: 0 auto;
	text-align: left;
	}
div#header p {
	color:#FFFFFF;	
		}
div#header {
	clear:both;
	margin-bottom:-2px;
		}
div#content a{
	font-weight:bold;
	color:#9a4224;
	text-decoration:none;
		
		}
div#center {
	margin: 0px 0 0 0;
	}
div#center p{
	width:390px;
	margin-left:10px;
	padding-top:5px;
	line-height:19px;
	}

div#right {
	float: right;
	width:229px;
	}
div.column {
	background:#683082;
	height:auto;
	margin-right:1px;
	}
.list{
	color:white;
	font-size:11px;
	margin:0 0 0 8px;
	list-style:inside;
	padding-bottom:10px;
	padding-top:5px;
	}
	
div#footer {
	width:640px;
	text-align:center;
	font-size:10px;
	color:#333333;
	padding-top:20px;
		}
div#footer a{
	text-decoration:none;
	color:#9a4224;
			
	}
	
	.floatleft {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 30px;
	border: 1px solid #000000;
	margin-top: 20px;
}
.floatright {
	float: right;
	clear: right;
	border: 1px solid #000000;
	margin: 20px 5px 10px 30px;
}

/** Custom Containers **/
#imgcontrl{

}

