/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	font-size: 8pt;
	}

#mainbox {
	height: 579px;
	background-image: url(http://www.neckeds.com/img/girl.jpg);
	background-repeat: no-repeat;
	border: 1px solid black;
	border-top-style: none; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: dotted; 
	}
	
#nav {
	position: absolute;
	top: 0;
	left: 210px;
	}
	
#title {
	position: absolute;
	top: 0;
	right: 0;
	left: 320px;
	}
	
	
#content {
	position: absolute;
	top: 63px;
	right: 0;
	left: 320px;
	}

#galleryMain {
	position: relative;
}

#galleryLG {
	width: 236px;
	float: left;
	
}

#thumbs {
	position: absolute;
	top: 0;
	right: 0;
	width: 332px;
	height: 514px;
	padding: 0;

	}
	
#textcontent {
	position: absolute;
	right: 0;
	top: 0;
	width: 332px;
	height: 514px;
	padding: 25px 5px 0 0;
	}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	font-size: 8pt;
	text-align: right;
	}
	
	.maintext a,a:visited,a:active {
	color : #990066;
	text-decoration: none;
	}

	.maintext a:hover {
		color: #CC66FF;
		text-decoration: none;
	}

.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	font-size: 8pt;
	text-align: right; 
	padding: 0 5px 0 0;
	}
	
	.foot a,a:visited,a:active {
	color : #990066;
	text-decoration: none;
	}

	.foot a:hover {
		color: #CC66FF;
		text-decoration: none;
	}
	