/* CSS Document */



/* Global Settings
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

body {
	font: 11px/1 Arial, Helvetica, Sans-Serif;
	color:#000;
	background:#663366;
	padding: 0;
	text-align: center;
	margin-top:10px;
	margin-bottom:40px;
}
ul {
	list-style: none;
}

a {
	color:black;
	}

/* Helper Classes
--------------------------------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right; }
.more { text-align: right; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* Home page
--------------------------------------------------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 860px; 
	background: url(gfx/bg.jpg) repeat-y;
	text-align: left;
	line-height:0;
	}
	
#banner {
	height:274px; width:860px;
	background:url(gfx/banner.jpg) no-repeat top left;
	}
	
#content {
	width:860px;
	background:url(gfx/bottom.jpg) no-repeat bottom left;
	text-align:left;
	margin:0px;
	}
	

h1 {
	display:block;
	width:860px; height:136px; line-height:136px;
	text-indent:-9999px;
	background:url(gfx/title.jpg) no-repeat top left;
	}
	
p {
	width:360px;
	font:normal 13px/15px palatino, Times, serif;
	margin:0 0px 15px 0px;
	}
	
p.credit {
font-size:11px;
}
	
h2 {
	font:bold 15px/18px palatino, Times, serif;
	margin:0 0px 15px 0px;
	}
	
#pics {
	float:right;
	margin-right:95px;
	margin-bottom:30px;
	padding-top: 20px;
	}
	
#pics img {
	display: block;
	margin-bottom:2px;
	}
	
#text {
	display:block;
	float:left;
	width:350px;
	margin-left: 145px;
	padding-top: 20px;
	padding-bottom: 60px;
	}
