body {margin:0px; padding:0px; font: 1.0em verdana, arial, sans-serif; text-align:center;}
* {margin:0; padding:0;}

#wrapper {
	font: 1.6em Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	background-color: #800080;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	background-image: url(images/wood.jpg);
	width: 990px;
	margin: auto;
	border: solid 5px #FFCC00;
	margin-bottom: 5px;
}
#header .floatlt {
	padding: 10px;
}
#logo {
	text-align: center;
	padding: 10px 0px;
}
#content {
	background-image: url(images/wood.jpg);
	width: 990px;
	border: solid 5px #FFCC00;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding-top: 5px;
}


#leftnav {
	font: bold .6em Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	float: left;
	width: 230px;
}
#leftnav li {
	/*list-style-image: url(images/basketball-04.gif);
	/*list-style-position: inside;*/
	border-color: #FFCC00;
	border-width: 2px 2px;
	border-style: solid;
	width: 180px;
	background-color: #FFFFCC;
	margin: 5px 0px 5px 10px;
	text-align: left;
	color: #660066;
	font-weight: bold;
	/*padding: 4px 2px 3px 0px;*/
	list-style-type: none;
}
#leftnav li li {
	border-color: #FFCC00;
	border-width: 2px 2px;
	border-style: solid;
	width: 160px;
	background-color: #FFFFCC;
}
#leftnav a:link, a:visited, a:hover {
	color: #800080;
	text-decoration: none;
}

#leftnav a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
#leftnav ul ul {
	list-style-type: none;
}
#main {
	width: 735px;
	background-color: #FFFFFF;
	background-image: url(images/Sabercatlogo.gif);
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
	/*margin-left: 20px;*/
}
#main a:link, a:visited, a:hover {
	color: #800080;
	list-style-type: none;
	text-decoration: none;
	padding-left: 30px;
}

#main a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#main ul {
	text-decoration: none;
	list-style-type: none;
}
#main ol {
	text-decoration: none;
	list-style-type: decimal;
	padding-left: 30px;
	color: #000000;
	font-size: 0.65em;
}
#main h1 {
	font-size: 1em;
	padding-left: 5px;
	color: #660066;
}
#main p {
	font-size: 0.65em;
	padding: 10px;
	color: #000000;
}
#main h2 {
	font-size: 0.9em;
	color: #660066;
	padding-left: 5px;
}

.floatlt {
	float: left;
	padding: 5px;
}
.floatrt {
	float: right;
}


#footer p {
	font-size: 0.5em;
	text-align: center;
	color: #FFCC00;
}

#footer {
	width: 1000px;
	margin: auto;
	clear: both;
}
#main tr {
	color: #000000;
}
#main table {
	color: #CC0000;
	width: 734px;
}
#main td {
	color: #000000;
	text-align: center;
	font-size: 0.8em;
	padding: 0px 4px;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {
	display: inline-block;
}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
.center {
	text-align: center;
}
#main img {
	margin-right: auto;
	margin-left: 10px;
}
#main q {
	font-size: 110%;
	font-weight: bold;
	color: #FF9900;
	padding-left: 20px;
	margin-left: 20px;
}
.skill {
	font-size: 1.2em;
	color: #FF9900;
}

