/* General
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

* {
padding: 0;
margin: 0;
}

html {
	background: #000;
	min-width: 1000px;
}

body, td, th, input, select, textarea{
 	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #666666;
}
body{
	background: #000000;
}

h1{
	border-top: 0px solid #333333;
	border-bottom: 3px solid #333333;
	margin:0px;
	padding: 0px;
	font-size: 1.0em;
	font-style: lighter;
	text-transform: lowercase;
	letter-spacing: 3px;
	color: #ececec;
}
h2, h3 {
	border-top: 0px solid #333333;
	border-bottom: 3px solid #333333;
	margin:0px;
	padding: 10px 0px 0px 0px;
	font-size: 1.0em;
	font-style: lighter;
	text-transform: lowercase;
	letter-spacing: 3px;
	color: #ececec;
}
p {
	margin: 0 0 1em 0;
}


img {
	border: 0px solid #555;
}

a:link,
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover,
a:active {
	color: #ececec;
	text-decoration: none;
}

/* Container
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#container {
	position: relative;
	margin:50px auto;
	padding: 0px 0px 0px 0px;
	width: 804px;
	border: 0px solid #ff0000;

}

/* Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#content_holder{
	border: 0px solid #0000ff;

}

/* header
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#header{
	position: relative;
	margin:0px;
	padding: 0px 0px 0px 0px;
	width:802px;
	border-bottom: 0px solid #333333;
	background: #000000;
	background-image: none;
}
#logo{
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px #00ff00 solid;
}

/* Text Pages
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#text_holder {
	position: relative;
	padding:20px 20px 20px 20px;
	border: 1px solid #d8d8d8;
	width: 762px;
}

#text_holder p {
	margin: 1em 0 1em 0;
	color: #cccccc;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: .1em;
	text-align: left;
}

#text_holder img {
	border: 0px solid #555;
	float: right;
	padding: 5px;
}

/* nav
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#nav {
	width:805px;
	font-size: 0.85em;
	line-height: 1em;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	margin:0px;
}
#nav a:link span,
#nav a:visited span {
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#nav a:hover span,
#nav a:active span {
	color: #ececec;
	margin: 0px;
	padding: 0px;
}
#nav td {
	margin: 0px;
	padding: 0px;
}
.menu{
	text-align: center;
	border-right: 1px solid #666666;
}

.menufirst{
	width: 14%;
	text-align: left;
	border-right: 1px solid #666666;
}
.menulast{
	width: 14%;
	text-align: right;
}

/* Footer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#footer {
	position: absolute;
	left: 60px;
	font-size: .8em;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: right;
	border: 0px solid #0000ff;
	bottom:0;
	width:925px;
	height:60px;   /* Height of the footer */
}


