/* //////////////////////////////////////// */
/* author: Yuli Mitsner 
/* date: April 9th, 2005
/* MBCS � 2005
/* //////////////////////////////////////// */

html {
	background-color: #EEF2FB;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: left;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 0;
	margin: 0;
}

#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 252px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#intro {
	float: right;
	width: 450px; /* 480 - 40 for padding */
	margin-top: 180px; /* push it away to not cover header logo */
	/*margin-right: 60px; /* push it left from container border */
	padding: 30px 80px 15px 20px;
	background-image: url(images/intro.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#prizes {
	margin: 0 auto;
	margin-top: 20px;
	width: 660px;
	color: #333;
	background-image: url(images/prizes_slice.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#prizes .top {
	width: 660px;
	height: 36px; /* height of top image */
	background-image: url(images/prizes_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#prizes .bottom {
	width: 660px;
	height: 35px;
	margin-top: -35px;
	background-image: url(images/prizes_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}

#prizes .text {
	text-indent: 10px;
	padding: 0 10px 10px 15px;
}

#prizes a img {
	border: none;
	border: 2px solid #FFFFF0;
}

#prizes a:hover img {
	border: none;
	border: 2px solid #C60301;
}

#kids {
	margin: 0;
	padding: 0;
	text-align: center;
}

#kids .title {
	padding-top: 5px;
	background-image: url(images/kids_title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#kids .title strong { /* different highlite for this */
	color: #C60301;
	font-size: larger;
}

#kids .nav {
	width: 680px;
	margin: 0 auto;
	padding: 0;
}

#kids .nav .button {
	padding-top: 5px;
}

#kids #content {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 13px;
}

#kids #content table {
}

#kids #content table strong {
}

#kids .cell {
	text-align: center;
	padding-bottom: 5px;
}

#kids .cell .image{
	width: 140px;
	height: 140px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/note.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#kids .cell .image strong {
	color: #C60301;
}

#kids .cell .image a img {
	margin: 10px 0px 0px -3px;
	border: 2px solid #FFF;
}

#kids .cell .image a:hover img {
	border: none;
	border: 2px solid #C60301;
}

#footer {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

.banners {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 0; /* Remove whitespace between inline elements */
}

.banners img {
	border: 1px solid #ccc;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}
/* //////////////////////////////////////// */
/* tag styles
/* //////////////////////////////////////// */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 16px;
}

h1 {
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

h3 {
	font-size: 14px;
}

strong {
	color: #333333;
}

small {
}

p {
	margin-top: 0;
	padding-top: 0;
}

p.first {
}

p:first-letter {
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: #C60301;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #C60301;
}

a:hover {
	text-decoration: none;
	color: #DD89AB;
}

a:hover img {
	background: none;
}

a:active {
	color: #C60301;
}

form {
	padding: 0;
	margin: 0;
}

.red {
	color: #C60301;
}

.center {
	margin: 0 auto;
}

.box {
	padding: 5px;
	background-color: #FFFDE6;
}

.spacer {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}