.cleaner{
	clear: both;
	font-size: 1px;
	height: 1px;
}
body{
	background-color: #00b8d4;
	margin: 10px 0px;
	color: #193c43;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.8em;
}
h1{
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0;
	padding: 25px 0px 5px 0px;
}
p{
	line-height: 1.5em;
	padding: 5px 0px;
	margin: 0;
}
p.halfsize{
	width: 390px;
}
p.center_heading{
	text-align: left;
	font-size: 1.2em;
	padding: 5px 0px 10px 0px;
}
a{
	color: #ed1c24;
}
a.survey_link{
	color: #ed1c24;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#site_container{
	width: 1010px;
	margin: 0 auto;
	position: relative;
}
#header, #main_area{
	margin-left: 25px;
}
#site_top{
	background-image: url(/images/site_top_border_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 8px 100%;
	width: 1010px;
	height: 90px;
}
#site_bottom{
	background-image: url(/images/site_bottom_border.jpg);
	background-repeat: no-repeat;
	background-position: 8px 0;
	width: 1010px;
	height: 92px;
	position: relative;
}
#bell_logo{
	width: 138px;
	height: 34px;
	background-image: url(/images/bell_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 18px;
	left: 91px;
	display: none;
}
.site_border{
	clear: both;
}
#header{
	background-color: #005a6c;
	margin-left: 8px;
	height: 268px;
	width: 988px;
	background-image: url(/images/header_mockup.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	/*position: relative;*/
}
#header a{
	display: block;
	height: 268px;
	width: 953px;
}
#header .logo{
	position: absolute;
	top: 152px;
	left: 58px;
}
#header .logo a{
	width: 191px;
	height: 52px;
	display: block;
	background-image: url(/images/c3p_header_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .spacer{
	position: absolute;
	top: 204px;
	left: 58px;
	width: 191px;
	height: 67px;
	background-image: url(/images/spacer.png);
	background-repeat: no-repeat;
}
#header .home{
	position: absolute;
	top: 271px;
	left: 94px;
}
#header .home a{
	width: 101px;
	height: 27px;
	display: block;
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#main_area{
	background-image: url(/images/main_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 8px;
	float: left;
}
#main_area .callout_column{
	width: 280px;
	float: left;
	background-image: url(/images/callout_bar_bg.png);
	background-repeat: no-repeat;
	background-position: 53px 0;
	min-height: 318px;
}
#main_area .callout_column .container{
	position: relative;
}
#big_red_button{
	position: absolute;
	top: 108px;
	left: 66px;
}
#big_red_button a{
	display: block;
	width: 188px;
	height: 103px;
	background-image: url(/images/big_red_button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* big blue button, eh? what if we change it to ... orange? */
#big_blue_button,
#big_blue_button-winners {
	position: absolute;
	top: 227px;
	left: 27px;
}
#big_blue_button a{
	display: block;
	width: 223px;
	height: 134px;
	background-image: url(/images/by_kids_for_kids_winner.png);
	background-repeat: no-repeat;
	background-position: 0 -134px;
}
#big_blue_button-winners a {
    display: block;
    width: 226px;
    height: 134px;
    background-image: url('/images/teacher-draw-en.png');
    background-position: 0 -134px;
    background-repeat: no-repeat;
}
#big_blue_button a:hover,
#big_blue_button-winners a:hover {
    background-position: 0 0;
}
#main_area .content_column{
	float: left;
	width: 707px;
}
#main_area .content_column .contents{
	padding: 95px 45px 45px 45px;
	position: relative;
}
#language{
	color: #113e5b;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	top: 57px;
	left: 91px;
}
#language a{
	text-decoration: none;
	color: #113e5b;
}
#brain{
	width: 251px;
	height: 138px;
	background-image: url(/images/brain.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	left: 690px;
}
#lock{
	width: 150px;
	height: 189px;
	background-image: url(/images/lock.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 222px;
	left: 852px;
}
#strong_dude{
	width: 144px;
	height: 212px;
	background-image: url(/images/strong_dude.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 202px;
	left: 271px;
}
#arrow{
	width: 110px;
	height: 168px;
	background-image: url(/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 327px;
	left: 0px;
}
#topmenu{
	position: absolute;
	top: 10px;
	left: 90px;
	width: 463px;
	height: 52px;
	background-image: url(/images/topmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#resources_btn{
	position: absolute;
	top: 7px;
	left: 8px;
}
#resources_btn a{
	display: block;
	width: 142px;
	height: 38px;
	background-image: url(/images/topmenu_resources.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#resources_btn a:hover{
	background-image: url(/images/topmenu_resources_over.jpg);
}
#evaluation_btn{
	position: absolute;
	top: 6px;
	left: 166px;
}
#evaluation_btn a{
	display: block;
	width: 128px;
	height: 36px;
	background-image: url(/images/topmenu_evaluation.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#evaluation_btn a:hover{
	background-image: url(/images/topmenu_evaluation_over.jpg);
}
#feedback_btn{
	position: absolute;
	top: 2px;
	left: 310px;
}
#feedback_btn a{
	display: block;
	width: 140px;
	height: 38px;
	background-image: url(/images/topmenu_feedback.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#feedback_btn a:hover{
	background-image: url(/images/topmenu_feedback_over.jpg);
}
#lesson_buttons{
	padding: 455px 0px 60px 65px;
}
.lesson_button{
	width: 172px;
	height: 51px;
	/*background-image: url(/images/lesson_btn.png);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 5px 0px;
}
.lesson_button a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	padding: 12px 0px 0px 24px;
}
#lesson1{
	background-image: url(/images/lesson1_btn.png);
}
#lesson2{
	background-image: url(/images/lesson2_btn.png);
}
#lesson3{
	background-image: url(/images/lesson3_btn.png);
}
#lesson4{
	background-image: url(/images/lesson4_btn.png);
}
#footer{
	padding: 20px 0px 40px 0px;
}
#footer .contents{
	width: 600px;
	margin: 0 auto;
}
#footer .contents a{
	color: #423d37;
	text-decoration: none;
}
#footer .contents .logo{
	width: 161px;
	height: 49px;
	background-image: url(/images/kik_footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
    display: block;
}
#footer .contents .text{
	width: 419px;
	font-size: 0.75em;
	padding: 20px 0px 0px 20px;
}
#footer .contents .logo, #footer .contents .text{
	float: left;
}
#eval_callout{
	width: 211px;
	height: 206px;
	background-image: url(/images/gift_cert_callout.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 236px;
	left: 479px;
}
