html {background:transparent}
body {background:#2f2f2f url(/cultureconvention/images/bg.png) repeat-x fixed; margin:0px 0px;}
#wrap {
	padding: 30px 0;
	max-width:50em;
	margin:0 auto;
	top: -50%;
}
* html #wrap { width:50em}

#bookmark a{
	background: transparent url(/cultureconvention/images/bookmark.png) no-repeat scroll left;
	text-indent:-9999px;
	display:block;
	height:205px;
	width:60px;
	float:left;
	margin-left:64px;
}

.cbb {
	margin:0.5em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#666666;
}

.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:transparent;
	font-family:Helvetica;
	font-size:30px;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(/cultureconvention/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(/cultureconvention/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(/cultureconvention/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(/cultureconvention/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(/cultureconvention/images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(/cultureconvention/images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 0px 40px 0px;
	background:#666666;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
.main {
	width:800px;
}