/*GENERAL STYLES*/

body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
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: #333;
background-color: #FFFFFF;
background-image: url(../images/bkground.jpg);
background-repeat: repeat-x;
}

.oneColFixCtr #container {
width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
border: 1px none #000000;
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;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}

.oneColFixCtr #mainContent {
padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #C93;
font-size: 14px;
text-transform: uppercase;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
color: #D1874A;
}

/*MAIN NAV STYES*/

#navbar {
height: 36px;
background-image: url(../images/nav_bkground.jpg);
background-repeat: repeat-x;
width: 800px;
}

/*MAIN DIVS*/

#header {
	margin:0;
	padding:0;
	width: 800px;
	height: 106px;
	text-align: left;
}

#header2 {
margin:0;
padding:0;
width: 100%;
height: 34px;
background: #999966;
vertical-align: bottom;
}

#bar {
width: 100%;
height: 8px;
background: #D1874A;
}

#tophome {
width: 100%;
height: 54px;
background: #fff;
}

#top {
width: 100%;
height: 81px;
}

#main {
width: 800px;
background-color: #FFFFFF;
padding-top: 40px;
background-image: url(../images/bkground_home.jpg);
background-repeat: no-repeat;
}

#main #left {
float: left;
width: 205px;
margin: 0;
padding-top: 0px;
padding-right: 40px;
padding-left: 125px;
}

#main #portfolio {
}

#main #right {
	float: right;
	width: 405px;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F93;
	margin: 0;
	padding-left: 20px;
}

#homemain {
margin: 0px;
padding: 0px;
width: 720px;
}

#homeleft {
float: left;
width: 220px;
margin: 0 15px 0 0;
padding: 0 15px 0 0;
background: #999966;
border-right: 4px solid #D1874A;
}

/*CLASSES*/
	
.padder {
margin: 0;
padding: 75px;
border: 0;
}

.head {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #D1874A;
font-style: italic;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bold {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bolder;
color: #010F3D;
}

.credit {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: left;
}

.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

.imgnospace {
margin: 0;
padding: 0;
border: 0;
vertical-align: bottom;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
padding-top: 10px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999999;
margin-top: 75px;
margin-bottom: 75px;
width: 800px;
text-align: left;
}

.captiontext {
font-style: italic;
font-size: 11px;
font-weight: bold;
text-align: left;
font-family: "Courier New", Courier, monospace;
}

.imagefeltner {
width: 200px;
float: left;
}

.aboutright {
float: right;
}

#maininternal {
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/bck_top.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

.footerinternal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
padding-top: 10px;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #999999;
margin-top: 40px;
margin-bottom: 75px;
width: 800px;
text-align: left;
}

.contactright {
float: right;
}

.contactleft {
	float: left;
	width: 400px;
}

#maininternalflash {
width: 800px;
background-color: #FFFFFF;
}
#right hr {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #EBEBEB;
}

