@charset "UTF-8";
@import url("globalnav.css");
@import url("footer.css");

/*     Tags     */
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Geneva, sans-serif;
}

h2 {
	width: 98%;
	height: 20px;
	font-size: 100%;
	color: #FFF;
	background-color: #9D41A6;
	margin: 0 0 10px 0;
	padding-right: 2%;
	text-align: right;
}

p {
	font-size: 90%;
	margin: 5px 10px;
}

a {
	font-weight: 700;
	color: #250536;
}

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

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

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

a:active {
	color: #fff;
	text-decoration: underline;
}


/*     IDs and Layout     */
#topdiv {
	width: 800px;
	height: 700px;
	margin: 0 auto;
	background: url(/nwn-hosted-galleries/images/TOP-VNT-Nicole2.jpg) top center no-repeat;
}

#topdiv p {
	width: 390px;
	height: 60px;
	font-size: 80%;
	/*border: 1px #99FF99 dotted;*/
	position: relative;
	top: 85px;
	left: 320px;
}

#flashvid {
	width: 266px;
	height: 194px;
	/*border: 1px #99FF99 dotted;*/
	position: relative;
	top: 0;
	left: 0;
	float: right;
}

#header {
    width: 100%;
    height: 180px;
    background: url(/nwn-hosted-galleries/images/BannerHoldBG2.gif) repeat-x;
    text-align: center;
    /*border-bottom: #fff 3px solid;*/
}

#banner {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	background-image: url(/nwn-hosted-galleries/images/Banner3.jpg);
	background-repeat: no-repeat;
}


#maincontent {
	width: 780px;
	height: auto;
	margin: 0 auto;
	background-color: #d0a5d2;
	padding-top: 35px;
	padding-bottom: 5px;
}

#maincontent a img {
	border: none;
}

.vntModule {
	width: 760px;
	height: auto;
	margin: 5px auto;
	border: 1px solid #fff;
}

#firstMod {
	margin-top: 0;
}

.vntSubModule {
	height: auto;
	margin: 5px;
	border: 1px solid #fcc;
}


.clearboth {
	clear: both;
}

.lgSamplePic {
	width: 600px;
	margin: 15px auto;
	border: #666 1px solid;
}

#updatetbl {
	margin: 0 7px;
	text-align: center;
}
#updatetbl p {
	font-size: 10px;
	width: 140px;
}
#updatetbl h3 {
	font-size: 11px;
	color: #2c0837;
	height: 35px;
	width: 135px;
	text-align: center;
	margin: 5px auto 0;
	border: thin #000 dotted;
}
