/* Layout Designed By: Diana L. Roberts
Designer Website: http://www.xakalax.com/
Designer EMail: droberts@xakalax.com

All aspects of this layout may be altered, so long
as the credits are kept IN TACT.

Under no circumstances are you permitted to remove
any credit, or redistrubute. */

body {
	background-color: #022243;
	background-image: url(http://www.xakalax.com/images/bkgpkbl.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 10px;
	font-family: verdana;
	color: #FFFFFF;
	padding: 5px;
	margin: 5px;
}

table {
	font-size: 1em;
	font-family: verdana;
	color: #FFFFFF;
}

a:link {
	color: #9e2e96;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #9e2e96;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #9e2e96;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #9e2e96;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #022243;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #022243;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #022243;
	padding: 0;
	margin: 0;
}


h4 {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #022243;
	padding: 0;
	margin: 0;
}

h5 {
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #022243;
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	width: 100px;
}

.right {
	float: right;
	width: 100px;
}