/* 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;
}

.leftside
{
	padding: 0px;
	width: 190px;
	height: 450px;
	float: left;
	margin-left: 30px;
    margin-top: 0px;
}
.rightside
{
	padding: 0px;
	width: 450px;
	height: 450px;
	float: left;
	margin-left: 320px;
	margin-top: 0px;
}

#complete
{
	width: 770px;
	text-align: left;
	margin: 0px;
	overflow: visible;
}
#heading
{
	width: 400px;
	margin-left: 370px;
}

#directions
{
	margin-top: 0px;
	width: 500px;
	margin-left: 320px;
}

.selections
{
	list-style: none;

}

.selections a .preview
{
	display: none;
}

.selections a:hover .preview
{
	display: block;
	position: absolute;
	top: -23px;
	left: -35px;
	z-index: 1;
}

.selections img
{
	/*background: #fff;*/
	/*border-color: #aaaaaa #cccccc #dddddd #bbbbbb;*/
	/*border-style: solid;*/
	border-width: 0px;
	/*color: inherit;*/
	/*padding:0px;*/
	/*vertical-align: top;*/
	width: 90px;
	height: 70px;
}

.selections li
{
	background: #B3EB00;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	/*color: inherit;*/
	display: inline;
	float: left;
	margin: 2px;
	padding: 3px;
	position: relative;
}



.selections .preview
{
	border-color: #B3EB00;
	border-style: solid;
	border-width: 5px;
	width: 150px;
	height: 117px;
}
/*a.backlink
{
	color: #FFFFFF;
}*/
/*
li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6798C1;
	padding:3px;
	list-style-type: none;
	list-style-position: inside;
	text-indent: 0px;

}
*/
/*a:visited
{
	color: #0099CC;
	text-decoration: none;
} */
/* .selections a
{
	 Looks like setting up an area just in case
}*/
