/**********/
/* reset */
/********/
html {
	color:#000;
	background:#FFF;
}
body {
	margin:0;
	padding:0;
}
img {
	border:none;
	outline:none;
}
/********/
 /* main */
/********/
#main {
	float:left;
	width:960px;
}
#wrapper {
	background-image:none;
	margin:0px;
	background:none;
	width:100%;
}
/**************/
 /* Menu */
/**************/
#menu {
	float:left;
	background-color:#000000;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	height:32px;
}
#menu ul {
	padding-left:20px;
	margin-top:4px;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:4px;
}
#menu ul li {
	list-style: none;
	display:inline;
}
#menu ul li a {
	float:left;
	padding-top:0px;
	margin:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:39px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration: none;
}
#menu li a:hover {
	color:#d2ff37;
	text-decoration: underline;
}
#menu li.current a {
	color:#d2ff37;
	text-decoration: none;
}
#wrapper {
	background-image:none;
	margin:0px;
	background:none;
	width:100%;
}
.clear {
	clear: both;
}
/*Supersized Stamp*/
			.stamp {
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
			#navigation {
	float: right;
	margin:22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	background-image: url(big_bg/1.jpg);
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	z-index:99;
}
/**************/
 /* HEADER */
/**************/
#headerArea {
	width:100%;
	margin:0 0 0 0px;
	height:173px;
}
#header {
	width:100%;
	margin:0 0 0 0px;
	height:140px;
	background-image:url(../images/barron-header.png);
	background-repeat:repeat-x;
}
#logo {
	height:140px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
#navArea {
	width:100%;
	height:33px;
	background-color:#000000;
	margin:0 0 0 0px;
}
#nav {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:33px;
}
/**************/
 /* SIDE NAV */
/**************/

#art-nav {
	position:absolute;
	left:100px;
	top:250px;
	z-index:99;
	width:160px;
	height:70px;
}
.fantasy {
	display: block;
	width: 124px;
	height: 23px;
	text-decoration: none;
	background-image:url(../images/fantasy-art.png);
}
.fantasy:hover {
	background-position: -124px 0;
}
.seascapes {
	display: block;
	width: 139px;
	height: 24px;
	text-decoration: none;
	background-image:url(../images/seascape-art.png);
}
.seascapes:hover {
	background-position: -139px 0;
}
.landscapes {
	display: block;
	width: 155px;
	height: 22px;
	text-decoration: none;
	background-image:url(../images/landscape-art.png);
}
.landscapes:hover {
	background-position: -155px 0;
}
.displace {
	position: absolute;
	left: -5000px;
}
