@charset "utf-8";
/* CSS Document */

body {	
	background-color:#a77fae;	
	background-repeat: no-repeat;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin: 50px 0px; padding: 0px;
}

li:hover {
	background-color:#96C;
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hidden {
	position:absolute;
	text-indent:-1000px;	
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
#wrapper {
	margin: 0 auto;
	width:800px;	
	}
	
#header {
	
	}
	
#content {
	background-image:url(images/backgrounds/lngarts-BG.jpg);
	position:relative;
	height: 800px;
	}
	
/*Front Page */
#LeftSide {
	position:absolute;
	width:300px;
	left:0px;
	height:590px;
	top:210px;	
	}
#RightSide {
	position:absolute;
	width:485px;
	left:301px;
	height:770px;
	top:0px;
	overflow:hidden;
	font-weight:bold;
	margin: 15px 15px 15px 0px;
	}
	
/* Art Gallery */

#descbar {
	position:absolute;
	left:300px;
	top: 50px;
	width:400px;
	height:200px;	
	font-weight:bold;
	font-size:18px;
	text-align:left;
	}

#imagebox {
	position:absolute;
	top: 250px;
	text-align:center;
	width: 800px;
	left: 0px;
	}
/* Navigation flyout */

.navigation {
	text-align: left;
	width:200px;
	left: 1px;	
	}

#watercolors {
	z-index: 10;
	background-image:url(images/watercolor_btn.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;
	margin-bottom: 20px;
	}
#morewatercolors {	
	background-image:url(images/watercolor2_btn.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;
	margin-bottom: 20px;
}

#oilpaintings {	
	background-image:url(images/oil_painting_btn.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;
	margin-bottom: 20px;
}

#drawings {
	z-index: 8;
	background-image:url(images/drawings_btn.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;
	}
	
.navigation ul {
	width: 100px;
	padding-left: 0;
	
	}

.navigation li {
	list-style:none;
	position:relative;
	vertical-align:bottom;
	}

.navigation li ul {
	display: none;
	}

.navigation li:hover > ul {
	display: block;
	position:absolute;
	left: 95px;
	top: 4px;
	}
	
#watercolorlinks {
	z-index: 10;
	width: 125px;
	}

.navigation ul ul {
	z-index: 9;
	background: #a77fae;
	position:absolute;
	left:-3000px;
	width: 125px;
	}


.links {
	font: #55205c;
	}
.navigation ul li:hover > ul {
	display: block;
	position:absolute;
	left: 95px;
	top: 4px;
	}
	
#thm_tall {
	width:50px;
	height:67px;
	}

#thm_wide {
	width:67px;
	height:50px;
	}

#thm_square {
	width:55px;
	height:55px;
	}
.navigation ul ul li:hover > ul {
	display: block;
	position:absolute;
	left: 125px;
	top: 4px;
	}
.navigation ul ul ul {
	position:absolute;
	left:-3000px;	
	}

/*Sitemap */
#SMColumns {
	position:relative;
	height: 1000px;
	}

#SMRow1 {
	position:absolute;
	left:0px;
	width:270px;	
	text-align: left; 	
	margin: 0px;
	padding: 0px;
	}

#SMRow2 {
	position:absolute;
	left:271px;
	width:285px;	
	text-align: left;	
 	margin: 0px;
	padding: 0px;
	}
	
#SMRow3 {
	position:absolute;
	left:556px;
	width:245px;	
	text-align: left;	
 	margin: 0px;
	padding: 0px;	
	}
	
.smList {
	border:groove #90F;
	list-style-type: none;
	}
/* Contact Page */

#contactbody {	
	width: 800px;
	height: 800px;
	margin: 0 auto;
	text-align: center;
	}

#footer {
	width: 800px;
	height: 50px;
	}
