/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	
	
	background-image: url("images/main_box.jpg");
	background-position:center;
	background-repeat:repeat-y;

}
#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}
#logo{float:left; background-image: url(../images/SKY_logo_Small.gif); width:200px; height:170px; border:solid 3px #FF0000; padding:10px; margin:10px;}
#logoad{float:left; background-image: url(../images/logoad.gif); width:200px; height:170px; border:solid 3px #FF0000; padding:10px; margin:10px;}
#topheader{float:right; width:526px; height:190px; background-image: url(images/header_bg.jpg); position:relative; margin-top:10px;}
#skyheader{float:right; width:526px; height:210px; background-image: url(skylands_classic/2010SkylandsClassicWebsite.gif); position:relative; margin-top:10px;}
#mgheader{float:right; width:526px; height:190px; background-image: url(events/mighty_gaw/banner.JPG); position:relative; margin-top:10px;}#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image: url(../images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image: url(../images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:526px;}
#leftpanel{float:left; width:250px;}
#footer{float:right; width:650px; background-color:#BBBBBB; padding:10px; margin-top:20px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#cccccc; padding:5px; margin:5px; color:#3333cc;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #000000;
}

.titletext {
	font: 0.7em Papyrus;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Papyrus;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.side_menu_item{
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.footertext a:link { 
	color: #000000;
	}
.footertext a:visited { 
	color: #000000;
	}
