html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	width:100%;
	text-align:center;
	background:url('images/bg.gif') repeat-x;
}

h1,h2,h3
{
	font-family:courier;
}

h1{
	font-size:25px;
	color:#fff;
}

#maincontent_hat h1,
#maincontent_contact h1,
#maincontent h1
{
	color:#000;
	margin-bottom:10px;
}

h2,h3
{
	font-weight:normal;
	font-size:16px;
	color:#999;
	line-height:1.6em;
}

h4{
	color:#fff;
	font-size:16px;
}

#emailform h4{
	color:#000;
}

ul,li
{
	list-style-type:none;
	padding:0;
	margin:0;
	}

a
{
	outline: none;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#maincontent a,
#maincontent_hat a,
#maincontent_contact a
{
	color:#990000;
}

#topstrip
{
	clear:both;
	float:left;
	margin-top:20px;
	position:absolute;
	z-index:2;
	left:0px;
}

#topstripleft
{
	float:left;
	height:100px;
	width:435px;
	background:#333;
}

#topstripleft h1
{
	margin-top:15px;
}

#topstripright
{
	float:left;
}


#wrapper
{
	margin: 0 auto;
	width:800px;

}

#content
{
	float:left;
	background:#FBE8C3;
	position:relative;
	text-align:left;
	z-index:1;
}


#nav
{
	float:left;
	margin-top:40px;
	background:#990000;
	width:100%;
	height:60px;
	text-indent:40px;
}

#nav a
{
	font-size:10px;
	color:#eee;
}

#nav li
{
	display:inline;
	margin:7px;

}

#nav ul
{
	margin:10px 20px 20px 20px;
text-align:center;
	position:relative;
	left:2%;
	width:70%;
	float:right;
}

#nav a.selected
{
	font-weight:bold;
}

#oldimages
{
	position:absolute;
	left:-25px;
	top:150px;
	z-index:3;
}

#newimage{
	position:absolute;
	top:160px;
	left:0;
}

#newimage2{
	position:absolute;
	top:110px;
	left:120px;
	z-index:99;
}


#maincontent,
#maincontent_hat
{
	position:relative;
	width:400px;
	float:left;
	margin-top:60px;
	line-height:1.8em;
	font-size:12px;
	left:260px;
	padding-bottom:220px;

}

#maincontent_hat
{
	height:280px;
}


#maincontent_contact
{
	position:relative;
	width:400px;
	float:left;
	margin-top:60px;
	line-height:1.8em;
	font-size:12px;
	left:260px;
	padding-bottom:140px;
}

p
{
	margin-bottom:20px;
}

#mainimage
{
	float:right;
	margin-top:10px;
	position:absolute;
	bottom:-100px;
	right:-50px;
	z-index:5;
}

#mainimage2
{
	float:right;
	position:absolute;
	bottom:40px;
	right:0px;
	z-index:1;
}


#rightcorner
{
	position:absolute;
	right:0;
	top:-1px;
}

#leftcorner
{
	position:absolute;
	right:0;
	bottom:-4px;
}

#rightcorner_blk
{
	position:absolute;
	right:0;
	top:-2px;
}

#leftcorner_blk
{
	position:absolute;
	right:0;
	bottom:-3px;
}

#footer
{
	background:#F1DAAD;
	float:left;
	width:600px;
	position:relative;
	top:24px;
	z-index:2;

}


#footercontent
{
	margin-left:258px;
	padding:6px;
	height:12px;
}


#bottomtabcorner
{
	position:absolute;
	right:0;
	bottom:-3px;
}

#tag
{
	position:absolute;
	right:-70px;
	top:50px;
	z-index:3;
}

#header
{
	margin: 0 auto;
	width:800px;
	text-align:right;
	margin-top:2px;
}

#headercontact
{
	float:left;
	height:65px;
	width:200px;
	background:url('images/contactbtn.gif') no-repeat left;
	padding:0 10px 0 70px;
	position:relative;
	bottom:2px;
	text-align:left;
	
}

#headercontact h4
{
	margin-top:15px;
}


/* gallery */

#samples{
	float:left;
	width:200px;
	position:relative;
	top:60px;
	left:120px;
	z-index:99;
	overflow:auto;
	height:380px;
}

#samples li{
	float:left;
	margin-left:16px;
}

#samples li a img
{
	border:1px solid #990000;
}

#samples li a img:hover
{
	border:1px solid #fff;
}

#samples img
{
	height:90px;
}

#workshops #samples img
{
	width:170px;
	height:100%;
}


#workshopimages
{
	position:relative;
	left:130px;
	top:70px;
}


#maincontent_hat p
{
	width:250px;
}

/* email form */

#emailform td{
	padding:5px 10px 5px 0;
	color:#000;
	font: small-caps bold 12px arial;
}

#emailform input.field{
	border:1px solid #F9D52B;
	width:300px;
	color:#666;
	padding:2px;
}

#emailform textarea{
	border:1px solid #F9D52B;
	width:300px;
	color:#666;
	padding:2px;
}

#emailform{
	display:inline;
}

#result{
	display:inline;
	color:#fff;
}

#emailform li{
	list-style:disc;
	margin-left:20px;
	color:#990000;
	margin-bottom:5px;
}

#emailform h3{
	margin-bottom:5px;
}

#result h3{
	color:#990000;
	font-weight:bold;
}

#result{
	color:#990000;
}

#copyright{
	font-size:10px;
	text-align:right;
	padding-right:45px;
}

#copyright a{
	color:#000;
	text-decoration:underline;
}
