html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000033;
	background-image: url(images/b_back.jpg);
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

p {
	margin: 5px;
}

a {
	color: #FFFF99;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.italics {
	font-style: italic;
}

.header1	{
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #110000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #000000;
}

.header	{
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-color: #000000;
}

.boxes 	{
	background-color: #000000;
	border: 1px solid #FFCC00;
}

#preload {
	position:absolute;
	left:10%;
	top:20px;
	z-index: 0;
}

#topbox1 {
	position:absolute;
	left:10%;
	top:20px;
	height: 40px;
	width:80%;
	background-image: url(images/title.gif);
	z-index: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
}

#topbox2 {
	position:absolute;
	left:10%;
	top:60px;
	width:80%;
    height:19px;
}

#buttons {
	position:absolute;
	left:10%;
	top:61px;
	font-size:0px;
	z-index: 2;
}

#xhtml {
	position:absolute;
	left:77%;
	width:13%;
	top:61px;
	z-index: 1;
	text-align: center;
}

#panel {
	position:absolute;
	left:77%;
	top:90px;
	width:13%;
	height:75%;
	background-image:url(images/panelback.gif);
	z-index: 1;
}

#panelcontent {
	position:absolute;
	left:77.1%;
	top:91px;
	width:13%;
	height:75%;
	text-align: center;
	z-index: 2;
}

#content {
	position:absolute;
	left:10%;
	top:90px;
	height:75%;
	width:66%;
	background-image:url(images/back.jpg);
	text-align: justify;
	background-attachment: fixed;
}

#copy {
	position:absolute;
	left:10%;
	width:80%;
	text-align: center;
	bottom: 20px;
	height:25px;
	background-image:url(images/stripe.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.restable {
	width:340px;
	margin-left:auto;
	margin-right:auto;
}

.porttable {
	width:490px;
	margin-left:auto;
	margin-right:auto;
}

.cell {
	width:112px;
	float:left;
	text-align:center;
}

.bold {
	font-weight: bold;
}

.skillcells {
	float: left;
	width:20%;
}

.portcells {
	width:162px;
	text-align:center;
	float:left;
}

.portdesc {
	width:70px;
	float:left;
	font-weight: bold;
}
.portimages {
	margin: 5px;
	float: left;
}

.urlp {
	text-align: center;
	margin-top: 8px;
}
.contable {
	text-align: left;
	width: 280px;
}
.center {
	text-align: center;
}
.third {
	width: 3%;
}
#maintable {
	width: 96%;
}
