@charset "UTF-8";
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../Images/bg_dim.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 20px;
	padding-left: 20px;
	height: 540px;
	border: 1px solid #999999;
}
.middletextbox {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 14px;
	text-align: center;
	margin-top: 60px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 30px;
}
.aboutme {
	text-align: center;
	font-size: 14px;
	padding-right: 150px;
	padding-left: 150px;
}
.oneColFixCtrHdr #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 2px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	line-height: 2px;
}
.name {
	margin-top: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 2px;
}
table {
	width: 740px;
	margin-right: 100px;
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-top: 5px;
}
.heading {
	font-size: 18px;
	text-transform: capitalize;
	font-style: italic;
}
.main_image {
	margin-top: 5px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 200px;
}
.thumbs {
	cursor: pointer;
}
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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #660000;
}
.words {
	font-size: 14px;
	float: left;
	font-weight: lighter;
	font-style: italic;
	margin-top: 18px;
}
.builtby {
	float: right;
	text-align: right;
	line-height: 2px;
}

