/* main tags */
/* recommended MSDN PNG workaround to create compatibility with full-on PNG files*/
img { behavior: url("pngbehavior.htc");}

body{
	background-color: #000;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	background-image:url(images/radient_bg.jpg)
}

a{
	color: #F2F44B;
	text-decoration: none;
}

a:hover{
	color: #FFF;
}

p{
	margin: 0px;
}

fieldset{
	border: 1px solid #33FFE6;
	text-align: left;
	color: #FFF;
}

legend{
	padding: 0px 5px;
	font-weight: bold;
	margin: 0px;
	color: #FFF;
	line-height: 16px;
}

legend a{
	color: #F2F44B;
	text-decoration: none;
	text-transform: none;
}

legend a:hover{
	color: #FFF;
}

form{
	margin: 0px;
	padding: 0px;
}

h2{
	color: #FF02D6;
	font-size: 17px;
	margin: 0px 0px 12px;
	font-weight: normal;
	padding: 0px;
}




/* main containers */

#bg2{
	background-repeat: repeat-y;
	background-position: right top;
}

#container{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: center top;
	background-repeat: repeat-y;
}

#content{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	width: 750px;
}

#header{
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}

#footer{
	clear: both;
	height: 20px;
	margin-top: 30px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #3F3F3F;
	background-color: #000;
}
#footer a {
	color: #F2F44B;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer .footer-hold {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}


/* shared classes */

.photo-small img{
	border: 4px solid #FFFFFF;
}

.padder{
	padding: 10px;
}

.clear{
	clear: both;
}

legend.heading{
	text-transform: uppercase;
}

.button a{
	color: #000;
	background-color: #F2F44B;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

.button a:hover{
	background-color: #FFF;
	color: #000;
}

/* branding area */



/* user area */

#user{
	width: 298px;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
}

#user .message{
	color: #FF02D6;
	font-size: 10px;
	margin-bottom: 2px;
}

#user .name{
	color: #FF02D6;
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 6px;
}

#user .button a{
	width: 70px;
	margin-left: 85px;
	margin-top: 10px;

}

#user .photo2{
	height: 59px;
	width: 76px;
	background-color: #bebcaf;
	float: left;
}

/* navigation */

#navigation{
	text-align: left;
	clear: both;
	height: 45px;
	margin-left: 50px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	float: left;
}

#navigation li a {
	width: 125px;
	display: block;
	color: #FFF;
	background-color: #333;
	border: 2px solid #000;
	border-right: 2px solid #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

#navigation li a:hover{
	color: #FFF;
	background-position: -125px;
	background-image:url(images/navitem_bg.gif);
	background-color: #FF02D6;
	border: 2px solid #333;
	text-shadow: #5e2b0d 2px 2px 1px;
}

#navigation li a:active{
	color: #FFFFFF;
	background-position: -250px;
	text-shadow: #000 2px 2px 1px;
}

#navigation li a#current {
	color: #000;
	background-position: right center;
	text-shadow: none;
}
#navigation li a:hover#current {
	color: #FFF;
	background-position: right center;
	text-shadow: none;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	margin: 0px 0px 0px -8px;
	padding: 0px 0px 0px 8px;
	height: 190px;
	overflow: auto;
	width: 125px;
	z-index: 2;
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}

#navigation li li{
	float: none;
	margin: 0px;
	padding: 0px;
}

#navigation li li a {
	width: 100%;
	margin: 0px;
	height: auto;
	padding: 2px 6px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: left;
	color: #FFF;
	border-bottom-style: solid;
	display: block;
	line-height: 14px;
	background-image: none;
	background-color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	font-family: "Lucida Grande", Tahoma, sans-serif;
}

html>body #navigation li li a { 
	width: auto; 
}

#navigation li li a:hover{
	background-color: #f3f1ed;
	background-image: none;
	color: #000000;
	text-shadow: none;
}



/* recent images area */

#recent{
	margin-bottom: 20px;
}

#recent fieldset{
	padding: 5px 5px 10px 10px;
}

.photo-small {
	height: 59px;
	width: 76px;
	background-color: #bebcaf;
	display: block;
	margin-right: 4px;
	float: left;
	background-image: url(images/nophoto2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo-small a:hover img{
	margin: 2px;
	border-top: 2px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-left: 2px solid #fff;
}

.photo-small a {
	height: 59px;
	width: 76px;
	background-color: #bebcaf;
	display: block;
	float: left;
	background-image: url(images/nophoto2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.photo-small a:hover {
	background-color: #2d2210;
	background-image: none;
}



/* main image area */

#main-column{
	width: 480px;
	float: left;
	text-align: center;
}

#main-column .photo-large{
	background-color: #000;
	padding-right: 1px;
}

#main-column .photo-large img{
	border-top: 14px solid #FFFFFF;
	border-right: 14px solid #FFFFFF;
	border-bottom: 7px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
}

#main-column .photo-large-info{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #bebcaf;
	border-bottom-color: #bebcaf;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

#main-column .photo-large-info .date{
	color: #968e7d;
	float: left;
	width: 225px;
	margin-top: 4px;
}
#main-column .photo-large-info .message{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
	text-transform: uppercase;
	color:  #776342;
}

#main-column .photo-large-info .stars{
	float: left;
	height: 20px;
}

.stars ul{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(images/star_rating.gif) top left repeat-x;		
}

.stars ul li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}

.stars ul li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.stars ul li a:hover{
	background: url(images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}

.stars ul a.one-star{
	left: 0px;
}

.stars ul a.one-star:hover{
	width:20px;
}

.stars ul a.two-stars{
	left:20px;
}

.stars ul a.two-stars:hover{
	width: 40px;
}

.stars ul a.three-stars:hover{
	width: 60px;
}

.stars ul a.three-stars{
	left: 40px;
}

.stars ul a.four-stars{
	left: 60px;
}	

.stars ul a.four-stars:hover{
	width: 80px;
}

.stars ul a.five-stars{
	left: 80px;
}

.stars ul a.five-stars:hover{
	width: 100px;
}



/* comments */

#main-column .button a{
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}

#main-column .comment-total{
	font-size: 15px;
	color: #FFF;
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/comment_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#main-column fieldset, #column-three fieldset {
	padding: 5px 10px;
	line-height: 14px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

legend.participant-comment {
	background-repeat: no-repeat;
	background-position: 8px 4px;
}
legend.bearded-comment {
	padding-left: 30px;
	background-image: url(images/user_stache.png);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
legend.admin-comment {
	padding-left: 20px;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
.admin-comment-text {
	background-color: #FFFFC2;
	padding: 5px;
}
.over{
	border: 1px solid #FF02D6;
}

.off{
}



/* participant info area */

#secondary-column{
	width: 250px;
	float: left;
	margin-left: 20px;
}

#content p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 19px;
	background-image: url(images/secondary_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	color: #FFF;
}

#content p.big {
	font-size: 20px;
	line-height: 27px;
	padding: 0px;
	text-align: left;
	background-image: none;
	margin: 0px;
}

#content #main-column p.big {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#content p.quote {
	background-image: url(images/quote.gif);
	font-size: 11px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 14px;
}

#content p.quote span {
	font-size: 11px;
	font-weight: bold;
	display: block;
	text-align: right;
	padding-top: 5px;
}

#content p.date {
	margin-bottom: 10px;
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: none;
	color: #33FFE6;
}

#secondary-column .name{
	font-size: 24px;
	color: #FF02D6;
}

#secondary-column .message{
	font-size: 10px;
	color: #33FFE6;
}

#secondary-column a{
	color: #F2F44B;
	text-decoration: none;
}

#secondary-column a:hover{
	color: #FFF;
	background-color: transparent;
}

#secondary-column .stats{
	text-transform: uppercase;
	text-align: center;
	color: #776342;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 16px;
	background-image: url(images/stats_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#secondary-column .statsb{
	text-transform: uppercase;
	text-align: center;
	color: #33FFE6;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 16px;
	background-image: url(images/stats_bg2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#secondary-column .statsb span{
	color: #FFF;
	text-transform: none;
}
#secondary-column .stats span{
	color: #FFF;
	text-transform: none;
}



/* afterthoughts */
#column-one{
	float: left;
	width: 238px;
	margin-right: 11px;
}

#column-two{
	float: left;
	width: 252px;
}

#column-three{
	float: left;
	width: 238px;
	margin-left: 11px;
	* overflow: hidden;	
}

.photo-medium{
	height: 163px;
	width: 213px;
	background-color: #bebcaf;
	display: block;
	margin-top: 18px;
	margin-left: 18px;
	margin-bottom: 10px;
}

.photo-medium img{
	border: 6px solid #FFFFFF;
	margin-right: 1px;
	margin-bottom: 1px;
}



.participant a{
	width: 250px;
	float: left;
	text-decoration: none;
	height: 245px;
}


.participant a:hover{
	background-color: #2d2614;

}

.participant a .comments{
	text-align: right;
	float: right;
	display: block;
}



.participant a .comments img{
	margin-bottom: 3px;
	margin-right: 26px;
}



.participant a .comments div{
	background-color: #faedcd;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #2d2614;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 26px;
	padding-right: 6px;
	padding-left: 6px;
}

.participant a:hover .comments div{
	color: #FFFFFF;
	background-color: #968e7d;
}

.participant a .name{
	font-size: 15px;
	line-height: 15px;
	color: #ca700f;
	margin-left: 24px;
}

.participant a:hover .name{
	color: #ffffea;

}

.participant a .date{
	font-size: 10px;
	color: #776342;
	margin-left: 24px;
}




.participant2 a{
	width: 235px;
	float: left;
	text-decoration: none;
	height: 245px;
	background-color: #2d2614;
	margin-bottom: 15px;

}

.participant2 a .comments{
	text-align: right;
	float: right;
	display: block;
}


.participant2 a .comments img{
	margin-bottom: 3px;
	margin-right: 11px;
}



.participant2 a .comments div{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #968e7d;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 11px;
	padding-right: 6px;
	padding-left: 6px;
}

.participant2 a .name{
	font-size: 15px;
	line-height: 15px;
	color: #ffffea;
	margin-left: 11px;
}


.participant2 a .date{
	font-size: 10px;
	color: #776342;
	margin-left: 11px;
}

.participant2 .photo-medium{
	height: 163px;
	width: 213px;
	background-color: #bebcaf;
	display: block;
	margin-top: 11px;
	margin-left: 11px;
	margin-bottom: 10px;
}


#displayOptions {
	float: right;
	width: 248px;
	height: 27px;
	background-color: #333;

}
#topBar {
	height: 27px;
	margin-bottom: 15px;
}
#content #topBar .announcements {
	padding: 6px;
}
.display-option-text {
	padding: 8px;
	clear: none;
	font-weight: bold;
	color: #000;
	font-size: 9px;
}
.sort{
	text-align: right;
	background-image: url(images/menu_flourish.gif);
	background-repeat: no-repeat;
	background-position: 585px 3px;
	padding-bottom: 10px;
}
.sortb {
	width: 120px;
	clear: none;
	padding: 3px;
	float: right;
	text-align: right;
	background-position: 585px 3px;
}
#topBar select {
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
}

.sort .menu, .sortb .menu{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #2d2614;
	width: 120px;
}

.talkback-console{
	background-color: #333;
	padding: 10px;
	margin-bottom: 20px;
}
.talkback-console .form-field{
	width: 20px;
	margin-bottom: 4px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	border: 1px solid #3F3F3F;
	margin-top: 0px;
}
.talkback-console .form-area{
	height: 90px;
	width: 190px;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	margin: 0px 0px 4px;
	padding-left: 5px;
	border: 1px solid #3F3F3F;
}
.talkback-console .form-button{
	background-color: #F2F44B;
	color: #000;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
	display: block;
	text-align: center;
}

.console .form-button:hover{
	background-color: #FFF;
}

#column-two dl{
	margin: 0px;
	padding: 0px;
}
#column-two dt{
	font-weight: bold;
	color: #FFF;
}
#column-two dt a{
	text-decoration: none;
	color: #F2F44B;
}

#column-two dt a:hover{
	color: #FFF;
}
#column-two dd{
	margin: 0px 0px 5px;
	color: #FFF;
	background-image: url(images/secondary_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 0px 5px 10px;
	line-height: 15px;
}

.signup{
	height: 315px;
	background-image: url(images/signup.jpg);
	background-repeat: no-repeat;
}

#secondary-column .field{
	font-size: 17px;
	color: #2d2614;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #bebcaf;
	width: 250px;
	padding: 3px;
	margin: 0px 0px 8px;
}

.signup-button{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	background-color: #483e27;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

.form-field, .form-area{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
	margin-bottom: 4px;
	border: 1px solid #333;
	padding: 2px 6px;
	background-color: #000;
	color: #FFF;
}


.form-field:hover, .form-field:focus, .form-area:hover, .form-area:focus{
	border: 1px solid #31FFE6;
}

.form-button {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	background-color: #F2F44B;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-bottom: 4px;
}

.form-button:hover{
	background-color: #FF000;

}

#branding{
	float: left;
}

#user .photo-small{
	margin-right: 10px;
}

.comment-console{
	background-color: #333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	* margin-top: 0px;	
}

.comment-console .form-field{
	float: left;
	margin-right: 10px;
	width: 225px;
	height: 20px;
}



.comment-console .form-area{
	width: 460px;
	height: 100px;
}

#secondary-column .form-field{
	width: 250px;
	font-size: 11px;
}

#secondary-column .form-button{
	font-size: 11px;
	margin-top: 8px;
}
#secondary-column h3{
	color: #FF02D6;
	font-size: 11px;
	margin: 8px 0px 5px;
	font-weight: normal;
	padding: 0px;
}

.talkback-console .form-field{
	width: 200px;
	height: 20px;
}
.talkback-console .form-area{
	height: 100px;
	width: 200px;
}

.form-button{
	font-family: "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	background-color: #F2F44B;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}

.form-button:hover{
	background-color: #FFF;
}

.about-photo{
	float: right;
	height: 286px;
	width: 232px;
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.rules-photo{
	height: 238px;
	background-image: url(images/rules.jpg);
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

#secondary-column dl{
	margin: 0px 0px 5px;
	padding: 0px 0px 5px 15px;
	/*background-image: url(images/secondary_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	font-size: 12px;
}
#secondary-column dt{
	font-weight: bold;
}
#secondary-column dd{
	margin: 0px 0px 15px;
	padding: 0px;
}

.vert-line{
	background-image: url(images/vert-dot.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 11px;
}

.vert-line2{
	background-image: url(images/vert-dot.gif);
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 12px;
}

#secondary-column p.indent{
	background-image: url(images/finga.gif);
	text-indent: 30px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#user .form-field{
	width: 180px;
}

.shame{
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #FFF;
	background-image: url(images/shame.jpg);
	width: 750px;
	height: 353px;
	margin-bottom: 20px;
}

h4{
	font-size: 36px;
	line-height: 36px;
	padding: 0px;
	text-align: center;
	background-image: none;
	margin: 0px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
h5{
	font-size: 11px;
	color: #FF02D6;
	text-align: center;
	margin: 0px;
}
.shame-text{
	margin-left: 80px;
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 50px;
}
.tombstone-hold{
	margin-left: 80px;
	margin-top: 30px;
	margin-right: 80px;
	margin-bottom: 50px;
}
.tombstone{
	width: 117px;
	background-image: url(images/tombstone.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
	height: 230px;
}

.tombstone .photo-small{
	margin-top: 72px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: none;
}

.tombstone .rip{
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

.tombstone .days{
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

.tombstone .name{
	color: #FF02D6;
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
}
.logout {
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	text-align: center;
}

.logout h4{
	font-size: 36px;
	line-height: 36px;
	padding: 0px;
	text-align: center;
	background-image: none;
	margin: 0px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
/* PARTICIPANT BLOCK RELATED STYLES ARE RENDERED USELESS BY THE FOLLOWING */
.contestant a {
	width: 250px;
	height: 245px;
	overflow: hidden;
	float: left;
	text-decoration: none;
	display: block;
	background-image: url(images/contestant_border.gif);
	background-repeat: no-repeat;
	background-position: 18px 18px;
	color: #FF02D6;
}
.contestant a:hover {
	background-color: #FF029D;
}
.contestant .contestant_img {
	margin-top: 24px;
	margin-left: 24px;
	display: block;
}
#content .contestant p {
	background-image: none;
}
.contestant a .contestant-stars {
	padding: 0px;
	margin-top: 17px;
	margin-bottom: 0px;
	position: relative;
	left: 173px;
}
#content .contestant a p.contestant-comments {
	background-color: #333;
	color: #000;
	font-size: 10px;
	line-height: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 70px;
	text-align: center;
	position: relative;
	left: 154px;
}
#content .contestant a:hover p.contestant-comments {
	background-color: #FFF;
	color: #000;
}
#content .contestant a p.contestant-name {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	font-style: italic;
	color: #FF02D6;
	width: 130px;
	position: relative;
	left: 24px;
	top: -30px;
	margin: 0px;
	font-weight: normal;

}
#content .contestant a:hover p.contestant-name {
	color: #FFFFEA;

}

#content .contestant a p.contestant-date{
	font-size: 10px;
	color: #33FFE6;
	position: relative;
	left: 24px;
	top: -30px;
}
/* PARTICIPANT2 BLOCK RELATED STYLES ARE RENDERED USELESS BY THE FOLLOWING */
.contestant2 a {
	width: 237px;
	height: 227px;
	float: left;
	text-decoration: none;
	overflow: hidden;
	display: block;
	background-color: #333;
	background-image: url(images/contestant_border.gif);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	margin-bottom: 16px;
}
.contestant2 .contestant_img {
	margin-top: 18px;
	margin-left: 18px;
	display: block;
}
#content .contestant2 p {
	background-image: none;
}
.contestant2 a .contestant-stars {
	padding: 0px;
	margin-top: 17px;
	margin-bottom: 0px;
	position: relative;
	left: 173px;
}
#content .contestant2 a p.contestant-comments {
	background-color: #FFF;
	color: #000;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 70px;
	text-align: center;
	position: relative;
	left: 154px;
}

#content .contestant2 a p.contestant-name {
	font-size: 15px;
	line-height: 15px;
	color: #FF02D6;
	width: 130px;
	position: relative;
	left: 12px;
	top: -30px;
	margin: 0px;

}

#content .contestant2 a p.contestant-date{
	font-size: 10px;
	color: #33FFE6;
	position: relative;
	left: 12px;
	top: -30px;
}

/* MINI VIEW */
ul#contestant-baby{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul#contestant-baby li {
	float: left;
}
ul#contestant-baby li a {
	width: 76px;
	height: 59px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 4px;
	display: block;
	background-color: #BEBCAF;
}
ul#contestant-baby li a img {
	border: 4px solid #FFF;
	margin-bottom: 1px;

}
ul#contestant-baby li a:hover {
	background-color: #2D2210;
}
ul#contestant-baby li a:hover img {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 2px;
}
/* flickr View */
div#contestant-baby{
	display: block;
	margin: 15px 0px 0px 40px;
	padding: 0px;
	clear: both;
	height: 70px;
	text-align: center;
}
div#contestant-baby span {
	float: left;
}
div#contestant-baby span a {
	width: 76px;
	height: 59px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 4px;
	display: block;
	background-color: #BEBCAF;
}
div#contestant-baby span a img {
	border: 4px solid #FFF;
	margin-bottom: 1px;
	margin-right: 1px;

}
div#contestant-baby span a:hover {
	background-color: #2D2210;
}
div#contestant-baby span a:hover img {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	margin: 2px;
}
div#contestant-baby span.inactive {
	float: left;
	width: 76px;
	height: 59px;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 4px;
	display: block;
	background-color: #BEBCAF;
}
div#contestant-baby span.inactive img {
	border: 4px solid #FFF;
	margin-bottom: 1px;
	margin-right: 1px;
}
