*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential ----------------------------------------------------------------------*/
html {
	background: #4B6C9E;
}

body
{
	background: url(../img/bg_home.jpg) no-repeat center top;
	border: none;
	margin: auto;
	padding: 0px;
	position: relative;
	width: 1024px;
	height: 768px;
	display: table;
	color: #933;
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: small;
}

h2
{
	background: inherit;
	border-bottom: 1px dashed #777;
	color: #933;
	font: 16px Georgia, serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #777;
	color: #933;
	font: 12px Georgia, serif;
	font-style: normal;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: left;
}

a:link {	background: inherit;
			text-decoration: none;
			color: #777;
		 	font-variant: normal;
}
a:visited {	background: inherit;
			text-decoration: none;
			color: #777;
			font-variant: normal;
}
a:hover {	background: inherit;
			text-decoration: none;
			color: #933;
		 	font-variant: normal;
}

li
{	
	list-style: none;
	font: 16px georgia, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 2em;
	border-bottom: 1px dashed #777;
}

p
{
	font-family: Georgia, "Times New Roman", serif;
	font-style: normal;
	font-size: small;
	color: #777;
	padding: 0px;
	text-align: left;
}

#menu
{
	background: transparent;
	border: none;
	text-align: left;
	top: 450px;
	left: 143px;
	padding: 10px;
	position: relative;
	width: 80px;
	height: 100px;
}

#box
{
	background: transparent;
	border-top: 1px dashed #777;
	border-bottom: 1px dashed #777;
	top: 208px;
	left: 416px;
	padding: 10px;
	position: relative;
	width: 385px;
	height: 240px;
}

#footer
{
	background: transparent;
	border: none;
	position: relative;
	top: 35em;
	left: 45em;
	width: 190px;
	height: 14px;
	font-family: verdana, trebuchet, sans-serif;
	font-style: normal;
	font-size: x-small;
	color: #933;
}

#validator
{
	background: transparent;
	border: none;
	position: relative;
	top: 380px;
	left: 24px;
	width: 190px;
	height: 14px;

}

/* Display Code ----------------------------------------------------------------------*/

.display
{
	cursor: default;
	list-style: none;
}

.display a
{
	cursor: default;
}

.display a .preview
{
	display: none;
}

.display a:hover .preview
{
	display: block;
	position: absolute;
	border: 2px solid #fff;
	width: 300px;
	height: 300px;
	top: -300px;
	left: -180px;
	padding: 0px;
	z-index: 1;
	color: #933;
}

.display img
{
	background: transparent;
	border: none;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.display li
{
	background: transparent;
	border: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}











