@charset "utf-8";
/* CSS Document */
body{
	background-color:#7f0000;
	margin-top:0px;
}
table{
	border:none;
}

#container{
	width:1100px;
	height:1500px;
	
}
#title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#ffff00;
	padding-bottom:10px;
}
#corner{
	
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	padding-right:15px;
	padding-top:20px;
	vertical-align:top;
}
#maintext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffff7f;
	padding-bottom:25px;
}
#inputtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0;
	padding-bottom:10px
}
#edge{
	height:10px;
	background-image:url(images/edge.jpg);
	width:774px;
}
#learn{
	background-image:url(images/learn.jpg);
	height:21px;
	background-position:right;
	background-repeat:no-repeat;
}
#topnav{
	background-image:url(images/topright.jpg);
	background-repeat:no-repeat;
	height:89px;
	width:551px;
	z-index:0;
}

#smalltop{
	background-image:url(images/smallright.jpg);
	background-repeat:no-repeat;
	height:89px;
	width:551px;
	z-index:0;
}
#main{
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	height:420px;
	width:1100px;
	z-index:0;
}
#contactmain{
	background-image:url(images/contactmain.jpg);
	background-repeat:no-repeat;
	height:420px;
	width:1100px;
	z-index:0;
}

#contents{
	position:relative;
	top:100px;
	z-index:1;
}
#bookmark{
	position:relative;
	left:140px;
	width:83px;
	height:89px;
	z-index:3;
}
#leftcol{
	width:43px;
	background-image:url(images/leftcol.jpg);
	background-repeat:repeat-y;
}
#rightcol{
	width:44px;
	background-image:url(images/rightcol.jpg);
	background-repeat:repeat-y;
}
#search{
	position:relative;
	left:245px;
	top:15px;
	width:275px;
	height:25px;
}

#flashsections{
	background-image:url(images/flashback.jpg);
	background-repeat:no-repeat;
}
#flashslide{
	z-index:1;
	position:absolute;
	left:0;
	top:0;
}
#gallery{
	background-image:url(images/galleryback.jpg);
	height:311;
	width:1011;
}
#divider{
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:11px;
	padding-left:10px;
	padding-right:10px;
	
}
#gallerytitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#ffff00;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
}

#gallerytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffff7f;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
}
#bcgallerytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffff7f;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:10px;
	width:817px;
}
a:link {
	color: #ffff7f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: ffff00;
}
a:hover {
	text-decoration: none;
	color: #ffff00;
}
a:active {
	text-decoration: none;
	color: fff;
}
