/* fixed layout - not working?

/*floating layout */
#wrapper {
	width: 990px;
	margin: 10px auto;
}

#top {
	background-image: url(../images/top.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 82px;
	width: 982px;
	position:relative;
}

#flashtop {
	position:absolute;
	left: 272px;
	top: 27px;
}

#left {
	background-image: url(../images/scroll-lside.png);
	background-repeat: repeat-y;
	float: left;
	width: 30px;
	background-attachment: scroll;
}

#right {
	background-image: url(../images/scroll-rside.png);
	background-repeat: repeat-y;
	width: 30px;
	float: right;
	background-attachment: scroll;
	background-position: right top;
}

#container {
	width: 930px;
	margin: 0 auto;
	background-image: url(../images/wide_back14.png);
	background-repeat:repeat-y top left
}

#sidebar {
	width: 230px;
	float:left;
}

#sidebar img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	text-align: center;
	display: block;
}

#main {
	min-height: 740px;
	margin-left: 230px;
}

.paperbutton {
	background: transparent;
	font-size: 12px;
	/*border: 3px ridge #E4C9A1;*/
	border: 3px ridge #AC8254;
	width: 160px;
	text-align: center;
	margin: 0 .4em;
}

.paperbutton a {
	text-decoration: none;
	font-weight: bold;
	color: #330000;
	display: block;
	width: 100%;
}

.paperbutton a:hover {
	background-color: #AC8254;
	color: #FFF;
}

#content {
	padding: 20px 30px;
}

#content h1 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
	font-variant: small-caps;
}

#content h2 {
	font-size: 16px;
	margin: 0 0 4px 0;
	font-style: italic;
}

#content h3 {
	font-size: 20px;
}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content ul {
	list-style: disc outside;
	margin: 4px 0px 4px 36px;
	font-size: 12px;
}

#header {
	border: 9px #eddcbf solid;
	width: 666px;
	height: 319px;
}

#header img {
	border: 1px #FFF solid;
}

#menu {
}

#bottom {
	height: 59px;
	width: 982px;
	background: url(../images/cc_footer2.png) no-repeat;
}

#footer {
	background: transparent url(../images/roll.png) no-repeat center top;
	padding-top: 66px;
}

#footer ul {
	display: block;
	list-style-type: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	color: white;
}

#footer ul a {
	color: white;
}

#footer ul li {
	display: inline;
	list-style-type: none;
}

#copright {
	display: block;
	font-size: 11px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	color: white;
	margin-top: 12px;
}

#copright a {
	color: white;
}

/* test of css frame trick */


.outerx {
	background:url(../images/left-side4.png) repeat-y left top;
}

.innerx {
	background:transparent url(../images/right-side8.png) repeat-y right top;
}

.float-l {
	float:left;
	margin-right: 1em;
	margin-top: 1em;
}

.float-r {
	float:right;
	margin-left: 1em;
	margin-top: 1em;
}

.clear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}

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

.trans20 {
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity: 0.25;
}

.trans30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.trans40 {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.trans50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.trans60 {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.trans70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.trans80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.trans90 {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.uline {
	text-decoration:underline;
}

.la {
	text-align:left;
}

.ra {
	text-align:right;
}

.ca {
	text-align:center;
}

.ja {
	text-align:justify;
}

#scorecard {
	font: bold small-caps 14px Arial, Helvetica, sans-serif;
}

#scorecard table {
}

#scorecard tr {
	text-align: center;
	padding: 4px;
	border: 2px groove #333;
}

#scorecard h2 {
	text-align: center;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 6px;
	color: #000;
	font-size: 16px;
}

#scorecard td {
	text-indent: 4px;
	padding: 2px;
	border: 2px groove #666;
}

.sc-hole {
	background-color:#99cc99;
}

.sc-par {
	background-color:#99cc99;
}

.sc-black {
	background-color: #000;
	color: #FFF;
}

.sc-blue {
	color: #336699;
}

.sc-white {
	background-color:#FFF;
}

.sc-gold {
	color: #FF9900;
}

.sc-red {
	color: #993300;
}

.sc-hcap {
	background-color:#99cc99;
}
a {
	color:#330000;
}
.price { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:18px; font-weight:bold;}
