@charset "utf-8";
/* CSS Document */

/* Page font and background style */

body {
	font: normal 13px verdana, arial, helvetica, sans-serif;
	color:#666666;
	background-color:#5e91e6;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
}

/* Page Design Container */
#pageContain {
	text-align:left;
	margin:0px auto;
	position: relative;
	width: 764px;
}

/* Header Formating */
#banner {
	font-size: 11px;
}

#headerPhoto {
	background-image: url(../images/header_photo.jpg);
	background-repeat:no-repeat;
	height: 103px;
}

#headerPhoto span {
	display:none;
}

#headerPhoto a {
	display: block;
	width: 764px;
	height: 103px;
}

#headerTitle {
	display: block;
	background-image: url(../images/header_txt.jpg);
	background-repeat:no-repeat;
	height: 22px;
	padding-left: 80px;
}

#subtitle {
	padding-top: 4px;
	color: #003366;
}


/* Footer */

#footer {
	position: relative;
	width: 764px;
	height: 50px;
	text-align: center;
	padding-top: 20px;
	background-image:url(../images/bottomFade.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin-left: auto ;
	margin-right: auto;
}

#finePrint {
	font-size: 9px;
}

#finePrint a {
	text-decoration: none;
	color: #006699;
}

#finePrint a:hover {
	text-decoration: underline;
}

#browserReq {
	margin: 0 auto;
	background-color: #999999;
	width: 320px;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	border: #333333 solid thin;
	margin-top: 10px;
	padding: 5px;
}

#skills {
	clear:both;
	text-align:center;
}
