a:link {color: #000000;text-decoration: none;}
a:active {color: #000000;text-decoration: none;}
a:visited {color: #000000;text-decoration: none;}
a:hover {color: #444444;text-decoration: none;}

body {
        margin: 0px;
        padding: 0px;
        color: #000000;
        background-image:  url(softgrid2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

td {
        margin: 0px;
        padding: 0px;
        color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/*  Used for centering content */
table.main {
	width: 100%;
	height: 100%;
        border: 0px solid #ffffff;
}
td.main {
        vertical-align: middle;
	text-align: center;
}
/*  END - Used for centering content */


img#spacer {
	margin: 0px;
        padding: 0px;
	border: 0px solid #FFFFFF;

}

/* Vital Stats Table - aboutme page */

table#vs {
	padding: 0px;
	border: 0px solid #000000;
}

td.vsleft {
	padding-right: 5px;
	text-align: right;
}
td.vsright {
	text-align: left;
}

/* END - Vital Stats Table - aboutme page */

div#imagesleft {
        border: 0px solid #ffffff;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
	z-index:auto;
}
div.container {
        position: relative;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
	width:623px;
	height:273px;
}
div.nav {
	width:126px;
	height:200px;
	position:absolute;
	left:160px;
	top:17px;
	z-index:1;
}
div.me {
        width:373px;
        height:240px;
        position:absolute;
	left:126px;
	top:0px;
}
div.stats {
        width:124px;
        height:125px;
        position:absolute;
        left:389px;
        top:55px;
/*	left:499px;
	top:115px; */
	font-weight: bold;
        z-index:1;
}
div.other {
        width:373px;
        height:33px;
        position:absolute;
	left:126px;
	top:240px;
}
a.header {
	color:#CC0000;
}



