body
{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/* debug	border: black solid 1px;

/** Global **/
/* Links */
a:link		{color: #0066cc;}
a:visited	{color: #0066cc;}
a:hover		{color: #7f7f7f;}
a:active	{color: #990099;}

/* Headings */
#headerTitle
{
	left: 170px;
	line-height: 53px;
	vertical-align: bottom;
}

#headerTitle, h1
{
	position: relative;
	color: #cccccc;
	font-family: Times New Roman, Times, serif;
	font-size: 280%;
	font-style: italic;
	letter-spacing: +2px;
	margin: 0px;
}

h1
{
	color: #7c7c7c;
	font-size: 240%;
	font-weight: normal;
}

/* Form Elements */
textarea
{
	border: 1px solid black;
}
.button, .text, select
{
	border: 1px solid black;
	height: 20px;
	margin-bottom: 1px;
	background-color: #efefef;
}

form
{
	margin: 0px;
}
/* Main body div container */
#body
{
	top: 0px;
	width: 970px;
}

/* Decor */
#navBottom, #contentTop, #contentBottom
{
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
	height: 0px;
}

/* Middles */
#headerMiddle, #navMiddle, #contentMiddle
{
	padding-left: 5px;
	padding-right: 5px;
}
/** END Global **/

/** Header **/
#header
{
	width: 100%;
	padding-top: 10px;
}
#headerMiddle
{
	background-image: url("i/header.jpg");
	background-repeat: no-repeat;
	background-position: 0px 50%;
	height: 80px;
}
/** END Header **/

/** Navigation **/
#navigation
{
	position: absolute;
	width: 150px;
}
#navMiddle
{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	line-height: 120%;
	background-color: #003399;
}
#navMiddle a:link		{color: white; text-decoration: none;}
#navMiddle a:visited	{color: white; text-decoration: none;}
#navMiddle a:hover		{color: white; text-decoration: underline;}
#navMiddle a:active		{color: white; text-decoration: underline;}
#navBottom
{
	background-image: url("i/navB.gif");
	height: 15px;
}
/** END Navigation **/

/** Content **/
#content
{
	position: relative;
	left: 160px;
	width: 810px;
	margin-bottom: 20px;
}
#contentMiddle
{
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#contentBottom
{
	background-image: url("i/contentB.gif");
	height: 25px;
}
/** END Content **/

/*The leftovers:*/
#free a
{
	position: absolute;
	top: 140px;
	left: 130px;
	font-size: 200%;
	font-weight: bold;
	color: red;
}

.dvd
{
	font-size: 280%;
	font-style: italic;
}

ul
{
	margin-left: 8px;
	margin-top: 5px;
	padding-left: 8px;
	padding-top: 5px;
}
li
{
	padding-bottom: 10px;
}

.red
{
	color: red;
}

#footer
{
	position: relative;
	left: 160px;
	bottom: 0px;
	font-size: 80%;
	font-weight: bold;
	padding-left: 5px;
	width: 805px;
	margin-bottom: 10px;
}