/*Custom Defaults*/
* {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	vertical-align: top;
	font-family: arial, "lucida console", sans-serif;
	color: #d7f1dd;
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	/*border: 1px red solid;*/
}
a img {
	border: 0px;
}
p {
	padding-bottom: 10px;
}

/*Body Settings*/
html, body {
	height: 100%; /*DIV Height Fix*/
	background-color: black;
}
/*Type Treatment*/
#sep { /*Header*/
	color: #5689ac;
}
#des { /*Description*/
	color: #5689ac;
	display: block;
	text-indent: 50px;
	margin-top: 5px;
}
#cop { /*Copyright*/
	display: block;
	text-align: right;
	font-size: 6pt;
}
/*Main Container*/
#container {
	background-image: url("images/design/background.jpg");
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height: 750px;
}
/*Inner Pieces*/
#topBlock {
	width: 100%;
	height: 50px;
	text-align: left;
	padding-top: 10px;
}
	.moreLink {
		padding-top: 0px;
		float: left;
		cursor: hand;
	}
	.realName {
		float: right;
		margin-right: 50px;
	}
#botBlock {
	width: 100%;
	height: 100px;
}
	#botBlock .positioner {
		width: 600px;
		height: 100px;
		text-align: left;
		margin: 0px auto;
	}
/*Inner Table*/
#insideTable {
	width: 100%;
	height: 600px;
}
	.leftTable{
		width: 50px;
	}
	.middleTable{
		text-align: right;
	}
		.middleTable .positioner{
			width: 600px;
			height: 600px;
			text-align: right;
			margin-left: 50px;
			
		}
	.rightTable{
		width: 100px;
	}
		.userName{
			text-align: left;
			padding-left: 17px;
		}
/*Pop Up Menu*/
#myMenu {
	position: absolute;
	display: none;
	background: url('images/design/menu.jpg');
	width: 200px;
	height: 250px;
}
#myMenu .padding {
	padding: 15px;
}
#myMenu a {
	display: block;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
}
#myMenu a:hover {
	text-decoration: underline overline;
	display: list-item;
	list-style-position: inside;
}
#topBlock .positioner {
	margin-left: 60px;
}