@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/basic%20layout/tileblack.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}
ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a img {
	border-width: 0px;
}
#navigation {
	margin-right: 50px;
}
#navigation li {
	padding-left: 5px;
	float: left;
}
#navigation a {
	display: block;
	width: 71px;
	text-align: center;
	vertical-align: middle;
	padding-top: 127px;
	background-image: url(../images/basic%20layout/link_.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
#navigation a:hover {
	display: block;
	width: 71px;
	text-align: center;
	vertical-align: middle;
	padding-top: 127px;
	background-image: url(../images/basic%20layout/linkover_.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	font-weight: bold;
	color: #000000;
}
#navigation  li  a.current {
	display: block;
	width: 71px;
	text-align: center;
	vertical-align: middle;
	padding-top: 127px;
	background-image: url(../images/basic%20layout/linkover_.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	font-weight: bold;
	color: #000000;
}







#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 15px solid #000000;
	border-left: 15px solid #000000;
	background-image: url(../images/basic%20layout/body-repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
#header {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(../images/basic%20layout/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 261px;
} 
#sidebar {
	width: 218px;
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 43px;
	float: right;
}
#sidebar1, #sidebar2, #sidebar3   {
	width: 218px;
	background-image: url(../images/basic%20layout/narrowframe-inside.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 43px;
	margin-top: 2px;
}
#sidebar1Header, #sidebar2Header, #sidebar3Header {
	padding-left: 35px;
	background-image: url(../images/basic%20layout/narrowframe-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 35px;
	min-height: 20px;
}
#sidebar1Text ul {
	padding-top: 10px;
}
#sidebar1Text  li  {
	padding-bottom: 10px;
}
#sidebar1Text   a, #mainContentText  a {
	color: #786A56;
	text-decoration: none;
}
#sidebar1Text  a:hover, #mainContentText a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #CAC1B5;
}
#sidebar1Text, #sidebar2Text, #sidebar3Text {
	padding-left: 35px;
	padding-right: 35px;
}
#sidebar1Footer, #sidebar2Footer, #sidebar3Footer {
	background-image: url(../images/basic%20layout/narrowframe-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}






#mainContent {
	margin: 0 250px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 11px 0px 10px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/basic%20layout/wideframe-inside.gif);
} 



#mainContentHeader {
	background-image: url(../images/basic%20layout/wideframe-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	padding-left: 75px;
}
#mainContentText {
	padding-left: 80px;
	padding-right: 80px;
}
#mainContentFooter {
	background-image: url(../images/basic%20layout/wideframe-bot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
}
#mainContentText li {
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom: 3px;
}

#spacefooter {
	height: 20px;
}




#footer {
	background-color: #000000;
	background-image: url(../images/basic%20layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 162px;
} 
#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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.quote {
	font-weight: bold;
	color: #9D8F77;
	text-align: center;
	text-transform: none;
	line-height: 17px;
	font-style: italic;
}
.author {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	text-align: center;
	text-transform: none;
}
#mainContentText ol li {
	list-style-type: lower-roman;
	list-style-position: outside;
}
#mainContentHeader h1 {
	font-size: 200%;
}

#thumbs {
	margin-left: 74px;

}

#thumbs   table {
	margin-top: 20px;
	margin-left: 5px;
}


#thumbs td {
	background-color: #FFFFFF;
	background-image: url(../images/basic%20layout/portfolioback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 80px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: middle;
}

fieldset {
	padding: 0.8em 0.8em 0.8em 0.8em;
	border: 1px solid #B6A78E;
}
legend {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
label {
	display: block;
	margin-top: 0.5em;
}
input, textarea {
	background-color: #FFFFFF;
	padding: 0.2em;
	width: 98%;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666666;
}
#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 0.8em;
	background-color: #EDEAE4;
	color: #000000;
	border: none;
	height: 2.5em;
}
input:focus, textarea:focus {
	background-color: #E4E4E4;
}
form em {
	font-weight: bold;
	color: #CC6600;
	font-style: normal;
	font-size: 85%;
}

textarea {
	height: 8em;
}
