* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 20px;
}
#wrapper {
	margin: auto;
	text-align: center;
	width: 760px;
	font-size: 1.2em;
	background-color: #b1a8a1;
}
#banner.home {
	background:url("../images/backgrounds/index_banner.gif");
	height: 250px;
	background-repeat: no-repeat;
}

#twoCol.home #navbar {
	display: none;
}
#contentContainer {
}
#contentContainer2 {
	background-image: url("../images/backgrounds/body_gradient.gif");
	background-repeat: repeat-x;
	background-color: #c8c0b8;
	color: #3A342D;
	width: 760px;
}
/* styles for one column */
#oneCol #middle, #oneCol #right {
	display: none;
}
#oneCol #left {
	width: 760px;
}
/* styles for two column */
#twoCol.home #middle {
	float: right;
	width: 500px;
	background-color: #c8c0b8;
}
#twoCol.home #left {
	width: 259px;
	float: left;
	text-align:left;
	font-size: 1.8em;
	background-color: #B1A8A1;
}

/* image gallery */

#twoCol.photo #left li{
	float: left;
}

/* ************* */

#twoCol #middle {
	float: right;
	width: 380px;
}
#twoCol #left {
	width: 380px;
	float: left;
}
#twoCol #right {
	display: none;
}
/* styles for three column layouts */
#threeCol #left {
	float: left;
	width: 250px;
}

#threeCol #right {
	float: right;
	width: 250px;
}
#threeCol #middle {
	margin: 0 250px;
}
.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
#footer {
	background-color: #53697A;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}
#banner {
	background-image:url("../images/backgrounds/page_banner.gif");
	height: 150px;
}
ul#nav {
	list-style-image: none;
	list-style-type: none;
	text-indent: 20px;
	line-height: 30px;
	font-size: 1em;
	text-decoration: none;
}
ul#resume {
	list-style-image: none;
	list-style-type: circle;
	margin: 0 0 0 50px;
	text-align: left;
	list-style-position: inside;
}
p {
	line-height: 20px;
	font-size: 1.2em;
	padding: 0 20px 0 20px;
	color: #000000;
	text-align: justify;
}
h1 {
	padding: 5px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #53697a;
}
a:hover {
	text-decoration: underline;
}
#navbar {
	background-image:url("../images/backgrounds/navbar_background.jpg");
	height: 50px;
}

h2 {
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1.4em;
}
h3 {
	margin: 10px;
	font-size: 1.4em;
}
.footerLink { 
	color: #FFFFFF;
}

.anchorTop {
	text-align: center;
}
form {
	width: 350px;
	text-align: right;
}
#imagegallery {
	list-style-type: none;
	float: right;
	padding: 2px;
}
table#portfolio { 
	text-align: center;
	padding: 50px;
	width: 750px;
	border: none;
}
.res {
	padding: 0 50px 0 50px;
}
td#one {
	text-align:right;
}
table#contact {
	border: solid 1px #000;
}

img.banner {
	float: right;
}
#resume {
	clear: left;
}
#myNav {
	text-align: center;
}
