/* =-=-=-=-=-=-=-[CSS]-=-=-=-=-=-=-=- */
body {
	background: url('../images/bg-tuscany.jpg');
	background-color: #471e00;
	font-family: "trebuchet ms", verdana, "sans serif";
	color:#3D2310;
	margin: 0;
	padding: 15px 0;
	text-align: center
} 

#container { 
	background: url('../images/bk-yellow.jpg');
	background-color: #F3eacb;
	border: solid 3px #471E00;
	width: 765px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	background-color: #5a5f40;	
	height: 220px;
	width: 765px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	overflow: hidden;
}

#flashcontent {
}

#border-top {
	background: url('../images/border_top.jpg');
	height: 25px;
	width: 765px;
	overflow: hidden;
}


/* =-=-=-=-=-=-=-[Menu]-=-=-=-=-=-=-=- */

#nav {
	position:relative;
	background-color: #f3eacb;
	left:0px;
	top:0px;
	text-align: left;
	width:765px;
	height:26px;
	overflow: hidden;
}

#home {
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:26px;
}

#workshops {
	position:absolute;
	left:80px;
	top:0px;
	width:112px;
	height:26px;
}

#pattersons {
	position:absolute;
	left:192px;
	top:0px;
	width:160px;
	height:26px;
}

#contact {
	position:absolute;
	left:352px;
	top:0px;
	width:118px;
	height:26px;
}
/* =-=-=-=-=-=-=-[End of Menu]-=-=-=-=-=-=-=- */
.border-thin {
	background: url('../images/border_thin.jpg');
	height: 2px;
	width: 765px;
	overflow: hidden;
}

#border-bottom  {
	background: url('../images/border-bottom.jpg');
	height: 24px;
	width: 765px;
	overflow: hidden;
}

/* =-=-=-=-=-=-=-[Content Area]-=-=-=-=-=-=-=- */

#leftcolumn {
	vertical-align: top;
	width: 310px;
	float: left;
   	text-align: center;
	margin: 0 0 0 1.5em;
	padding: 1em;
}

.textarea {
	padding: 1em 1.5em 1em 1.5em;
}

.textarea img {
	display: block;
}

#rightcolumn {
	vertical-align: top;
	width: 310px;
	float: right;
	margin: 0 1.5em 0 0;
	padding: 1em;
	text-align: center;
}

/* =-=-=-=-=-=-=-[End of Content Area]-=-=-=-=-=-=-=- */


.rule1 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #5a5f40;
       margin: 0px;
}

.rule2 {border-top-width: 1px;
       border-top-style: solid;
       border-color: #AFB0B4; 
       margin: 0px;
}

.rule3 {border-top-width: 1.5px;
       border-top-style: solid;
       border-color: #3D2310; 
       width: 90%;
       margin: 0px;
       padding: 0px;
}


h1 { 
	font-family: Georgia, "serif";
	color:#003300;
	text-align: left;
	font-size: 1.25em; 
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 .75em 0;
}

h2 { 
	color:#3D2310;
	text-align: left;
	font-size: .9em; 
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 0em;
	margin-bottom: 1em;

}

h3 { 
	background-color: #fff;
	color:#000;
	text-align: left;
	font-size: .75em; 
	font-weight: bold;
	line-height: .9em;
	margin-top: 0em;
	margin-bottom: 1em;

}

p {
	text-align: left;
	font-size:.85em;
  	line-height:1.4em;
  	color:#471E00;
	margin-top: 0em;
	margin-bottom:1em; 
}

/* =-=-=-=-=-=-=-[Lists]-=-=-=-=-=-=-=- */

.generalli li{
	font-size: .85em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	list-style-type:square;
	margin: 0 1.5em .9em 0;
	padding: 0;
}

.linumbered ul {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

.linumbered li {
	text-align: left;
	font-size: .7em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
}
/* =-=-=-=-=-=-=-[End of lists]-=-=-=-=-=-=-=- */

/* all links */
a:link, a:visited, a:active { color: #5B6040; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

#footer {
	padding: 5px 0 0 0;
	color: #fff;
  	margin: 0 auto;
	width: 750px;
	height: 26px;
 	border:0;
	font-size: .75em;
	vertical-align: middle;
	clear: both;
}

#footer a,
visited {
	color: #fff;
	text-decoration: none;
}	

#footer a:hover {text-decoration: underline;}
