/* General */
body{
	background: #fcfcfc;
	text-align: center;
}

a{
	color: #333;
	text-decoration: underline;
}

/* Layout */

#wrapper{
	width: 874px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

/* Header */

#header{
	width: 100%;
	margin-top: 100px;
	background: url("../images/body.png") repeat-y;
	float: left;
	clear: both;
}

#header .inner{
	width: 100%;
	background: url("../images/header.png") top left no-repeat;
	float: left;
	clear: both;
}

#header .content{
	margin: 30px 100px 10px 100px;
}

#logo{
	position: relative;
	top: 20px;
}

#logo img{
	position: relative;
	top: 10px;
}

#logo a{
	margin-left: 10px;
	font-size: 22px;
}

#site_navigation{
	position: relative;
	top: -100px;
	left: 250px;
}

#site_navigation li{
	float: left;
	margin-right: 10px;
}

#site_navigation li a{
	display: block;
	width: 100px;
	height: 101px;
	text-align: center;
	font-size: 12px;
	color: #373737;
	background: transparent url("../images/nav_button.png");
}

#site_navigation li a:hover{
	color: #fff;
	background: transparent url("../images/nav_button_active.png");
}

#site_navigation li a.active{
	color: #fff;
	background: transparent url("../images/nav_button_active.png");
}

#site_navigation li a span{
	position: relative;
	display: block;
	top: 40px;
}

/* Main */
#main{
	width: 100%;
	background: url("../images/body.png") repeat-y;
	float: left;
	clear: both;
}

/* Selection */

#main .selection{
	width: 100%;
	background: url("../images/selection.png") repeat-y;
	float: left;
	clear: both;
}

#main .selection .content{
	padding: 15px 90px 15px 60px;
}

#main .selection .content a{
	text-decoration: underline;
}

#main .selection .content a:hover{
	color: #fff;
	background: #333;
	text-decoration: none;
}

#main .selection .content .title{
	text-weight: normal;
}

#main .selection .content .text{
	font-family: 'Georgia', 'Cambria', serif;
}

#main .selection .bottom{
	width: 100%;
	height: 9px;
	background: url("../images/selection_bottom.png") no-repeat top left;
}

/* Regular */
#main .regular .inner{
	padding: 0 100px;
}

/* Participants */
.member{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 40px;
}

.member .content{
	margin-left: 1px;
	float: left;
	clear: both;
}

.member .photo{
	margin-right: 56px;
	width: 276px;
	background: url("../images/photo.png") repeat-y;
	float: right;
	clear: right;
}

.member .photo .inner{
	text-align: center;
	float: right;
	clear: right;
}

.member .photo .content{
	float: none;
	padding-top: 20px;
	paddin-left: 30px;
	padding-bottom: 20px;
}

.member .photo .bottom{
	width: 276px;
	height: 10px;
	background: url("../images/photo_bottom_right.png") no-repeat top left;
	float: right;
	clear: right;
}

#main .announcement .title{
	
	padding-top: 50px;
	text-align: center;
	font-family: 'Georgia', 'Cambria', serif;
	font-style: italic;
	font-weight: normal;
	background: url("../images/ornament.png") no-repeat top center;
}

#dirtbak.member .content{
	float: right;
	clear: right;
	margin-right: 68px;
}

#dirtbak.member .photo{
	float: left;
	clear: left;
	margin-right: 10px;
}

#dirtbak.member .content .text{
	float: left;
	clear: left;
}

#dirtbak.member .photo .content{
	float: none;
	margin-right: none;
	margin-right: 0px;
}

#dirtbak.member .photo .innner{
	float: left;
	clear: left;
}

#dirtbak.member .photo .bottom{
	float: left;
	clear: left;
	height: 9px;
	background: url("../images/photo_bottom_left.png") no-repeat top left;
}

#dirtbak.member .side_selection.right{
	width: 502px;
	margin-rigth: 48px;
}

#dirtbak.member .side_selection.right .bottom{
	background: url("../images/side_selection_bottom_right.png") no-repeat top left;
	width: 502px;
	height: 9px;
}

#dirtbak.member .side_selection.right, #dirtbak.member .side_selection.right .bottom{
	float: right;
	clear: right;
}

/* Side selection */
.side_selection.left{
	float: left;
	clear: left;
}

#main .side_selection{
	width: 503px;
	background: url("../images/side_selection.png") repeat-y;
	
}

#main .side_selection .content{
	padding: 20px 20px 0 20px;
}

#main .side_selection .text{
	
	font-family: 'Georgia', 'Cambria', serif;
}

#main .side_selection.left .bottom{
	width: 503px;
	height: 9px;
	float: left;
	clear: left;
	background: url("../images/side_selection_bottom_left.png") no-repeat top left;
}

/* Works */
#works{
	float: left;
	clear: both;
	margin-bottom: 20px;
}

#works .work{
	width: 277px;
}

#works .work .content{
	background: transparent url("../images/work.png");
	padding-bottom: 10px;
}

#works .work .content .title{
	
	padding: 10px 20px;
}

#works .work .bottom{
	width: 277px;
	height: 9px;
	background: transparent url("../images/work_bottom.png") top left;
}

#works ul{
	margin-top: 20px;
}

#works ul li{
	
	float: left;
	padding-right: 5px;
}

#works ul li .screenshot{
	
	padding-top: 20px;
	text-align: center;
}

/* Footer */
#footer{
	margin-left: 1px;
	width: 100%;
	height: 500px;
	background: #fcfcfc url("../images/footer.png") no-repeat top left;
	float: left;
	clear: both;
}


#footer p{
	position: relative;
	top: 450px;
	right: 20px;
	font-size: 10px;
	text-align: center;
}

#footer a{
	text-decoration: underline;
}

#footer a:hover{
	color: #fff;
	background: #333;
	text-decoration: none;
}
