@charset "utf-8";
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: #000000;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../layout/New/bg_newlayout.jpg);
	background-position: center;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#newcontainer #btmlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../layout/New/row3.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 1100px;
	text-align: center;
	padding-top: 10px;
	color: #FFCC00;
}

#newcontainer #btmlink a {
	color:#FFFFFF;
	text-decoration:none
}

#newcontainer #btmlink a:hover {
	color:#FFCC00;
	text-decoration:none;

}
#newcontainer #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../layout/New/row4.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 1100px;
	text-align: center;
	color: #000000;
}

#newcontainer #copyright a {
	color:#003366;
	text-decoration:none
}

#newcontainer #copyright a:hover {
	color:#FFCC00;
	text-decoration:none
}

.style1 {
	font-size:x-small;}
	
.style2 {
	color: #333399;
	text-align: right;
}
	
#newcontainer #header {
	background-image: url(../layout/New/row1.jpg);
	background-repeat: no-repeat;
	height: 202px;
	width: 1100px;
}
#newcontainer #main p {
	color: #383067;
	font-size: small;
	text-align: left;
	padding-right: 80px;
	padding-left: 20px;
}
#main h3 {
	color: #CC3300;
	text-align: left;
	padding-right: 80px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#newcontainer #main a {
	text-decoration: none;
	color: #0033CC;
}

#newcontainer #main a:hover {
	text-decoration: none;
	color: #FF6600;
}
.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;
}

#main #textcolL {
	color: #660000;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#textcolL h3 {
	color: #990000;
	padding-right: 20px;
	padding-left: 0px;
	text-align: left;
}
#main #galleryspace {
	padding-right: 80px;
	padding-left: 20px;
}
#transparentbg {
	background-image: url(../layout/New/transparentbg.png);
	background-repeat: repeat-y;
	color: #660000;
}
#main #contactform {
	font-size: small;
	color: #383067;
	text-align: left;
	padding-right: 80px;
	padding-left: 20px;
}
#testimonial {
	padding-left: 20px;
	padding-right: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: x-small;
}
.indentright {
	text-align: right;
}
#list {
	font-size: small;
	color: #383067;
	padding-right: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	
}
