.foo {}
/***************************************************************************************************
	Reset
***************************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
fieldset,img,abbr,acronym {border:0;}

/***************************************************************************************************
	Standard
***************************************************************************************************/
body
{
	background-color: #141724;
	background-image: url(/res/img/bg.gif);
	background-repeat: repeat-x;
	
	font-family: Georgia, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 82%;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
}

body.mceContentBody
{
	background: #141724;
	font-family: Georgia, "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-size: 82%;
	line-height: 130%;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

h1
{
	margin: 10px 80px;
	font-size: 180%;
	font-weight: normal;
	color: #CB5D1E;
	background-color: #141724;
}

h2
{
	margin: 10px 80px;
	font-size: 130%;
	font-weight: bold;
	color: #CB5D1E;
	background-color: #141724;
}

hr
{
	background-color: #141724;
	height: 1px;
	color: #E6E6E6;
}

p
{
	margin: 10px 100px;
}

b,
strong
{
	font-weight: bold;
}

#Content ul
{
	margin: 10px 100px 10px 120px;
	list-style: disc;
}

a:link,
a:visited
{
	color: #FFFFFF;
	background-color: #141724;
	text-decoration: underline;
}

a:hover
{
	background-color: #141724;
	color: #CB5D1E;
}

a img:link
{
	text-decoration: none;
}

a:active,
a:focus
{
	outline: 0;
}

.Form label,
.Form input
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.Form label
{
	text-align: right;
	width: 100px;
	padding-right: 10px;
}

.Form button
{
	width: 100px;
	padding: 3px;
}

.Form br
{
	clear: left;
}

.FloatRight
{
	float: right;
	margin-right: 80px;
}

#Holder
{
	display: block;
	background-image: url(/res/img/design.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#Admin
{
	position: absolute;
	padding: 15px;
}

#Nav
{
	position: relative;
	top: 48px;
	margin: 0 auto;
	width: 502px;
	height: 450px;
	text-align: left;
}
	#Nav img
	{
		display: block;
	}

#Content
{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 740px;
}
