@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

p{
	margin:0 0px 20px 50px;
}

img{
	border:none;
}

body{
	font:14px normal Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	margin-bottom:20px;
}

a{
	color:#49C6CF;
	text-decoration:underline;
}

a:hover{
	color:#D51700;
}

#wrapper{
	margin:0 auto;
	width:984px;
}

#header{
	position:relative;
	width:954px;
	height:300px;
	margin:0 auto;
}

#big_logo{
	position:absolute;
	right:-30px;
	top:20px;
	width:406px;
	height:323px;
	z-index:40;
	background-image:url(../images/bigLogo.png);
	background-repeat:no-repeat;
}

#paper_lined{
	position:absolute;
	top:55px;
	left:138px;
	width:562px;
	height:245px;
	background-image:url(../images/paper_lined.png);
	background-repeat:no-repeat;
	z-index:10;
}

#header_intro{
	position:absolute;
	top:35px;
	left:185px;
}

#navigation{
	width:954px;
	height:55px;
	background-color:#49C6CF;
	z-index:30;
}

#andyt{
	position:absolute;
	top:55px;
	left:0px;
	width:372px;
	height:245px;
	z-index:20;
	background-image:url(../images/andyT.png);
	background-repeat:no-repeat;
}

#shadow{
	width:984px;
	background-image:url(../images/drop_shadow.png);
	background-repeat:repeat-y;
}

#content{
	background-color:#efeff1;
	background-image:url(../images/paper_bg.jpg);
	background-repeat:repeat-y;
	width:954px;
	margin:0 auto;
}

#body_content{
	width:574px;
	float:left;
	padding-bottom:20px;
}

#body_content h1{
	margin:45px 0px 25px 50px;
}

#body_content h2{
	margin:45px 0px 25px 50px;
}

#right_column{
	width:280px;
	float:right;
	padding-bottom:20px;
}

#right_column h2{
	margin:45px 50px 25px 0px;
}

#right_column p{
	font-size:12px;
	margin:15px 50px 15px 0px;
	line-height:16px;
}

#right_column #selectah{
	margin:-20px 0 0 0;
}

#right_column #selectah h3{
	font-size:14px;
	font-weight:bold;
	margin:20px 0 0 0;
}

#right_column #selectah p{
	font-size:12px;
	margin:5px 50px 5px 0px;
	line-height:16px;
}

#content_footer{
	clear:both;
}

#shadow_footer{
	width:984px;
	height:18px;
	background-image:url(../images/drop_shadow_footer.png);
	background-repeat:no-repeat;
}

#footer{
	position:relative;
	width:954px;
	margin:0 auto;
	margin-bottom:20px;
}

#footer_bg{
	width:954px;
	height:40px;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
}
#footer_content{
	position:absolute;
	left:0;
	top:12px;
	width:954px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
}

.thumb{
	margin:4px 8px 4px 0;
}

#browser_warning{
	display:none;
}
