/* Teen Welcome Page CSS Document */
html{
	background: #e5e5e5 url(images/index_bg.gif) repeat-x 50% 0%;
	height:100%}
body{
	font: small/1.5em "Trebuchet MS",helvetica,sans-serif;color:#333333;
	margin:30px 0 0 0;padding:0;
	background: #e5e5e5 url(images/sitebg.gif) repeat-x 50% 100%;
}
h1{font: 140%/1em "Trebuchet MS",helvetica,sans-serif;color:#e87a12}
blockquote{font: italic 85%/1.5em georgia,serif;color:#666;margin:20px 10px 10px 10px;}
p{margin:2px 0 10px 0;}

a.sectionlink:active {font: 120%  "Trebuchet MS",helvetica,sans-serif;color:#006699; text-decoration:none;margin:5px 0}
a.sectionlink:link {font: 120%  "Trebuchet MS",helvetica,sans-serif;color:#006699; text-decoration:none;margin:5px 0}
a.sectionlink:visited {font:  120% "Trebuchet MS",helvetica,sans-serif;color:#006699; text-decoration:none;margin:5px 0}
a.sectionlink:hover {font: 120%  "Trebuchet MS",helvetica,sans-serif;color:#e87a12; text-decoration:underline;margin:5px 0}

#maindiv{
	vertical-align:bottom;
	width:650px;
	height:100%;
	margin:0% auto;
}
#maindiv:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#leftpanel{
	padding:10px;
	float:left;
	width:250px;
	height:450px;
	background:url(images/logo_index.gif) no-repeat .5em 100%;
	}
	

#rightpanel{
	border-left:1px dotted #f2f2f2;
	padding:50px 10px 10px 10px;
	float:right;
	width:250px;
	height:450px;
	}

#rightpanel p{color:#666;}
