/* TAG's */
body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 17px;
	color: #FFFFFF;
}
ul {
	list-style-type:none;
	margin-top: 2px;
	padding-left: 12px;
	color: #FF66CC;
	font-weight: bolder;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	font-weight:bolder;
	color: #FFFFFF;
	letter-spacing: .1em;
}	
			
/* Layout DIV's */
#wrapper {
	position:absolute;
	left: 50%;
	top: 5px;
	width:1000px;
	height:570px;
	margin-left: -500px;
}
#logo {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 50px;
}
#content {
	position:absolute;
	left: 0px;
	top: 50px;
	width:1000px;
	height:515px;
	/*background-image: url(../assets/content.jpg);*/
}
#navig {
	position:absolute;
	left: 0px;
	top: 0px;
	width:200px;
	height:515px;
	overflow: auto;
	border-bottom: 1px solid #000000;
}
#textDiv {
	position:absolute;
	left: 200px;
	top: 0px;
	width: 800px;
	height: 515px;
	overflow:auto;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}
#pub {
	position:absolute;
	left: 755px;
	top: 32px;
	width:190px;
	height:515px;
	background-color:#FF3300;
}
#footer {
	position:absolute;
	left: 0px;
	top: 525px;
	width:1000px;
	height:20px;
}
/* CLASSES */
.footertext {
	margin-top: 7px;
	text-align:center;
}
.edit {
	font-style: italic;
	color: #FFCCFF;
}
/* CONTEXTUALS */
#textDiv p {
	font-size: 11px;
	margin-left: 180px;
	margin-right: 5px;
}
#textDiv h1 {
	font-size: 18px;
	color: #FFFF66;
	margin-left: 180px;
	margin-right: 5px;
}
#textDiv h3 {
	font-size: 11px;
	color: #FFFF66;
	margin-left: 180px;
	margin-right: 5px;
}
#textDiv img {
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;

}
#textDiv table {
	text-align: center;
	vertical-align: middle;
}
