*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background-image: url(/img/unicorn_back.gif);
	font-family: Tahoma, Helvetica, sans-serif;
}
DIV#container
{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background: #FFE8FD;
}
DIV#header
{
	width: 970px;
	height: 405px;
	background-image: url(http://members.jaymelangford.com/img/header.gif);
}
DIV#header H1 SPAN
{
	display: none;
}
DIV#content
{
	width: 100%;
	background-image: url(/img/bg.gif);
	min-height: 400px;
	background-repeat: no-repeat;
}
DIV#footer
{
	width: 100%;
	clear: both;
	text-align: center;
}
H1.title
{
	clear: both;
	margin-top: 14px;
}
.pink
{
	color: #E60082;
}
A
{
	text-decoration: none;
	color: #000;
}
A:hover
{
	color: #E60081;
}
/*Menus*/
#topnav
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
#topnav UL
{
	margin: 0 0 0 30px;
	padding: 0;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
#topnav LI A
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 26px;
	text-transform: uppercase;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
#topnav LI
{
	list-style: none;
}
/*Galleries*/
DIV.galleryCell
{
	/*[disabled]border:1px solid #000000;*/
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	margin-bottom: 10px;
}
.galleryCell A IMG
{
	border: 10px solid #92D4FC;
}
.galleryCell A IMG:hover
{
	border: 10px solid #000;
}
A.viewSetLink, A.viewLink
{
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
#recentVideoUpdates
{
	margin-bottom: 20px;
}
#recentVideoUpdates DIV.galleryCell
{
	width: 230px;
}
#recentPhotoUpdates
{
}
#recentPhotoUpdates DIV.galleryCell
{
	width: 145px;
}
#myPhotoGallery DIV.galleryCell
{
	width: 182px;
}
#myVideoGallery DIV.galleryCell
{
	width: 230px;
}
/*Other*/
A#join
{
	background-image: url(/img/join-now.gif);
	width: 212px;
	height: 36px;
	/*+placement:float-right -55px 0px;*/
	float: right;
	position: relative;
	left: -55px;
	top: 0px;
	clear: none;
}
A#join SPAN
{
	display: none;
}
/*Join Page*/
FORM#ccbill-credit-form, #ccbill-check-form
{
	margin-left: 111px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 100px;
}
FORM INPUT[type=submit]
{
	font-size: 20pt;
}

