body {
	margin: 0;
	padding-top: 22px;
	background: #fff;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #666;
}

a:link, a:active {
	color: #11C;
	text-decoration: underline;
}

a:visited {
	color: #11C;
	text-decoration: underline;
}

a:hover {
	color: #11C;
	text-decoration: underline;
}

h2 {
	color: #1555c9;
	font-size: 28px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0;
}

h3 {
	color: #1555c9;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0;
}

#logo {
	background: url(/images/glogo2.png) top left no-repeat;
	width: 317px;
	height: 47px;
}

#logo h1 {
	display: none;
}

#topbar {
	background: #f3f3f3;
	height: 3px;
	margin-top: 10px;
}

#photostrip {
	background: url(/images/photostrip.png) top left no-repeat;
	width: 960px;
	height: 233px;
}

#boothphotos {
	padding-top: 31px;
	padding-left: 21px;
}

#boothphotos img {
	margin-right: 26px;
}

#button {
    width: 265px;
	height: 35px;
	overflow: hidden;
    background: url(/images/button_upload.png) no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 10px;
	float: right;
}

#buttonDownload {
    width: 265px;
	height: 35px;
	overflow: hidden;
    background: url(/images/button_download.png) no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 10px;
	float: right;
}

#button_french {
    width: 265px;
	height: 35px;
	overflow: hidden;
    background: url(/images/button_upload-french.png) no-repeat;
	background-position: 0 0;
	display: block;
	margin-top: 10px;
	float: right;
}

#button_french:hover{
	background-position: 0 -35px;
}

#button_french span {
	display: none;
}

#button:hover{
	background-position: 0 -35px;
}

#button span {
	display: none;
}

#buttonDownload:hover{
	background-position: 0 -35px;
}

#buttonDownload span {
	display: none;
}


#bottombar {
	background: #f3f3f3;
	height: 3px;
	margin-top: 32px;
}

#footer {
	font-size: 11px;
	margin-top: 22px;
	text-align: center;
}



.nopics{
	position: relative;

	color: #1555c9;
	font-size: 16px;
	font-weight: bold;
	margin-top: 37px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 0;

	line-height: 130%;

}


.contentRegular {

	position: relative;


	color: #1555c9;
	font-size: 16px;
	font-weight: normal;
	margin-top: 37px;
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 0;

	line-height: 200%;

}

.grid_8 {

	line-height: 140%;

}