@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	}
	
body {
	background-color: #e1e1e1;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	 }

.input
{
    background-color:Transparent;
    font-family: Arial, Helvetica, sans-serif;
	color:#797979;
}

#main_container {     
	 margin: 0px;	 
	 padding: 0px;
	 width: 100%;
	 height: 100%;
	 }


#top{
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 383px;
	width: 100%;
	text-align: center;
	}	

#header{background-image: url(../images/logo.png);background-repeat: no-repeat;height: 344px;width: 942px;float: none;}	
	
#content_bkrnd
{
	background-image: url(../images/content.jpg);
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	min-height: 275px;
	width: 100%;
	text-align: center;
	vertical-align:top;
}
	
#text 
{
	background-image: url(../images/playnice.png);
	background-repeat: no-repeat;
	background-position:top;
	min-width: 533px;
	min-height: 332px;
	padding-top:20px;
}


	
#footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e8e8e8;
	margin-top: 30px;
	padding-top: 10px;
	min-height: 111px;
	width: 100%;
	text-align: center;
	}	
	
a:hover img {
	opacity: .90;
	filter: alpha(opacity=90);
	border: 0;
	}

.small {font-size: 9px;
        font-family: Arial, Helvetica, sans-serif;
	color:#797979;
	}

a {color: #254e6c; text-decoration: none;}

a:hover {color: #3da3bf;}

.nav {
	font-size: 22px; 
	color: #254e6c;
	text-decoration: none;
	margin: 15px;
	font-weight: bold;
	text-align:left;
}
	
.footer {
	font-size: 12px; 
	color: #254e6c;
	text-decoration: none;
	margin: 15px 30px;
	}

.red{color:Red;}

h1 {color: #797979; font-size: 22px; font-family: "Times New Roman", Times, serif; font-style: italic;}
h2 {color: #797979; font-size: 16px; font-weight: bold; font-family: "Times New Roman", Times, serif; font-style: italic;}
