/************ Default HTML ************/
html, body {
	height: 100%; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #AD1398;
}

/******************* Text *********************/
p {
	margin: 0 30px;
	padding: 6px 0 10px 0;
	font-size: 88%;
	color: #000000;
	text-indent: 0px;
	line-height: 1.4;
	letter-spacing: 0.003em;
}
a {
	margin: 0;
	padding: 1px 1px 0px 1px;
	color: #990066;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #660066;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
h1 {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 20px;
}
h2 {
	margin: 0;
	padding: 15px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #660066;
	letter-spacing: 0.001em;
}
h3 {
	margin: 0;
	padding: 6px 20px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #660066;
	letter-spacing: 0.001em;
}
ul {
	margin: 10px 40px;
	padding: 0;
	font-size: 90%;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
li.noblt {
	margin: 0 0 0 -15px;
	list-style-type: none;
}

/******************* General *********************/
img, a img {border: none; text-decoration: none; background-color: none;}
.spacer {clear: both; font-size: 10%;}
.spacer2 {clear: both; height: 1px;}
.placer {height: 300px;}
.noindt {text-indent: 0px;}
.bold {font-weight: bold;}
.center {text-align: center;}
.pink {color: #990066;}

/******************* Main *********************/
div#main {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 770px;
	background-color: #FFFFFF;
	background-image: url(../IMAGES/mainBkgd.gif);
	background-position: top;
	background-repeat: repeat-x;
	border: 2px solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#header {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 54px;
	background-color: #FFFFFF;
}
#logo {
	margin: 0;
	padding: 0;
	width: 141px;
	height: 42px;
	position: relative;
	top: 9px;
	left: 15px;
	text-decoration: none;
	border-bottom: 0px dashed #FFFFFF;
	background-color: #FFFFFF;
}
#tagline {
	margin: 0;
	padding: 0;
	width: 474px;
	height: 33px;
	position: relative;
	top: 12px;
	left: 29px;
}
div#navbar {
	margin: 0;
	padding: 4px 0 7px 0;
	width: 770px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
}
div#navbar a {
	margin: 0 9px;
	padding: 0;
	font-size: 75%;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 0px;
}
div#navbar a:visited {
	color: #FFFFFF;
}
div#navbar a:active {
	color: #FF66FF;
}
div#navbar a:hover {
	color: #FF33CC;
}

/******************* Send to Friend Link *********************/
a#friend {
	float: right;
	position: relative;
	top: -30px;
	right: 70px;
	margin: 0;
	padding: 3px 4px;
	display: inline;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
}
a:hover#friend {
	background-color: #AD1398;
}
/******************* Content *********************/
div#homepg {
	margin: 0;
	padding: 0 0 20px 0;
	width: 770px;
	height: 514px;
	background-color: #000000;
}
div#homepg img{
	margin: 0;
	padding: 0;
	display: inline;
}
div#content {
	margin: 0 0 35px 210px;
	padding: 0;
	width: 500px;
	background-color: #E3D8EB;
	background-image: url(../IMAGES/contentBkgd.gif);
	background-position: top;
	background-repeat: repeat-x;
}
div#contentFull {
	margin: 0 auto 35px auto;
	padding: 0;
	width: 730px;
	background-color: #E3D8EB;
	background-image: url(../IMAGES/contentBkgd.gif);
	background-position: top;
	background-repeat: repeat-x;
}
div#picRow{
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 500px;
}
table {
	margin: 0 auto;
	padding: 10px 0;
	width: 450px;
	text-align: left;
}
table td.clickRecs{
	text-align: right;
	font-size: 85%;
}
table img{
	display: inline;
	float: right;
	width: 100px;
	height: 80px;
}

/******************* Sidebar *********************/
div#sidebar {
	margin: 0 0 0 56px;
	padding: 0;
	display: inline;
	float: left;
	width: 140px;
	background-color: #E3D8EB;
	border: 1px dashed #666699;
}
div#sidebar p {
	margin: 0 10px;
	padding: 6px 0 10px 0;
	font-size: 80%;
	color: #000000;
	text-indent: 0px;
	line-height: 1.4;
	letter-spacing: 0.003em;
}
div#sidebar a {
	margin: 0;
	padding: 2px 2px 0px 2px;
	color: #990066;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0px;
}
div#sidebar a:hover{
	color: #FFFFFF;
}
div#sidebar form {
	margin: 0;
	padding: 10px 0;
}
div#sidebar input.button {
	margin: 010px;
}
div#sidebar input {
	margin: 0 10px;
	font-size: 80%;
}

/******************* Top Picks Page and Gallery *********************/
div#contentTP {
	margin: 0 auto 35px auto;
	padding: 10px 0 0 0;
	width: 100%;
	height: 690px;
	text-align: center;
	background-color: transparent;
	background-image: url(../topPicks/images/TP-shadeBkgd.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
div#contentFrame {
	margin: 0 auto;
	padding:0;
	width: 730px;
	height: 592px;
	text-align: center;
	background-color: #000000;
	background-image: url(../topPicks/images/TP-frameBkgd.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
div#contentFrame div#show {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
	top: 54px;
	left: -1px;
	width: 626px;
	height: 480px;
	overflow: hidden;
}
img#legend {
position: relative;
	top: 140px;
	left: 0;
}

/******************* Footer *********************/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 6px 0;
	width: 770px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#footer li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footer ul a {
	margin: 0 4px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
}
#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}
#footer p {
	margin: 3px 0 0 0;
	padding: 0;
	color: #BBC1D0;
	font-style: bold;
	text-indent: 0px;
}
#footer p#credit {
	margin: 0;
	padding: 5px 0 15px 0;
	color: #98A0BF;
	font-style: normal;
	font-size: 90%;
}



