@charset "UTF-8";
/* CSS Document */

body {
	color: #000000; /* text color */
	background-color: #FFFFFF; /* page background color */
	font-family: Arial, Helvetica, sans-serif} /* page font */

/* links */
a:link {color: #0066CC; text-decoration: none} /* "text-decoration: none" removes underline on links */
a:visited {color: #3399FF; text-decoration: none}
a:hover {color: #FF9900; text-decoration: none}
a:active {color: #0099FF; text-decoration: none}

/* headers */
h1 {font-size: 40px;;
			width: 100%;
			color: #003399}
			
h2 {font-size: 24px;
			color: #003399;
			font-style: italic}

/*color of horizontal line */
hr {color:#0066CC}


#body {}

#head-img {float: left;
			clear:left;
			padding:0}
			
#header {height:150;
			padding: 20 0 0 20;}
			
#links {padding: 0 20 0 20}

#main {padding:30 0 0 0}
			
#contact {text-align: center;
			width: 100%}
			
#footer {text-align: center;
			font-size: 10px;
			width: 100%}
			
/*spans*/

#magical {font-size: 22px;
			line-height:1.5}
			
