@charset "utf-8";
body {
	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;
	background-image: url(images/background.png);
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #ffae00;;
}
.oneColElsCtr #container {
	width: 757px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {

}

.lefthandside {
	background-repeat: no-repeat;
	height: 526px;
	width: 401px;
	float: left;
}
.right {
	padding-left: 30px;
}
.left {
	padding-left: 65px;
}
.thumbnail {

	float: left;
	text-align: center;
	margin-bottom: 10px;
		width: 130px;
	padding-left: 60px;
	text-align: center;
}
.linktext {
	background-color: #E9E9EA;
	width: 140px;
	font-size: .8em;
	background-image: url(images/lb/bg-linktext.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.thumbnail img {
	border: 10px solid #e9e9ea;
}


#left-home {
	background-image: url(images/left-background-home.png);
	background-repeat: no-repeat;
}
#left-about {
	background-image: url(images/left-background-about.png);
	background-repeat: no-repeat;
}
#left-web {
	background-image: url(images/left-background-web.png);
	background-repeat: no-repeat;
}
#left-other {
	background-image: url(images/left-background-other.png);
	background-repeat: no-repeat;
}
#left-portfolio {
	background-image: url(images/left-background-portfolio.png);
	background-repeat: no-repeat;
	padding-top: 153px;
	height: 290px;
}

#left-contact {
	background-image: url(images/left-background-contact.png);
	background-repeat: no-repeat;
}


.welcome {
	height: 33px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
}
.welcome h1 {
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.righthandside {
	background-image: url(images/right-background.png);
	background-repeat: no-repeat;
	height: 526px;
	width: 309px;
	float: left;
}
.content {
	height: 212px;
	font-size: 13px;
	color: #FFAE00;
	margin-bottom: 65px;
	padding-top: 15px;
	overflow: auto;
	width: 270px;
	margin-left: 0px;
	padding-left: 0px;
}
.content p {
	margin-top: 0px;
	color: #8F6831;
	margin-right: 10px;
	margin-bottom: 8px;
}

.logo {
	height: 22px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
	padding-top: 6px;
	margin-top: 7px;
}
.email {
	height: 30px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #714e19;
}
.email a {
	color: #714e19;
	text-decoration: none;
}
.email a:hover {
	color: #714e19;
	text-decoration: underline;
}

.golbal-nav {
	height: 100px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}

.golbal-nav a {
	text-decoration: none;
	color: #FFF;
}

.golbal-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.righthandside .content a {
	color: #714e19;
}
.righthandside .content a:hover {
	text-decoration: none;
}
