html, body {
}

body {
	background-color: #E6E6E6;
	font-family: Verdana;
	font-size: 10px;
	padding: 0;
}
img {
	border:none;
}
th
{
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:6px 0px 10px 0px;
	letter-spacing:0px;
	line-height:120%;;
	cursor:default;
}

/* ------------------------------------------------------------ */
/* MAIN LAYOUT ------------------------------------------------ */
/* ------------------------------------------------------------ */

#main {
	background: #fff url(http://eneron.us/bg_center.gif) repeat-y;
	width: 880px;
	min-height: 0px;
	height: auto!important;
	height: 0px;
	padding: 10px 35px;
	margin: 20px auto 0;
	position: relative;
	z-index:0;
}

#main .top {
	background: #fff url(http://eneron.us/bg_top.gif) repeat-y;
	width: 950px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -20px;
}

#main .bottom {
	background: #fff url(http://eneron.us/bg_bottom.gif) repeat-y;
	width: 950px;
	height: 30px;
	position: absolute;
	left: -35px;
	bottom: -30px;
}

#header {
	width: 880px;
	height: 100px;
	position:static;
	border-bottom: 1px solid #DADADA;
}

#footer {
	width: 880px;
	height: 80px;
	border-top: 1px solid #DADADA;
	position: relative;
}

#footer p.info {
	line-height: 15px;
	color: #666;
	bottom: 14px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size:10px;
}

/* ------------------------------------------------------------ */
/* CONTENT 														*/
/* ------------------------------------------------------------ */
#content {
	padding: 10px 0 0;
}
/* DEFAULT ------------------------------------------------ */

#default {
	width:880px;
	margin-bottom:10px;
	position:relative;
}
#default .opacity {
	width:860px;
	padding:10px;
	position:absolute;
	left:10px;
	top:10px;
}
/* ------------------------------------------------------------ */
/* COMMON ----------------------------------------------------- */
/* ------------------------------------------------------------ */
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:1px;
	color:#006;
	margin: 0px 0px 0px 0px;
	padding: 0 0 8px;
	line-height:100%;;
	cursor:default;
}

h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	color:black;
	margin:6px 0px 10px 0px;
	letter-spacing:0px;
	line-height:120%;;
	cursor:default;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 8px;
	line-height:150%;;
	cursor:default;
	font-weight:100;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#030;
	margin:6px 0px 10px 0px;
	letter-spacing:0px;
	line-height:120%;;
	cursor:default;
}
h4 a:link{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	cursor:default;
	text-decoration:underline;
}
h4 a:visited{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	cursor:default;
	text-decoration:underline;
}
h4 a:hover{
	color:#063;
	cursor:pointer;
}
h5 {
	font-size:12px;
	color: #000;
	line-height:160%;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	cursor:default;
}
h6 {
	color:#666;
	text-transform:uppercase;
	font-size:10px;
	margin:0px 0px 8px 0px;
	font-weight:normal;
	cursor:default;
}

p {
	font-size:12px;
	color: #333;
	line-height:160%;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	cursor:default;
}
