/********Main Begin********/
@font-face {
     font-family: EraserRegular;
     src:url("EraserRegular.ttf");
}

body, div.field input, div.field select, div.field textarea {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:100.01%;
}

img {
	border:none;
}

html {
	background-color:#ffffff;
	background-position:center;
}

body {
	font-size:76%;
	line-height:140%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	width:1000px;
	height:auto;
	text-align:left;
	font-size:13px;
}

#clear {
	clear:both;
	margin:0 auto;
	padding:0 auto;
}
/********Main End********/



/********Header Container Begin********/
#headerContainer {
	background-image:url(../images/header.png);
	width:1000px;
	height:192px;
	float:center;
	text-align:center;
	display:block;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}
/********Header Container End********/



/********Main Container Begin********/
#mainContainer {
	background:#ffffff;
	width:1000px;
	height:1275px;
	float:center;
	text-align:center;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}

#mainLeft {
	width:500px;
	height:auto;
	float:left;
}

#mainLeft p {
	text-align:left;
}

#mainLeftText {
	text-align:left;
	margin-top:30px;
	width:450px;
	margin-left:25px;
	font-size:14px;
}

#slideShow {
  width : 450px;
  height : 306px;
  padding : 10px;
}

#mainRight {
	width:450px;
	height:auto;
	float:right;
	text-align:left;
	font-size:14px;
	padding-top:25px;
	padding-right:15px;
	line-height:175%;
}
/********Main Container End********/



/********Footer Container Begin********/
#footerContainer {
	background-image:url(../images/footer.png);
	width:1000px;
	height:251px;
	float:center;
	text-align:center;
	padding:0px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

#pscroller1{
	clear:both;
	width:500px;
	height:125px;
	margin-left:75px;
	font-family:EraserRegular, Georgia, Times New Roman, Times, serif;
}

.someclass{
}

#quotesContainer {
	width:650px;
	height:175px;
	float:left;
	margin-left:25px;
	text-align:center;
	overflow:hidden;
}
/********Footer Container End********/