@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body {
	background: #fff url(images/bg.gif) no-repeat left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	/*letter-spacing:1px;*/
	color:#330000;
	text-align:left;
	word-spacing:3px;
	line-height:18px;
	
}

#container {
	width:950px;
	margin:20px 0 0 120px;
	float:left;
}

#title {
	height:198px;
	width:194px;
	float:left;
}

h1 {
	text-indent:-9999px;
	float:left;
}

h1 a {
	display:block;
	background: url(images/title.png) no-repeat left top;
	float:left;
	height:198px;
	width:194px;
}

#navigation {
	float:left;
	width:629px;
	height:96px;
}

.navlinks li {
	list-style-type: none;
	display:block;
	float:right;
	width:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 80px;
	background:url(images/nav_seperator.png) left no-repeat;
}

.navlinks li a {
	text-decoration:none;
	color: #996633;
	font-weight:normal;
	text-transform:lowercase;
	font-size:16px;
	letter-spacing:-1px;
}

.navlinks li a:hover { color:#99CC99; }

.navlinks li.nodivider { background-image: none; }

#sublinks {
	float:right;
	width:700px;
	height:30px;
	
}

#sublinks ul li {
	display:inline;
}

#s1 {
	display:none;
}

#s1 li {
	list-style-type: none;
	display:block;
	float:right;
	width:125px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 20px;
	background:url(images/nav_seperator.png) left no-repeat;
}

#s1 li a {
	text-decoration:none;
	color: #996633;
	font-weight:normal;
	text-transform:lowercase;
	font-size:14px;
	letter-spacing:-1px;
}

#s1 li a:hover { color:#99CC99; }

#s1 li.nodivider { background-image: none; }

a:link {color: #264C7F; }
a: link {border:none;}

/* about */

#about {
	float:left;
	height:500px;
	width:950px;
}

#about-text {
	float: left;
	height: 500px;
	width:415px;
}

h2.about-title {
	background:url(images/about_title.png) no-repeat;
	height:31px;
	width:179px;
	text-indent:-9999px;
	margin-top:70px
}

#about-painting {
	float:right;
	width: 504px;
	height:500px;
}

/* contact */

#contact {
	float:left;
	height:500px;
	width:950px;
}

#contact-text {
	float: left;
	height: 500px;
	width:300px;
}

h2.contact-title {
	background:url(images/contact_title.png) no-repeat;
	height:31px;
	width:175px;
	text-indent:-9999px;
	margin-top:70px
}

#contact-painting {
	float:right;
	width: 504px;
	height:500px;
}

/* print */
div.print-icons {
	float:right;
	margin-left:200px;
	height:400px;
	width:700px;
}

h2.print-title {
	background:url(images/gallery_icons/print_title.png) no-repeat;
	width:123px;
	height:33px;
	text-indent:-9999px;
	margin-left:200px;
	margin-top:200px;
}

.print-icons img {
	border:none;
	float:left;
	padding:10px;
}

/* studio */

div.studio-icons {
	float:right;
	margin-left:200px;
	height:400px;
	width:700px;
}

h2.studio-art-title {
	background:url(images/gallery_icons/studioart_title.png) no-repeat;
	width:123px;
	height:25px;
	text-indent:-9999px;
	margin-left:200px;
	margin-top:200px;
}

.studio-icons img {
	border:none;
	float:right;
	padding:10px;
}

/* community */

div.community-icons {
	float:right;
	margin-left:200px;
	height:400px;
	width:700px;
}

h2.community-art-title {
	background:url(images/gallery_icons/communityart_title.png) no-repeat;
	width:188px;
	height:33px;
	text-indent:-9999px;
	margin-left:200px;
	margin-top:200px;
}

.community-icons img {
	border:none;
	float:right;
	padding:10px;
}

/* web */

div.web-icons {
	float:right;
	margin-left:200px;
	height:400px;
	width:700px;
}

h2.web-title {
	background:url(images/gallery_icons/web_title.png) no-repeat;
	width:60px;
	height:24px;
	text-indent:-9999px;
	margin-left:200px;
	margin-top:200px;
}

.web-icons img {
	border:none;
	float:left;
	padding:10px;
}

/* footer */

#footer {
	background:url(images/footer.png) no-repeat;
	float:left;
	height:25px;
	width:950px;
	font-size:9px;
}

#footer p {
	text-align:right;
	margin-top: 5px;
	color:#999999;
	margin-right:5px;
	
}


	
/*Gallery tryouts*/

#myGallery
{
	width: 400px;
	height: 200px;
} 




	
	
	

	
	