body {
	margin:0;
	padding:0;
	font-family:"comic sans ms", comic;
	color: #000;
	background: #fff;
	font-size:100%;
}

/* Structure */

#main {
	width:740px;
	margin:0 auto;
	padding:0;
	background: #fff;
	border-right: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
}

#top-nav {
	width: 720px;
	margin: 0 auto 5px auto;
	font-size: 0.85em;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.125em;
	padding:10px 10px 5px 10px;
	background: transparent;
}

#content {
	float: left;
	padding-right: 190px;
	font-size: 0.95em;
	color: #000;
	width: 510px;
	text-align: left;
	padding: 5px 0px 15px 5px;
	background-color: transparent;
}

#right {
	float: right;
	font-size: 0.95em;
	color: #000;
	background-color: #FFFFCB;
	margin: 0;
	padding: 0 5px 15px 0;
	width: 190px;
	text-align: left;
}


#footer {
	font-size: 0.75em;
	color: #000;
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
	background-color: transparent;
}

/* Link Styles */

a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
		color: #FF9966;
}

a.top-menu {
	color: #0099FF;
	text-decoration: none;
	padding: 5px;
}

a.top-menu:hover {
	color: #FF9966;
}

a.navigation {
	color: #0099FF;
	border-width: 0 5px 0 5px;
	border-color: #FFFFCB;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 15px 3px 5px;
	text-align: left;
	font-weight: bold;
	width: 165px;
	
}

a.navigation:hover {
	border-color: #4EBDFF;
	background-color: #FFF;
	color: #FF9966;
}

/* Other Styles */

#header {
	padding:0;
	width: 738px;
	margin:0 auto;
	height:89px;
	background: #0099FF url('images/screamparty.jpg') no-repeat top left;
	clear: left;
}

#header h1 { 
	background: transparent; 
	padding: 20px 0 0 0;
	margin: 0 0 0 360px;
	height: 40px;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
	border-style: none;
	
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color:  #0099FF;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #FF9966;
	font-size: 1.3em;
	text-align: left;
	margin: 0 5px 10px 20px;
	padding: 10px 10px 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FF9966;
	background-color: transparent;
	
}

p {
	padding: 5px 5px 5px 20px;
	margin: 0;
	line-height: 1.3em;
}


#right h2 {
	color: #FF9966;
	font-size: 1.1em;
	padding: 5px 10px 5px 10px;
	
}
#right h3 {
	color: #FF9966;
	font-size: 1.1em;
	padding: 10px 10px 5px 0;
	border-top: 1px solid #0099FF;
	width: 165px;
	margin-left: 10px;
}

#right p {
	padding: 5px 10px;
	margin: 0;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* Images */

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
border:1px solid #FFFFFF;
padding:4px;
}

img.alignright {
float: right;
border:1px solid #FFFFFF;
margin:4px 0 3px 7px;
padding:4px;
}

img.alignleft {
float: left;
border:1px solid #FFFFFF;
margin:4px 7px 3px 0;
padding:4px;
}

/* IE hack */
* html #content { height: 1%; }
* html #widecontent { height: 650px; }


.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.katyx.com/ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.katyx.com/ajaxtabs/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}





