/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	/*background-image:url(http://farm3.static.flickr.com/2484/3764738188_fe63f43ed1_b.jpg);*/
	background-image:url(/skins/temp2/img/bg_blue.jpg);
	background-color:#000000;
	background-repeat:repeat-x;
}
img{
	border:0;
}
p{
	font-size:12px;
	color:#000000;
	padding-bottom:10px;
	letter-spacing:2px;
}
#wrapper{
	width:540px;
	height:470px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #666666;
}
#main{
	width:540px;
	height:485px;
	background-image:url(/skins/temp2/img/clubexshotjob_01.jpg);
	background-repeat:no-repeat;
}
#copy{
	clear:both;
	width:540px;
	height:40px;
	background-image:url(/skins/temp2/img/clubexshotjob_04.jpg);
	background-repeat:no-repeat;
}
#copy p{
	padding-left:10px;
	color:#000000;
	font-size:11px;
}
.left{
	float:left;
}

.maintxtBox{
	padding-top:100px;
	padding-left:10px;
	width:295px;
	height:280px;
}
a {
	font-size: 10pt;
	color: #996600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}
body,td,th {
	font-size: 10pt;
}
.nodisplay{
display:none;
text-decoration: none;
}


