* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	background: #4E5359; /*url(../img/body_bg.gif) repeat-x*/
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: white;
	font-size: 68%;
}

h1 {
    font-family: arial, sans-serif;
    color: white;
    font-size: 180%;
    font-style: normal;
    font-weight: bold;
}

a:link, a:visited { color: white; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }


#TopLine {
    height: 40px;
    margin: 0 0 20px;
    background: #373B3F;
}
#TopLine table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse; 
    font-size: 100%; 
}
#TopLine table td {
    margin: 0;
    padding: 0;
    height: 40px;
}
#Masthead {
	height: 40px;
	width: 222px;
	background: transparent url(img/newlogo_sm.gif) top left no-repeat;
}
#Masthead a:link, #Masthead a:visited {
	display: block;
	width: 222px;
	height: 40px;
}
#Masthead span { display:none; }

#Controls {
    margin: 0 auto;
}
#TopNavig {
    padding: 0 30px; 
}
#TopNavig ul {margin: 0; padding: 0; }
#TopNavig ul li {
    list-style-type: none; 
    float:right;
    position: relative;
}
#TopNavig li ul {
    z-index: 11;
	position: absolute;
	left: -180px;
	top: 15px;
	display: none;
	width: 240px;
	padding: 15px 10px 10px;
	background:#373B3F;
	}
#TopNavig li ul li {
    float:none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#TopNavig li:hover ul { display: block; }
	

#InfoContainer {
position: absolute;
top: 60px;
right: 20px;
background: #373B3F;
padding: 10px 15px;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 10px solid white;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto 40px;
	width: 200px;
	text-align: left;
	background-color: white;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
	color: gray;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}



#thumbs {
    margin: 10px 20px;
    text-align: center;
}

#thumbs a img{
    border: 2px solid white;
    height:70px;
    float:left;
    margin: 10px 20px 10px 0;
}


#admin table {
    margin: 10px;
}
#admin table td {
    border: 1px solid gray;
}


#BottomLine {
    height: 40px;
    margin: 20px 0 0 0;
    background: #373B3F;
}

#thumbsline img {
    height: 40px;
}

.rating_container a {
    background-image:url(http://livepipe.net/styles/rating.gif);
    border:0pt none;
    display:block;
    float:left;
    height:25px;
    width:25px;
}
.rating_container a.rating_off {
    background-position:0pt 0px;
}
.rating_container a.rating_on {
    background-position:0pt -50px;
}
.rating_container a.rating_selected {
    background-position:0pt -75px;
}

