/*Main css*/
html,body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: small;
	color:#333333;
	margin: 0;
	padding: 0;
}

#top {
	width:1040px;
	height:120px;
	background:url(../images/blanktop.jpg) no-repeat;
}

#middle {
	width:1040px;
	background:url(../images/middle.jpg);
	text-align:left;
}
#bottom {
	width:1040px;
	height:38px;
	background:url(../images/bottom.jpg) no-repeat;
}
/*design-specific tweaks*/
#line  { width: 1040px;
		 height: 25px;
}

#title { width: 450px;
        text-indent: 30px;
		padding-top:10 px;
		color: #ffffff ;
		font-family: "Comic Sans MS",cursive;
		font-weight: bold;
		font-size: 2.8em;
		text-align: left;
		text-shadow: #666666 5px 5px 5px;
	    white-space: nowrap;
}

#menu { 
	padding-top:0px; 
	padding-left:405px;
	color: #ffffff ;
	font-weight: bold;
	font-size: 2.0em;
	font-family: "Comic Sans MS",cursive;
	text-align: center;
	width:585px
}

#menu a:link, #menu a:visited, #menu a:active {
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#content { width:980px; padding-left:30px; }
	

#footer { padding-top:28px; padding-left:270px; color:#333333; }

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

/*extra pretties*/
h1 {
  color: #516376;
  font-weight: bold;
  font-size: 1.8em;
}

h2 {
  color: #516376;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #516376;
  font-weight: bold;
  font-size: 15px;
}
img { padding:3px; background:#e6e5e5; }
.code { font-family:"Courier New", Courier, monospace; color:#006699; background-color:#dadada; padding:2px; }
.code2 { font-family:"Courier New", Courier, monospace; color:#009900; background-color:#dadada; padding:2px; }