body {
	margin: 20px;
	padding: 0;
	background: gray;
	width:expression(document.documentElement.clientWidth < 900? "860px": "auto" );
	min-width: 860px;
}
#all {
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid silver;
	background: #888;
}
#header {
	position: relative;
	height: 170px;
	top: 0;
	background: black url(images/top.png) 0 -60px repeat-x;
	overflow: hidden;
	border-bottom: 1px solid silver;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 11px;
	color: silver;
}
#header #logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 190px;
	background: transparent url(images/golf.jpg) 0 -60px no-repeat;
}
#header h1, #header p {
	position: absolute;
	padding: 0;
	margin: 0;
	font-family: verdana,helvetica,sans-serif;
	font-weight: bold;
	color: white;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}
#header h1 {
	left: 20px;
	top: 20px;
	font-size: 50px;
	text-transform: uppercase;
}
#header p {
	left: 30px;
	top: 80px;
	font-size: 14px;
}
#header #sysmenu {
	position: absolute;
	right: 10px;
	top: 5px;
	text-align: right;
}
#header #sysmenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#header #submenu {
	position: relative;
	top: 150px;
	left: 10px;
	font-weight: bold;
	color: black;
}
#header #submenu a {
	color: silver;
	text-decoration: none;
}
#menu {
	width: 220px;
	position: absolute;
	top: 160px;
	right: 10px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 13px;
}
#menu h2 {
	color: #eee;
	font-size: 24px;
	margin: 0;
	padding: 20px 0 5px 0;
	font-weight: normal;
	letter-spacing: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}
#menu ul ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	list-style: none;
	font-size: 12px;
}
#menu a {
	text-decoration: none;
}
#content {
	position: relative;
	margin: 0 240px 0 0;
	padding: 10px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
	background: #999;
	border-right: 1px solid silver;
	min-height: 800px;
	_height: 800px; /* IE min-height hack */
}
#footer {
	border-top: 1px solid silver;
	text-align: center;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 10px;
	padding: 3px;
	color: silver;
}
#footer a {
	font-weight: normal;
	color: #ddd;
	text-decoration: none;
}
#footer a:hover {
	color: #eee;
}

p {
	font-family: tahoma, helvetica, sans-serif;
	color: white;
	font-size: 13px;
}

h1 {
	color: #eee;
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: normal;
}
h2 {
	color: #eee;
	font-family: verdana, helvetica, sans-serif;
	margin: 0;
	padding: 5px 0 10px 0;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: normal;
}

a {
	font-weight: bold;
	color: #F3D26C;
	text-decoration: underline;
}
a:hover {
	color: #FBE18E;
	text-decoration: none;
}
.clear { clear: both; }
hr {
	color: transparent;
	border-style: solid none none none;
	border-color: silver;
	border-width: 1px 0 0 0;
}

div.cpMain {
	position: relative;
	width: 100%;
	color: black;
}
div.cpCatHead {
	margin-top: 10px;
	border-style: solid;
	border-color: silver;
	border-width: 1px 1px 0 1px;
	padding: 5px;
	background: #bbb;
}
div.cpCatAlbums {
	border: 1px solid silver;
	background: #aaa;
	padding: 8px 8px 8px 15px;
	margin-bottom: 5px;
}

div.cpCatHead a {
	font-size: 14px;
}
div.cpCatStat {
	padding: 5px;
}

div.cpCatAlb {
	margin-bottom: 5px;
	position: relative;
}
.cpAlbThumb {
	padding: 5px 5px 0 0;
	float: left;
}
.cpAlbThumb img {
	border: 1px solid silver;
	background: #888;
	padding: 3px;
}
.cpCatAlbFoot {
	clear: both;
}

.cpThumbBox {
	border: 1px solid silver;
	width: 210px;
	height: 140px;
	margin: 0 10px 10px 0;
	float: left;
	position: relative; /* IE float bugfix */
	padding: 10px 5px;
	text-align: center;
	background: #aaa;
	overflow: hidden;
}
.cpThumbBox img {
	border: 1px solid silver;
	padding: 5px;
	background: #999;
}
.cpThumbBox span.thumb_caption {
}
.cpThumbBox span.thumb_caption img {
	padding: 0;
	background: transparent;
	border: none;
	margin: 0 2px;
}
.cpThumbBox span.thumb_caption br {
	display: none;
}
.cpThumbDesc {
	margin: 0;
}
div.cbBreadCrumb {
	margin-bottom: 10px;
}
p.cpSort {
	text-align: right;
	margin: 0;
	padding: 0 0 10px 0;
}
p.cpSort span {
	padding: 0 10px;
	white-space: nowrap;
}
p.cpSort a {
	border: 1px solid;
	text-decoration: none;
	padding: 0;
	background: #aaa;
}
p.cpSort .cpSortMinus {
	padding: 0 2px;
}

p.cpLeftText {
	padding: 0;
	margin: 0;
	color: black;
	font-weight: bold;
}
.cpImage {
	text-align: center;
	margin: 5px 0;
}
.cpImage a img {
	padding: 5px;
	background: #aaa;
	border: 1px solid #F3D26C;
}
.cpImage a:hover img {
	background: #bbb;
	border-color: #FBE18E;
}

.cpNavMenu {
	border: 1px solid;
	border-color: #ccc gray gray #ccc;
	background: #aaa;
	padding: 2px 2px 0px 2px;
	text-align: center;
}
.cpNavMenu span {
	vertical-align: super;
	padding: 0 10px;
	color: white;
	font-weight: bold;
}
a.cpNavMenuPic {
	margin: 0 2px 0 0;
}
a.cpNavMenuPic img {
	border: 1px solid;
	border-color: #bbb;
	background: #aaa;
	padding: 5px;
}
a.cpNavMenuPic:hover img {
	border-color: gray #ccc #ccc gray;
	background: #999;
}
.cpImageDesc {
	margin-bottom: 10px;
}
.cpImageDesc h2 {
	text-align: center;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}
.cpImageDesc p {
	text-align: left;
	margin: 5px auto;
	width: 480px;
	padding: 10px;
	border: 1px solid silver;
	background: #aaa;
}
.cpFilmBorder {
}
.cpFilmBoxes {
	border: 1px solid silver;
	background: #aaa;
	padding: 8px 5px 5px 5px;
	text-align: center;
}
.cpFilmBoxes a {
	margin: 0 2px;
}
.cpFilmBoxes a img {
	background: #666;
	padding: 3px;
}
.cpFilmBoxes a:hover img {
	background: #ccc;
}
.cpVotes {
	text-align: center;
	margin: 10px auto;
	width: 500px;
}
.cpVotesStars {
	border: 1px solid;
	border-color: #fff #bbb #bbb #fff;
	background: #ddd;
	padding: 7px 2px 5px 2px;
	text-align: center;
	white-space: nowrap;
}
.cpVotesStars h3 {
	vertical-align: super;
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 13px;
	color: #444;
}
.cpVotesStars h3 span {
	font-weight: normal;
}
.cpVotesStars a {
	margin: 0 2px;
	line-height: 1px;
	height: 1px;
}
.cpVotesStars a img {
	border: 1px solid;
	border-color: #fff #bbb #bbb #fff;
	padding: 2px;
	background: #ddd;
}
.cpVotesStars a:hover img {
	border-color: #bbb #fff #fff #bbb;
	background: #ccc;
}

table.cpPicInfo {
	border: 1px solid silver;
	background: #aaa;
	margin: auto;
}
table.cpPicInfo td.cpPicInfoTitle {
	background: #bbb;
	border: 1px solid silver;
	padding: 2px;
}
table.cpPicInfo td.cpPicInfoValue img {
	border: 1px solid silver;
	background: #ddd;
	padding: 3px;
}

div.cpComment {
	border: 1px solid silver;
	background: #aaa;
	margin: auto;
	width: 500px;
	margin-top: 10px;
	position: relative;
	padding: 2px;
}
div.cpComment div.cpCommentAuthor {
	float: left;
	padding-bottom: 3px;
}
div.cpComment div.cpCommentTime {
	float: right;
}
div.cpComment div.cpCommentBody {
	clear: both;
	border: 1px solid silver;
	background: #bbb;
	padding: 2px;
}
div.cpComment div.cpCommentButtons {
	float: left;
	margin-left: 20px;
}
div.cpComment div.cpCommentButtons img {
	border: 0;
	vertical-align: super;
	margin: 0;
	padding: 0;
}
div.cpCommentEdit form {
	clear: both;
	margin: 0;
}
div.cpCommentEdit .textinput {
	background: #eee;
	border: 1px solid #888;
	font-family: tahoma, helvetica, sans-serif;
	padding: 2px;
}
.cpMessage {
	border: 1px solid silver;
	background: #bbb;
	margin: 20px auto;
	padding: 30px;
	width: 400px;
	text-align: center;
	color: black;
	font-size: 19px;
}
.cpTags {
	border: 1px solid silver;
	background: #999;
	padding: 5px;
}
.cpTags a {
	font-weight: normal;
	font-size: 11px;
}
.cpTags a.tag1 { font-size: 11px; line-height: 150%; }
.cpTags a.tag2 { font-size: 12px; line-height: 140%; }
.cpTags a.tag3 { font-size: 14px; line-height: 130%; }
.cpTags a.tag4 { font-size: 16px; line-height: 120%; }
.cpTags a.tag5 { font-size: 18px; line-height: 110%; }
.cpTags a.tag6 { font-size: 20px; line-height: 100%; }

div.cpMiniCMS {
	color: black;
	border: 1px solid silver;
	background: #bbb;
	padding: 5px;
}
div#comments {
	padding-top: 20px;
}
div#comments h2 {
	text-align: center;
}


div.footer {
	font-size: 11px;
	text-align: left;
	color: #444;
	margin-top: 20px;
}
div.footer a {
	font-weight: normal;
	color: #ddd;
}

span.thumb_title {
	display: block;
	font-weight: bold;
}
span.thumb_caption {
	display: inline;
	font-size: 10px;
	padding: 0 2px;
}
span.thumb_num_comments {
	font-size: 10px;
}
