div#contest_container {
	width: 960px;
	margin: 0px auto 0px auto;
	top: 8px;
	position: relative;
}

h1 {
	font-family: "presicav-1","presicav-2",sans-serif;
	font-weight: 500;
	font-size: 14pt;
	color: #1a8296;
	margin: 0px 0px 12px 0px;
	text-align: left;
}

div#contest_top {
	height: 452px;
}

div#contest_text {
	width: 480px;
	float: left;
	font-size: 1.05em;
	position: relative;
}

div#contest_text p {
	margin: 0px 0px 1em 0px;
}

a#contest_join {
	display: block;
	width: 200px;
	bottom: 6px;
	background: #1a8296;
	color: white;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding: 6px 0px 6px 0px;
	text-decoration: none;
	left: 72px;
	font-size: 2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	text-shadow: 1px 1px 0px #005666;
}

span#contest_join_small {
	font-size: .5em;
	font-weight: normal;
}

div#contest_ipad {
	width: 360px;
	height: 452px;
	background: url(/../assets/images/contest/ipad.jpg);
	position: relative;
	float: right;
}







div#contest_tools {
	position: relative;
	width: 960px;
	background: #ffffff;
	margin: 0px 0px 18px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#contest_tools h2 {
	text-shadow: 1px 1px 0px #005666;
	background: #1a8296;
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	font-size: 12pt;
	font-weight: normal;
	width: 940px;
	position: relative;
	top: 10px;
}


div#contest_tools_nav {
	width: 960px;
	height: 60px;
	top: 0px;
	position: relative;
}

div#contest_tools_nav a {
	width: 306px;
	height: 40px;
	color: white;
	background: #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 7px 0px 10px 10px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

div#contest_tools_nav a:hover {
	background: #00a6c7;
	text-decoration: none;
}

div#contest_tools_nav a.current {
	background: #1a8296;
	cursor: default;
}

div#contest_tools_nav a.active {
	background: #1a8296;
	text-decoration: none;
}

div#contest_tools_tabs {
	width: 940px;
	height: 500px;
	padding: 0px 10px 10px 10px;
	position: relative;
	top: 0px;
}

div.tabs {
	display: none;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 500px;
}
