/* //////////////////////////////////////// */
/* 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;
	line-height: 18px;
	color: #333333;
	padding: 0;
	margin: 0;
}

#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#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 */
	margin-bottom: 0px;
	padding: 30px 80px 15px 20px;
	background-image: url(images/intro.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#text {
	width: 660px;
	margin: 0 auto;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
	background-color: #FBFBEB;
	border: 1px solid #CCCCCC;
	text-indent: 0px;
}

#text p span.first {
	font-weight: bold;
	font-size: 20px;
}

#text #pictures {
	text-align: center;
}

#text table {
	margin-bottom: 15px;
}
#text table td.box {
	padding: 5px;
	background-color: #FBF0E3;
}

#text table th.box {
	background-color: #FDE6CD;
}

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

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

/*#text {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 660px;
	color: #333;
	background-image: url(images/prizes_slice.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}
#text #description {
	width: 660px;
	height: 36px; 
	background-image: url(images/prizes_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 10px;
	padding: 0 10px 10px 15px;
}
#text #pictures {
	width: 660px;
	height: 35px;
	margin-top: -35px;
	background-image: url(images/prizes_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;	
}*/

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

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

#kids {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	max-width: 100%;
}

#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;
	margin-top: 2px;
	text-align: center;
}

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

#kids #content {
	margin-top: 10px;
	font-size: 13px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#kids #content table {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border-spacing: 0;
	border-collapse: separate;
}

#kids #content table tr {
	text-align: center;
}

 #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-top: 10px;
	text-align: center;
	color: #333333;
	margin-bottom: 10px; /* lift it up a bit */
}

.banners {
	margin: 0 auto;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
}

.banners img {
	border: 1px solid #ccc;
}

.left {
	float: left;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 16px;
}
h1 {
	color: #A90301;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	border-bottom: 1px dotted #A90301;
}

h2 {
	color: #A90301;
	font-weight: bold;
}

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;
	cursor: pointer;
}

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;
}

.spacer{
	clear: both;
}

.nav {
	width: 680px;
	margin: 0 auto;
	padding: 0;
	margin-top: 2px;
	text-align: center;
}
