/* CSS Document */

body, *
{
	margin:0px;
	padding:0px;
}

#intro
{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	
	border-right-style:solid;
	border-left-style:solid;
	border-color:#CCCCCC;
	border-width:4px;
}

#introWrapper
{
	margin-top:150px;
	background-color:#3e567e;
	border-top-style:solid;
	border-bottom-style:solid;
}

#subText, #subText a 
{
	text-align:center;
	color:#e2e7ee;
	font-family:"Trebuchet MS";
}

#subText a 
{
	text-decoration:none;
	font-size:1.5em;
}

#subText a:hover
{
	text-decoration:underline;
}

#copyright, #copyright a
{
	font-family:"Trebuchet MS";
	text-align:center;
	margin-top:100px;	
	font-size:12px;
	color:#e2e7ee;
	text-decoration:none;
}

#copyright img
{
	border:none;
	margin:10px;
}






