@charset "utf-8";
* { margin: 0; padding: 0; } /* Universal Code to get Divs to lay right next to eachother */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/website%20background%20pattern%20w%20repeat%20CROPPED%20and%20REDUCED%20and%2060%20percent.jpg);
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 100%;
}

.oneColFixCtrHdr #container {
	width: 861px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}
.oneColFixCtrHdr #header {
	height: 178px;
}
.oneColFixCtrHdr #headerBlankLeft {
	width: 28px;
	float: left;
	height: 100%;
}
.oneColFixCtrHdr #headerButton {
	float: left;
	height: 100%;
}
.oneColFixCtrHdr #headerCenter {
	width: 805px;
	float: left;
	height: 150px;
}
.oneColFixCtrHdr #headerBlankRight {
	width: 28px;
	float: right;
	height: 100%;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr  #gallery {
	border: solid;
	border-width: 1px;
	border-color: #666666;
	background-image: url(../images/Green_solid_splotch.jpg);
}
.oneColFixCtrHdr  #calendar {
	border: 0px none #666666;
	background-image: url(../images/Green_solid_splotch.jpg);
	padding-left: 200px;
	padding-right: 200px;
}

.oneColFixCtrHdr  #artistsbio {
	border: 0px none #666666;
	background-image: url(../images/Green_solid_splotch.jpg);
	padding-left: 50px;
	padding-right: 50px;
}

.oneColFixCtrHdr  #privacy {
	border: 0px none #666666;
	background-image: url(../images/Green_solid_splotch.jpg);
	padding-left: 50px;
	padding-right: 50px;
}

.oneColFixCtrHdr  #intro {
	background: #FFFFFF;
	border: solid;
	border-width: 1px;
	border-color: #666666;
	width: 861px;
}

.oneColFixCtrHdr #introLeft {
	width: 420px;
	background: #FFFFFF;
	float: left;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;

}
.oneColFixCtrHdr #introRight {
	width: 400px;
	background: #FFFFFF;
	float: right;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 10px;

}

.oneColFixCtrHdr #introRightInterior {
	width: 305px;
	background: #FFFFFF;
	float: right;
	height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;

}

.oneColFixCtrHdr #introLeftInterior {
	width: 400px;
	background: #FFFFFF;
	float: left;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-left: 50px;

}
.oneColFixCtrHdr #column {

}
.oneColFixCtrHdr #columnBlankLeft {
	width: 28px;
	float: left;
	height: 100%;
}
.oneColFixCtrHdr #columnCenter {
	width: 805px;
	float: left;
	height: 100%;
	background-image: url(../images/Green_solid_splotch.jpg);
}
.oneColFixCtrHdr #columnBlankRight {
	width: 28px;
	float: right;
	height: 100%;
}

.oneColFixCtrHdr #column h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footerCenter {
	width: 805px;
	float: left;
	background-image: url(../images/Green_solid_splotch.jpg);
}
.oneColFixCtrHdr #footerBlankLeft {
	width: 28px;
	float: left;
	height: 100%;
}
.oneColFixCtrHdr #footerBlankRight {
	width: 28px;
	float: right;
	height: 100%;
}
.oneColFixCtrHdr #footer p {
	padding: 10px 0 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.65em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.example {
	width: 300px;
	height: 200px;
}

.left {
	float: left;
	padding-left: 60px;
	padding-top: 20px;
}

.right {
	float: right;
	padding-top: 30px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
	padding-right: 50px;
}

#col-right {
	float: right;
	width: 320px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 30px;
}
.floatleft {
	float: left;
}

#col-left {
	float: left;
	width: 48%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#col-left img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 30px;
}
.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 100px;
	border: none;
}

.imgleftartistsbio {
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: none;
}

.imgrightartistsbio {
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 25px;
	border: none;
}
.imgleftIntro {
	float: left;
	margin: 0px;
}
.imglogoIntro {
	float: left;
	margin: 0px;
	padding-left: 55px;
}

.pleftTitle {
	font-size: 18pt;
	color: #7d5ea8;
	font-weight: bold;
}


.prightTitle {
	font-size: 18pt;
	color: #7d5ea8;
	font-weight: bold;
}

a.prightTitle:link {color: #7d5ea8; text-decoration: underline; }
a.prightTitle:visited {color: #7d5ea8; text-decoration: underline; }
a.prightTitle:hover {color: #7d5ea8; text-decoration: underline; }
a.prightTitle:active {color: #7d5ea8; text-decoration: underline; } 

a.imgleft:link {text-decoration: none; }
a.imgleft:visited {text-decoration: none; }
a.imgleft:hover {text-decoration: none; }
a.imgleft:active {text-decoration: none; } 

.pright {
	margin-top: 20px;
	width: 305px;
	float: right;
	padding-right: 100px;
}

.prightartistsbio {
	margin-top: 20px;
	width: auto;
	float: right;
	padding-right: 25px;
}

.pright2 {
		height: 100%;
			width: 299px;
}


.pcalendar {
	height: 100%;
	width: 299px;
	padding-left: 105px;
}

.pprivacy {
	height: 100%;
	width: 600px;
	padding-left: 20px;
}

.pcenter {
	margin-top: 30px;
	width: 225px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pcenterwide {
	margin-top: 30px;
	width: 500px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.italic {
	font-style: italic;
}
