body {
	margin: 0px auto;
	background: #999 url(../images/bg.jpg) repeat-x fixed;
	text-align: center;
}

* { 
  margin: 0px; 
  padding: 0px;
}	
	
h1 {
	font-family: georgia, times, serif;
	font-size: 3em;
	font-weight: 100;
	color: #999;
	line-height: 1em;
}

h2, p,  li{	
	font-family: georgia, times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 100;
	color: #fff;
}

li {	
	margin: 0px 0px 0px 20px;
	font-family: georgia, times, serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: 100;
	color: #fff;
}

/*page elements*/
	
#container{
	margin: 0px 0px 0px 300px;
	width: 740px;
}	
	
#header {
	position: fixed;
	top: 10px;
	left: 20px;
	width: 250px;
	text-align: left
}

#header p {
	color: #999;
}

#header a {
	color: #999;
}

#header a:hover {
	color: #fff;
	background-color: #999;
}

#content {
	margin: 5px 0px 0px 0px;
}	

#content .image {
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 0px;
	height: 405px;
	width: 360px;
	float: left;
	text-align: center;
	background: #fff;
}

#content .cell {
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 0px 0px;
	height: 405px;
	width: 360px;
	float: left;
	text-align: left;
}

#content .cell h2 {
	padding: 0px 10px 0px 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

#content .cell p {
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 20px 10px;
	border-top: 1px dashed #fff;
}

#content .cell a {
	color: #fff;
}

#content .cell a:hover {
	color: #999;
	background-color: #fff;
}

#content .footer {
	margin: 5px 5px 5px 5px;
	height: 410px;
	width: 730px;
	background-color: #fff;
	text-align: center;
	float: left;
}

iframe {
	margin: 5px 5px 5px 5px;
}