/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:"Courier New", Courier, monospace;
}
div {
	overflow:none;
}

a {
	text-decoration:none;
	color:black;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

div#pagewrap {
	margin: 0 auto;
	width: 960px;
}

div#header {
	margin-top:20px;
}
div#maincontent {
	margin-top: 8px;
}

#maincontent img {
	float:left;
}

#maincontent ul {
	float:left;
	margin-top: 35px;
	text-align:right;
	margin-right: 20px;
	margin-left:100px;
}

#maincontent ul li {
	text-transform:uppercase;
	margin-bottom: 35px;
	font-size:14px;
}

#maincontent ul li a:hover, a.selected {
	text-decoration:underline;
}

div#primaryarea {
	float:left;
	background-image:url(../images/lnt.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width: 700px;
	height: 800px;
}
#primaryarea p {
font-family: Century Gothic, sans-serif;
	padding-left: 340px;
	font-size:12px;
	margin-bottom: 5px;
}

div#aboutarea {
	float:left;
	background-image:url(../images/lnt.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width: 700px;
	height: 800px;
}

#aboutarea p {
	font-family: Century Gothic, sans-serif;
	padding-left: 340px;
	font-size:10px;
	margin-bottom: 8px;
	line-height:15px;
	}
	
div.gallery {
	float:left;
}

.gallery {
		padding: 10px;
		width: 700px;
	}
	.gallery ul { list-style: none; 
	margin-bottom:20px;}
	.gallery ul li { display: inline; }
	.gallery ul img {
		padding:3px;
		margin-right: 30px;
		background-color:white;
	}
	.gallery ul a:hover img {
		background-color:#ccc;
	}

