/* This is a comment */
/**
{border: 1px solid black;}*/

body {
	font-family: "Lucida Grande", Lucida Sans Unicode, Trebuchet MS, Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 30px;
}

p
{
	line-height:130%
}
h1
{
	font-size: 24px;
	font-weight: normal;
	line-height: 50%;
}

h2
{
	font-size: 18px;
	color: #B3EB00;
	font-weight: normal;
}

#complete
{
	width: 770px;
	text-align: left;
	margin: 0px;
	overflow: visible;
}

#heading
{
	margin-left: 350px;
}


#directions
{
	margin-top: 10px;
	width: 500px;
	margin-left: 350px;
}

.rightside
{
	padding: 0px;
	width: 430px;
	height: 400px;
	float: left;
	margin-left: 330px;
	margin-top: 0px;
}

.selections
{
	list-style: none;
}

.selections a
{
	/* Looks like setting up an area just in case */
}

.selections a .preview
{
	display: none;
}

.selections a:hover .preview
{
	display: block;
	position: absolute;
	top: -23px;
	left: -35px;
	z-index: 1;
}

.selections img
{
	border-width: 0px;
	width: 70px;
	height: 90px;
}

.selections li
{
	background: #B3EB00;
	border-width: 2px;
	display: inline;
	float: left;
	margin: 2px;
	padding: 3px;
	position: relative;
}

.selections .preview
{
	border-color: #B3EB00;
	border-style: solid;
	border-width: 5px;
	width: 117px;
	height: 150px;
}


