body		
{
	background-color: #330633;
	background-image: url(images/Background.gif);
	/* background-image: url(images/photos/Color2.jpg); */
	background-repeat: repeat-y;
	
	margin: 0px;
	padding: 0px;
	
	color: white;
	
	text-align: center;
}

p, ul, li, div, td, input, textarea {
	font: 11px/18px verdana, geneva, helvetica, sans-serif;
}

input[type=text], textarea {
	background-color: #330633;
	color: white;
	padding: 2px;
	
	border: 1px solid white;
	width: 100%;
}

h1 {
	font-family: "trebuchet ms", verdana, geneva, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	border-bottom: 0px dotted #550655;
}

h2 {
	font-family: "trebuchet ms", verdana, geneva, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a, a:link {
	background: inherit;
	color: #F0AF00;
	font-weight: normal;
	text-decoration: none;
	/* font-size: 110%; */
	/* border-bottom: 1px dotted #F0AF00; */
}

a:visited {
	color: #F0AF00;
}

a:active {
	color: #ffff00;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	/* border-bottom: 1px solid #330633; */
}

#bigContainer {
	background-image: url(images/HStretch.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#lefty {
	/* float: left; */
	width: 208px;
/* 			height: 435px; */
}

#main, td {
	/* padding-left: 215px; */
	padding: 0px;
	margin: 0px;
	
	vertical-align: top;
	text-align: left;
}

#main {
	/* margin-left: -2px; */
	margin-top: 0px;
	
	width: 100%;
}

#TopCurve {
	vertical-align: top;
	text-align: left;
	width: 185px;
}

#JohnDaly {
	padding-top: 20px;
	text-align: left;
}

#navigation {
	text-align: left;
	padding-left: 100px;
}

#navigation img {
	padding-left: 2em;
}

.container {
	position: relative;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#pr {
	position: relative;
	top: 20px;
	left: 0;
	width: 50%;
	padding-bottom: 30px;
}

#cd {
	position: absolute;
	top: 20px;
	left: 51%;
	width: 48%;
	padding-right: 1%;
}

.bump {
	padding-left: 18px;
}

td.equi3 {
	width: 33%;
	text-align: center;
}

strong.e { color: #FFC; }