/* Default CSS Document */

/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #333;
		background-color: #e9e6d3;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: .75em;
		text-align: center;
		}

strong{
 color:#332c64;
 }

li{
	list-style:inside;
	}

h3{
	font-variant:small-caps;
	font-size:20px;
	}
a{
	color:#993300;
	text-decoration:none;
	}	
/** MAIN CONTAINERS **/
div#container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	}
div#header p {
	color:#FFFFFF;	
		}
div#header {
 height:125px;
 width:768px;
 padding:0;
 margin:0;
		}
div#content {
	background:url(images/tile.jpg) repeat-y;
	padding-bottom:45px;
	margin:0 auto;
		}
div#center {
	margin: 0px 0px 0 37px;
	width:380px;
	height:auto;
	}
div.column {
	width:auto;
	height:auto;
	position:relative;
	right:42px;
	}
div#right {
	float: right;
	width: 292px;
	}
div#right p{
	padding-left:10px;
	margin-top:10px;
	font-size:13px;
					
	}
div#footer {
	clear: both;
	background:url(images/footer.jpg) no-repeat;
	width:768px;
	height:48px;
	}
div#copyright{
	margin-left:18px;
	}
div#family{
	position:absolute;
	margin:-95px 0 0 180px;
	}	