body{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:center; /* This is to fix an IE 5 centering bug */
	background-color: #222428;
}

/* container styles */

div#container_ep {
	width:813px;
	margin: 75px auto 0px auto;
	text-align: left; /* This is to reverse the IE Bug Fix */
	height: 533px;
	position: relative;
	padding: 0px;
	background-image:url('../images/background.jpg');
}

div#logo {
	width: 199px;
	height: 100px;
	top:0px;
	left:0px;
	position: absolute;
}

div#nav {
	width: 155px;
	height: 292px;
	top:150px;
	left:23px;
	position: absolute;
}

div#top_heading {
	width: 520px;
	height: 25px;
	top:125px;
	left:255px;
	text-align:left;
	position: absolute;
}

div#main_content {
	width: 538px;
	height: 330px;
	top:175px;
	left:255px;
	position: absolute;
	overflow:auto;
}

div#jenerate {
	width: 159px;
	height: 11px;
	top:511px;
	left:25px;
	position: absolute;
}

table#top{
	margin: 0px 0px 0px 40px;
}

/* main_content */
td#main_content {
	width: 465px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}


/* image styles */

a img{
	border: none;
}

img.heading {
    margin:0px 0px 20px 0px;
    }
    
img.thumb, a img.thumb {
    padding:4px;
    border:1px;
    border-style:solid;
    border-color:#CECECE;
    background:#ffffff;
    }



