body{
	background-image: url(../images/bgNew.jpg);
	background-repeat: repeat-x;
}

.bg1{
	height: 1000px;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 150px;
}
.holder1 {
	height: 1150px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #CC0099;
}
.header1 {
	height: 250px;
	width: 800px;
	float: left;
}
.leftcol {
	height: 900px;
	width: 150px;
	float: left;
	background-color: #000000;
	background-image: url(../images/leftcol_bg.jpg);
	background-repeat: no-repeat;
}
.nav {
	height: 35px;
	width: 650px;
	float: left;
	font-family: "Century Gothic";
	font-size: 20px;
}
.maincol {
	height: 500px;
	width: 500px;
	float: left;
	background-color: #FF0000;
}
.rightcol {
	height: 650px;
	width: 150px;
	float: right;
	background-image: url(../images/rightcol_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.open1 {
	height: 150px;
	width: 145px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/dun_hrs.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 5px;
	text-align: left;
}
.open2 {
	height: 250px;
	width: 145px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(../images/newbold_hrs.jpg);
	background-repeat: no-repeat;
}
.mainpic {
	height: 200px;
	width: 650px;
	float: left;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC0099;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0099;
}
.welcome {

	height: 50px;
	width: 650px;
	float: left;
}
.holder_ext {
	width: 500px;
	background-color: #00FF00;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.maincol_ext {
	width: 500px;
	float: left;
}
.h1 {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #CC0099;
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2 {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	margin-top: 5px;
}
.maincoltext {
	height: 335px;
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 20px;
}
.twitter {
	height: 100px;
	width: 348px;
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	list-style-image: none;
	list-style-type: none;
	margin-left: 2px;
}
.fb {
	height: 100px;
	width: 150px;
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
}
.profile {
	height: 100px;
	width: 650px;
	float: left;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
}
.header2 {
	height: 200px;
	width: 300px;
	float: right;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}
.holder2 {
	height: 650px;
	width: 650px;
	float: left;
}
.holder3 {
	height: 200px;
	width: 650px;
	float: left;
	margin-top: 15px;
}
/* ----------------------------------------------
	forms
------------------------------------------------ */
form { 
	font: normal 1.2em verdana;
}
	form span.helper {
	color:#666666;
	display:block;
	padding: 0 0 1em 0;
	font-family: arial;
	font-size: 9px;
	font-style: italic;
	}
	label {
		display:block;
		font-weight:bold;
		margin-top:15px;
	}
	input, textarea, select {
		padding: 3px;
		margin:3px 0;
		border:1px solid #333;
		background:#fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
		input:hover, textarea:hover, select:hover {
			background:#fff; border:1px solid #666;
		}
		input:focus, textarea:focus, select:focus {
	border:1px solid #666;
	background-color: #CCCCCC;
		}
	textarea {
	width:400px;
	height:100px;
	}

/* ----------------------------------------------
	tables
------------------------------------------------ */
table {
	border-collapse:collapse;
	width:100%;
}

	table td {
		font-size:1.2em;
		padding:0.3em;
		text-align:center;
	}

	table th {
		text-align:center;
	}
	
		table tbody th a {
			color:#fff;
			text-decoration:none;
		}

	table thead th {
		color:#fff;
		font-size:1.8em;
		padding: 0.5em 0.3em;
	}
	
	table tbody th {
		background: #e1e1e1;
		color:#055a7a;
		font-size:1.6em;
		padding: 0.3em;
		font-weight:bold;
	}
	
	table tr.odd {
		background:#f4f4f4;
	}
	
	table caption {
		caption-side: bottom;
		font-size: 1.2em;
		font-style: italic;
		line-height: 2em;
		text-align:right;
	}
.advert1 {
	height: 125px;
	width: 650px;
	float: left;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 4px;
}
.footer {
	height: 50px;
	width: 790px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
}
.footer a:link{
	height: 50px;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:visited{
	height: 50px;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.maincoltext1 {

	height: 450px;
	width: 490px;
	float: left;
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.hours {
	height: 50px;
	width: 800px;
	float: left;
}
.pic1 {
	height: 550px;
	width: 250px;
	float: right;
	margin-top: 30px;
	margin-left: 5px;
}
.pic2 {
	height: 850px;
	width: 250px;
	float: right;
	background-color: #00FF00;
	margin-top: 30px;
	margin-left: 5px;
}
.holderTeam {

	height: 1257px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #CC0099;
}
.leftcolTeam {

	height: 1007px;
	width: 150px;
	float: left;
	background-color: #000000;
	background-image: url(../images/leftcol_bg1.jpg);
	background-repeat: no-repeat;
}
.pic3 {
	height: 120px;
	width: 100px;
	float: left;
	background-color: #00FF00;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 2px;
	margin-bottom: 8px;
}
.pic4 {
	height: 150px;
	width: 150px;
	float: right;
	background-color: #00FF00;
	margin: 2px;
}
.products {
	height: 110px;
	width: 550px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	margin-top: 7px;
	margin-left: 7px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 2px;
}
