/* CSS Document */

/*Global Seetings */

body  {
	background-image: url('images/backgrounds/lngarts_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#d09cc4;
	margin: 0;
}

h1, h2, h3, h4, p {
	font-family: "Times New Roman", Times, serif;
	color: #800080;
	
}

ul {
	list-style-image:url(images/Thumbs/Paintcup2.png);
	list-style-type: none;
	list-style-position: outside;
	width:250px;
	font-size: small;
}
ul p {
	font-family:"Times New Roman", Times, serif;
	text-align: left;	
	font-size: small;
	font-style: normal;
	
}

ul img {
	border:none;
	}

a:link {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-size: small;
	}
a:visited {
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-size:small;
	}
	
img {
	border:none;
	}
/*Javascript menu */

.menutitle {
	font-weight:bold;
	text-align:left;
}

.DivMenu {
	position: absolute;
	left: -200px;
	top: -1000px;
	width: 180px;
	z-index: 100;
	background-color: #d7aacc;
	border: 4px #666699 ridge;
}

.TDMenu {
	color: #800080;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	width: 100%;
	cursor: default;
}


/* All Pages */
#main {
	width:800px;
	margin: 0 auto;
}

#content {	
	text-align:center;
	position:relative;
	width:800px;
	height:700px;
	}

#header {
	text-align:center;
	height: 140px;
	background:url(images/lngartsheader.png) no-repeat top;
	border:thin inset;
}

#header h1 {
	padding-top: 40px;
	text-align: center;	
}

#toucontent {
	background-image:none;
	background-color:#d09cc4;
	font-size:small;
	}

/*Home Page Only */

#javamenu {
	position:absolute;
	left:0;
	top:0;
	width: 200px;
	height:600px;
}
#homedesc {
	position:absolute;
	left:201px;
	top:0;
	width: 575px;
	height: 450px;
	padding-top:150px;
	padding-left:25px;
}

#homedesc p {
	text-align: center;
	font-style: italic;
	color: #800080;
	
}
	
#FPheader h1 {
	padding-top: 20px;
	text-align: center;
	font-style: italic;
	
}
#FPheader h2 {
	text-align:center;
	}
	
#FPfooter {
	clear:both;
	text-align:center;
	}


/* Links Page */

#links {
	position: relative;
	width: 500px;
	height: 800px;
	margin: 0 auto;
	text-align: center;
}

/* Individual Art Piece Pages */

/* Style the Portrait Images */
#imagecontentP {
	float:left;
	border: 0px;
	width: 585px;
	margin-top: 30px;
	padding-left:15px;
	text-align: center;
}



/* Style the Landscape Images */
#imagecontentL {
	float:left;
	border: 0px;
	width: 585px;
	padding-left:15px;
	margin-top: 175px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:visible;
}

/* Style for smaller images*/
#imagecontentS {
     float:left;
	border: 0px;
	width: 585px;
	padding-left:15px;
	margin-top:125px;
	overflow:visible;
	
}


#imagecontent p {
    text-align:left;
}

#imagedesc {
	background-position: center;
	float: left;
	width:200px;
	text-align: center;
	background-image: url('images/backgrounds/sidebar.png');
	background-repeat: no-repeat;
	height: 600px;
	line-height: 1;
}

#imagedesc p {
	color: #800080;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: lighter;
	line-height: 30px;
	text-align: center;
	word-spacing: normal;
	margin: 125px 10px 10px 10px;
}

/*Sitemap specific */

#smcontent {
	position:relative;
	height:1300px;
	}
#smlandscape {
	position:absolute;
	left:0px;
	top:0px;
	width:267px;
	height:1300px;
	text-align:left;
	background-image:url(images/smsidebar.png);
}

#smlandscape h2 {	
	text-align:center
	}

#smMiscart {
	position:absolute;
	left:268px;
	top:0px;
	width:269px;
	height:1300px;
	text-align:left;
	background-image:url(images/smsidebar.png);
}

#smMiscart h2 {	
	text-align:center
	}

#smFolkandDraw {
	position:absolute;
	left:536px;
	top:0px;
	width:264px;
	height:1300px;
	text-align:left;
	background-image:url(images/smsidebar.png);
}

#smFolkandDraw h2 {
	text-align:center;
	}
/* Footer */
#footer {
	clear:both;
	position:relative;
	width: 100%;
}

#footer p {
    text-align:center;

}

#footer img {
    text-align:center;
	border:0px;
}

#footer a {
	border:0px;
}

#linksfooter {
	margin-top: 533px;
	height: 591px
}

#contactbody {
	
	width: 800px;
	height: 720px;
	margin: 0 auto;
	text-align: center;
	}
	
hr {
	color:#96C;
	}
#contactH {	
	background-image:url(images/lngartsheader.png);
	text-align:center;
	height:140px;
	border:thin inset;
	}
