@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 25px;
	position:relative;
	top: -40px;
}

.oneColFixCtr #mainContent2 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 25px;
	position:relative;
	top: -40px;
}

#header {
	background-image:url(images/title.png);
	width: 100%;
	height: 150px;
	margin: 0;
	border-bottom: 5px solid #FFFF81;
}

#footer {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	font-weight:bold;
	text-align:center;
	background-color:#145580;
}

#headpic {
	float:right;
	height: 150px;
	width: 450px;
	border:0;
	}

#title {
	position:relative;
	left: 35px;
	top: 30px;
	margin: 0;
}

#title a:link      {color:#FFFFFF; text-decoration:none;}
#title a:visited   {color:#FFFFFF; text-decoration:none;}
#title a:active    {color:#FFFFFF; text-decoration:none;}
#title a:hover     {color:#FFFFFF; text-decoration:none;}

#menu {
	position:relative;
	top: -40px;
	left: 10px;
	height: 30px;
}

#menu a:link      {color:#000000; text-decoration:none;}
#menu a:visited   {color:#000000; text-decoration:none;}
#menu a:active    {color:#000000; text-decoration:none;}
#menu a:hover     {color:#000000; text-decoration:none;}

.mbutton {
	float:left;
	height: 27px;
	border:none;
	padding-top: 8px;
	margin-right: 5px;
	text-align:center;
	font-weight:bold;
	background-color:#FFFF81;
}

.mbuttonON {
	float:left;
	height: 27px;
	border:none;
	padding-top: 8px;
	margin-right: 5px;
	text-align:center;
	font-weight:bold;
	background-color:#0085C7;
}

#mb1 {
	width: 75px;
}

#mb2 {
	width: 90px;
}

#mb3 {
	width: 95px;
}

#mb4 {
	width: 120px;
}

.hlight {
	position:relative;
	left: -20px;
	margin-top: 30px;
}

.hltable {
	padding: 5px 15px 5px 20px;
	background-color:#FFFF81;
	font-size: 18px;
	font-weight: bold;
}

.skill {
	padding: 5px 0px 5px 15px;
	background-color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

img {
	border: 1px solid #000000;
}

.small {
	font-size: 14px;
	line-height: 25px;
}

.tspace {
	padding-right: 40px;
	padding-bottom: 8px;
}

.pics {
	float:right;
	margin-top: -20px;
	padding:0;
}

a:link      {color:#000000; text-decoration:underline;}
a:visited   {color:#000000; text-decoration:underline;}
a:active    {color:#000000; text-decoration:underline;}
a:hover     {color:#000000; text-decoration:none;}

h2 {
	font-size: 18px;
}

li {
	margin-bottom: 8px;
}
