body {
	background: url(images/background_stripe.png);

	background-repeat: repeat-x;
	background-position: 871px top;
	background-color: #2c6684;
	line-height: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #222233;
}

p {
	
}

#masthead {
	height: 200px;
	top: 0px;
	position: absolute;
}
#body {
	margin-top: 200px;
	
}

#logo {

	height: 240px;
	background-image: url(./images/v7/logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	
}

div.logo-tail {
	background-color: red;
	background-image: url(./images/v7/tail.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#logo-tail {
	position: absolute;
	background: url(./images/v7/tail.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 200px;
	
}

.column {
	margin-bottom: 100px;
}

h1 {
	color: #ffff00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.5em;
	text-transform: lowercase;
	display: block;
	margin-top: 12px;
	margin-bottom: 10px;
}

h2 {
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
	font-size: 100%;
}

div.content {
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 95%;
}

div.copy-content {
	padding: 10px;
}

div.content a {
	color: #FF0088;
	text-decoration: none;
}

div.content a:HOVER {
	text-decoration: underline;
}

div.participant {
	
	background-color: white;
	
	height: 70px;
	clear: both;
	
}

div.participant-odd {
	background-color: #f0f0f0;
}

div.participant div.photo {
	height: 70px;
	width: 60px;
	background-color: #555555;
	float: left;
	margin-right: 10px;
}

div.participant-odd div.photo {
	background-color: #888888;
}

div.participant span.name,div.participant span.company,div.participant span.country
{
	display: block;
	font-size: 95%;
}

div.participant span.name {
	padding-top: 10px;
	font-weight: bold;
}

ul{
	list-style-image: url(../images/bullet.png);
	font-size: 11px;
	color: black;
}

ul li{
	line-height: 18px;
	margin-bottom: 4px;
}
