/* Holding */
h3
{
	font-family: Tahoma;
}
div#holding
{
	width: 500px;
	background-color: #333333;
	border: 2px solid #FFFFFF;
}

/* Global */
html
{
	height: 100%;
}

body
{
	margin: 0 auto;
	background-color: #C0C0C0;
	height: 100%;
	font-family: Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

img
{
	border: 0;
}

a
{
	color: #FFFFFF;
}
a.hover
{
	color: #FFFFFF;
}
a.visited
{
	color: #FFFFFF;
}

/* Wrapper */
div#wrapper
{
	text-align: -moz-center;
	height: 100%;
}
div#spacer
{
	height: 25px;
}

/* Header */
div#header
{
	height: 100px;
	width: 100%;
	background-color: #333333;
	text-align: left;
	border-bottom: 2px solid #FFFFFF;
}

/* Footer */
div#footer
{
	margin-top: -52px;
	height: 50px;
	width: 100%;
	background-color: #333333;
	border-top: 2px solid #FFFFFF;
}

/* Content */
div.content
{
	padding: 5px;
	width: auto;
	height: auto;
}
