body {
	font-family:		Arial, Verdana;
	font-size:			11pt;
	color:				#231F20;
}

img {
	border:				0px;
}

a {
	color:				#000;
	text-decoration:	none;
}

a:hover {
	border-bottom:		dashed 1px #000;
}
.highlight {
	font-family: Verdana, Geneva, sans-serif;
	color: #39C;
}

#page {
	width:				800px;
	height:				600px;
	margin:				20px auto;
	border:				1px #000 solid;
}

#header {
	height:				129px;
}

#content { 
	height:				430px;
	padding-top:		40px;
	padding-left:		40px;
	padding-bottom:		0;
	position:			relative;
}

.content_home {
	background:			url(../img/home-back.jpg) bottom right no-repeat;
}

.content_contact {
	background:			url(../img/contact-back.jpg) bottom right no-repeat;
}

.content_products {
	background:			url(../img/products-back.jpg) bottom right no-repeat;
}

#content_area {
	width:				470px;
}

#footer {
	background:			url(../img/footer.jpg) top left no-repeat;
	width:				385px;
	height:				21px;
	margin-top:			30px;
}

#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-family: Verdana, Geneva, sans-serif;
	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;
}

