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

#Main {
	background-color: #000;
	padding: 0px;
	padding-bottom: 50px;
	height: auto;
	width: 1000px;
	position: relative;
	text-align: center;
	top: 0px;
	bottom: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	vertical-align: top;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}

#calendar{
 background-color: rgb(204, 204, 204);  
 padding: 25px;
	padding-bottom: 25px;
	height: auto;
	width: 800;
	position: relative;
	text-align: center;
	top: 0px;
	bottom: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	vertical-align: top;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#head {
	height: inherit;
	width: 1000px;
	margin-top: 25px;
}
#Nav {
	font-family: ERASDEMI;
	font-size: 16px;
	background-color: #000;
	text-align: center;
	height: 25px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	font-style: normal;
	font-weight: lighter;
	line-height: normal;
	padding-bottom: 0px;
	padding-top: 25px;
	margin-bottom: 0px;
	-moz-border-radius: 15px;
border-radius: 15px;
}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #036;
}
body {
	background-color: #515151;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

p { font-family:ERASMD; font-weight:400; color: #ccc; text-align:left; padding-left: 100px; padding-right: 100px; text-indent: 1em}

h1 {font-family:ERASBD; font-weight:bold; color: #036}

h2 {font-family:ERASDEMI; font-weight: 600; color: #036}

li {font-family:ERASMD; font-weight:400; color: #ccc; text-align:left; margin-left: 300px}

@font-face {
     font-family: ERASMD;
     src: url('Fonts/ERASMD.TTF'); 
}
@font-face {
     font-family: ERASDEMI;
     src: url('Fonts/ERASDEMI.TTF'); 
}

@font-face {
     font-family: ERASBD;
     src: url('Fonts/ERASBD.TTF'); 
}




div {
    
}
