body {
	font-family:		"Century Gothic", Arial, Verdana;
	font-size:			11pt;
	color:				#231F20;
}

img {
	border:				0px;
}

a {
	color:				#000;
	text-decoration:	none;
}

a:hover {
	border-bottom:		dashed 1px #000;
}
.highlight {
	color: #39C;
}

#page {
	width:				800px;
	/* height:				600px; */
	margin:				20px auto;
	border:				1px #000 solid;
}

#header {
	height:				129px;
	border-bottom:		1px solid #000;
}

#content { 
	/* height:				431px; */
	padding-top:		15px;
	padding-left:		40px;
	padding-bottom:		0;
	position:			relative;
}

.heading {
	color:				#037EBA;
	font-size: 			1.2em;
	font-style: 		italic;
}

.content_uforia {
	background:			url(../img/uforia-big.jpg) top right no-repeat;
	height:				335px;
}

.content_muse {
	background:			url(../img/muse-big.jpg) top right no-repeat;
	height:				490px;
}

#content_area {
	width:				470px;
}

#footer {
	width:				800px;
	margin:				20px auto;
	text-align:			center;
}

#contest_footer {
	background:			url(../img/footer.jpg) top left no-repeat;
	width:				385px;
	height:				21px;
	margin-top:			20px;
}

.spacer {
	margin:				00px;
}

.prod-img {
	padding-right:		20px;
	float:				left;
}

.clear {
	clear:				both;
}

.bold {
	font-size: small;
	font-weight: bold;
	color: #39C;
}

/*
---> CONTEST ELEMENTS
*/

#homeContestLink {
	position:			absolute;
	z-index:			600;
	width:				225px;
	height:				395px;
	right:				37px;
	top:				25px;
	cursor:				pointer;
	background:			url(../img/transparent.gif);
}

.content_contest {
	background:			url(../img/contest-back.jpg) bottom right no-repeat;
}

.content_contest a:hover {
	border:				0;
}


