/* CSS Document */

.nav{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	text-align:right;
	padding-right: 5px;
}

.subnav{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 18px;
	text-align:right;
	padding-right: 5px;
}

.navindicator{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #EE2E24;
	line-height: 18px;
	text-align:right;
	padding-right: 5px;
	font-weight: bolder;
}

.text{
font-family: Verdana, sans-serif;
font-size: 10px;
color: #ffffff;
line-height: 18px;
text-align:left;
}

.textWhite{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 18px;
	text-align:left;
	margin-left: 5px;
	vertical-align: bottom;
}

/* MAIN */

.small{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #ffffff;
	line-height: 10px;
	text-align: left;
}


/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:none;cursor:pointer} 
a:link {color:#ffffff} 
a:visited {color:#ffffff} 
a:hover,a:active {color:#EE2E24} 

/* POSITIONING */

* {margin:0;padding:0}
body {
	padding: 0px;
	margin:0;
	background: #768089;
	color:#333333;
	font-size: 5px;
	background-image: url(images/backText.png);
	background-repeat: repeat-y;
}

#wrap {position:relative;width:900px;margin: 0 auto}
#wrapplan {
	position:relative;
	width:600px;
	height:600px;
	margin: 10px;
	vertical-align: middle;
}
#nav {position:relative;width:895px;height:20px;background:#ffffff;margin-top: 5px;margin-bottom: 5px}
#gallerynav {
	position:relative;
	width:895px;
	height:20px;
	background:transparent;
	margin-top: 5px;
	margin-bottom: 5px;
}
#copy {
	position:relative;
	width:900px;
	background:transparent;
	margin-top: 5px;
	margin-bottom: 5px
}
#text {
	position:relative;
	width:500px;
	background:transparent;
	margin-top: 5px;
	margin-bottom: 5px
}
#links {position:relative;width:200px;height:100px;background:transparent;margin-top: 5px;margin-bottom: 5px}
#base {
	position:relative;
	width:895px;
	height:20px;
	background:#ffffff;
	margin-top: 5px;
	margin-bottom: 5px
}
#contact {
	position:relative;
	width:900px;
	height:424px;
	background:#transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F3;
}
