body  {
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ixd #container1 {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #4D2F0F;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body_home.jpg);
} 
.ixd #container {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #4D2F0F;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
} 
.ixd #header {
	height: 175px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_header.jpg);
} 
.ixd #sidebar {
	float: left;
	width: 600px;
	background-image: url(../images/bg_sidebar.gif);
	line-height: 21px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.ixd #sidebar1 {
	float: left;
	width: 460px;
	background-image: url(../images/bg_sidebar.gif);
	line-height: 21px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.ixd #mainContent1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 650px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 18px;
	color: #FFF;
	font-size: 14px;
} 
.ixd #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 500px;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 20px;
	color: #0D0D0D;
	font-size: 14px;
} 
.ixd #footer_home {
	background-color: #ffc10e;
	background-image: url(../images/bg_footer_home.jpg);
	height: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
} 
.ixd #footer {
	background-color: #ffc10e;
	background-image: url(../images/bg_footer.jpg);
	height: 85px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
} 
.ixd #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 */
}
.first_para_text {
	font-size: 14px;
	font-weight: bold;
}
.text_dark {
	color: #1F1F1F;
}
.text_large {
	font-size: 13px;
}
.text_small {
	font-size: 11px;
	color:#877845;
}
.text_dark_navbar {
	color: #OOOOOO;
	font-size: 16px;
	font-weight: bold;
}
.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;
}
a:link {
	color: #3B3B3B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606060;
}
a:hover {
	text-decoration: none;
	color: #69BC45;
}
a:active {
	text-decoration: none;
	color: #69BC45;
}
a.navbar:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.navbar:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
a.navbar:hover {
	text-decoration: none;
	color: #FFC10E;
	font-size: 16px;
	font-weight: bold;
}
a.navbar:active {
	text-decoration: none;
	color: #FFC10E;
	font-size: 16px;
	font-weight: bold;
}
a.projects:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.projects:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.projects:hover {
	text-decoration: none;
	color: #713C00;
}
a.projects:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
}
.thumbnail {
	background-color: #FFB76F;
	padding: 5px;
	height: 85px;
	width: 120px;
}
.text_white {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

