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

body {
	background-image: url('wiestbg1.jpg');
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
/*background-color: #fcedcc;*/
}
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		margin-left: -10px;
		float:left;
		width:1100px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0px 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	background: url(images/rightborder.png) repeat-y right;		/* right column background colour */
	}
	.threecol .colmid {
		right:25px;			/* width of the right column */
		background:#fff7e7;		/* center column background colour */
	}
	.threecol .colleft {
		right:800px;			/* width of the middle column */
		background:#fff7e7;	/* left column background colour */
	}
	.threecol .col1 {
		width:750px;			/* width of center column content (column width minus padding on either side) */
		left:1100px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 30px;
	}
	.threecol .col4 {
		width:55px;			/* Width of left column content (column width minus padding on either side) */
		left:25px;
		padding-left: 10px;
		padding-top: 10px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col2 {
		width:275px;			/* Width of left column content (column width minus padding on either side) */
		left:25px;
		padding-left: 10px;
		padding-top: 10px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:25px;			/* Width of right column content (column width minus padding on either side) */
		left:1085px;
		margin-top: -550px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
.leftjustify {
	text-align: justify;
}
.centerjustify {
	text-align: center;
}
.skipintro {
	font-size: 38px;
	background-color: #fff7e7;
	width: 185px;
	margin: 0 auto;
}
a.skiptext {
	text-decoration:none;
}
#header {
	height: auto;
	width: 800px;
	margin-left: 20px;
	margin-bottom: 0px;
	clear: both;
/*	background-color: #fcedcc;*/
}
.clearfooter {
	height: 50px;
	width: 800px;
	margin-left: 275px;
	padding-left: 30px;
	clear:both;
}
#container {
height: 100%;
}
.harp {
	width: 375px;
	float: left;
}
.harp2 {
	width: 375px;
	float: inherit;
	margin: 0 auto;
	clear:both;
}
#footer {
	height: auto;
	width: 450px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	background-color: #fff7e7;
}
UL {
	list-style-image: url(images/wholenote.png);
	}
UL UL LI{
	list-style-image: none;
}
.contact {
	font-size: 28px;
	}
.t, .b, .tie6, .bie6 {
	width: 1060px;
	height: 25px;
	margin-left: -10px;
}
.t {
	background: url(images/topborder.png);
	background-repeat: repeat-x;
}
.b {
	clear:both;
	background: url(images/bottomborder.png);
	background-repeat:repeat-x bottom left;
}
.tie6 {
	background: url(images/topborderie6.png);
	background-repeat: repeat-x;
}
.bie6 {
	clear:both;
	background: url(images/bottomborderie6.png);
	background-repeat:repeat-x bottom left;
}
.testname {
	font-style:italic;
}
img.studio {
	border: 1px solid #000000;	
}
a.button {
	display: block;
	text-decoration: none;
}
a.bigbutton {
	display: block;
	text-decoration: none;
}
a:hover.bigbutton {
	background-position: -244px 0;
}
a:hover.button {
	background-position: -200px 0;
}
a:link {
	text-decoration:underline;
	color:#990000;
}
a:visited {
	text-decoration:underline;
	color: #777777;
}
a:active {
}
a:hover {
}
a.b1 {
	background: url("images/b1.png") 0 0 no-repeat;
	width: 244px;
	height: 50px;
}
a.b2 {
	background: url("images/b2.png") 0 0 no-repeat;
	height: 55px;
	width: 200px;
}
a.b3 {
	background: url("images/b3.png") 0 0 no-repeat;
	height: 47px;
	width: 200px;
}
a.b4 {
	background: url("images/b4.png") 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
a.b5 {
	background: url("images/b5.png") 0 0 no-repeat;
	height: 48px;
	width: 200px;
}
a.b6 {
	background: url("images/b6.png") 0 0 no-repeat;
	height: 43px;
	width: 200px;
}
a.b7 {
	background: url("images/b7.png") 0 0 no-repeat;
	height: 50px;
	width: 200px;
}
a.b8 {
	background: url("images/b8.png") 0 0 no-repeat;
	height: 45px;
	width: 200px;
}