/* HTML Basic Elements */
body, html {
	font-family:Georgia,Serif;
	background-image: url('../images/bodybkg.png');
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	color: #a4a4a4;
	margin: 0px;
	padding: 0px;
	}
img {
	border: 0;	
	}
a {
	color: #a4a4a4;
	text-decoration: none;
	}
.clear {
	clear: both;
    display: block;
	overflow:hidden;
	height: 0;
	line-height: 0;
	font-size:0;
	}
#wrapper {
	width: 638px;
	margin: 0px auto;
	}
	#header {
		background-repeat: no-repeat;
		background-image: url('../images/topLogo.png');
		width: 394px;
		height: 70px;
		margin: -10px auto 30px auto;
		}
	#mainImg {
		background-repeat: no-repeat;
		background-image: url('../images/mainPic.png');
		width: 638px;
		height: 272px;
		margin: 10px auto;
		}
	#logos {
		margin: 10px auto;
		width: 554px;
		}
		.text {
			font-weight: bold;
			margin-bottom: 5px;
			display: block;
			font-size: .9em;
			}
		.logos {
			}
	#footer {
		font-family:"Arial",Sans-serif;
		text-align: center;
		line-height: 1.5em;
		margin-top: 10px;
		}
		.phoneno {
			font-size: 1.1em;
			}
	