@charset UTF-8;
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #120371;
	background-color: #130270;
	background-image:url(images/dotted_bg.php.png);
	background-repeat:repeat-x;
}

#container {
	width: 740px;
	margin: 0 auto 0 auto;
	}
	
#container01 {
	width: 740px;
	margin: 0 auto 0 auto; 
	padding: 0;
	}

#head {
	width: 740px;
	height: 107px;
	background-image:url(/images/head.jpg);
	opacity: 0.80;
}
	
#navcontainer {
	width: 740px;
	height: 36px;
	background-color: #130270;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a {
	text-indent: -5000px;
	float: left;
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}

#nav a:hover, #nav a.current{
	background-position: 0 -36px;
}
#nav a:active{
	background-position: 0 -72px;
}
#nhome a {
	background:  url(images/home.jpg) no-repeat left top;
	width: 94px;
	height: 36px;
}
#nabout a {
	background:  url(images/about.jpg) no-repeat left top;
	width: 129px;
	height: 36px;
}
#ncontact a {
	background:  url(images/contact.jpg) no-repeat left top;
	width: 141px;
	height: 36px;
}
#nfaq a {
	background:  url(images/FAQ.jpg) no-repeat left top;
	width: 84px;
	height: 36px;
	}
#ngallery a {
	background:  url(images/gallery.jpg) no-repeat left top;
	width: 118px;
	height: 36px;
}
#nshop a {
	background:  url(images/shop.jpg) no-repeat left top;
	width: 81px;
	height: 36px;
}
#nlinks a {
	background:  url(images/links.jpg) no-repeat left top;
	width: 93px;
	height: 36px;
	}

#content {
	height: 500px;
	background-color: #e0feff;
}

#leftcolumn {
	width: 300px;
	float:left;
	padding:15px 10px 0 50px;
}
#rightcolumn {
	width: 300px;
	float: right;
	padding: 15px 30px 0 30px;
	color: #000;
}

#footer {
	clear:both;
	width: 740px;
	color: #FFF;
	font-size:10px;
	font-weight:bold;	

}

.header {
	font-size: 20px;
	color:#110472;
	font-weight:bold;
	}
	
.subhead {
	font-size: 16px;
	color: #98216B;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #7effcc;
	text-decoration: none;
}

a:hover {
	color: #fff47d;
	text-decoration: underline;
}
