
body {
	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 */
	background-color: #75A4DB;
	background-image: none;
}
.oneColFixCtr #container {
	width: 950px;
	height:832px;
	margin: 70px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat-x;
	background-image: url(../assets/inside.gif);
	color: #000000;
	font-family:"Comic Sans MS", cursive;
	font-size: 100%;
}
.oneColFixCtr #containerindex {
	width: 950px;
	height:632px;
	background-image:url(../assets/homepage.jpg);
	margin: 70px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */	
}
.oneColFixCtr #mainContent {
	height: 732px;
	padding: 0px; 
	margin:0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContentinside {
	width:925px;
	height:410px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0 15px;
}

.oneColFixCtr #mainContentinside h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.5em;
	font-weight: bold;	
}
.oneColFixCtr #mainContentinside h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.1em;
	font-weight:700;
	line-height:0.3em;
	
}

.oneColFixCtr #mainContentinside p {
	font-family: "Comic Sans MS", cursive;
	font-size: .85em;
	
}
.oneColFixCtr #mainContentinside a, a:visited {
	color:#00F;
	text-decoration:none;
	
	
	}
	.oneColFixCtr #mainContentinside a:hover {
	color:#00F;
	text-decoration:underline;
	
	
	}


.oneColFixCtr #mainContentinside ul {
	
}

.oneColFixCtr #mainContentinside li {
	list-style-type: none;
	display: inline;
}

.oneColFixCtr #mainContentinside address {
	font-family: "Comic Sans MS", cursive;
	font-size: .85em;
	font-style:italic;
	
}

.oneColFixCtr #mainContentinside img {
	border-right:groove #999 thick;
	border-bottom:groove #999 thick;
	border-top:groove #999 thin;
	border-left:groove #999 thin;
}
.imgright {
	float: right;
	padding: 0px;
	margin:10px;
}
.imgleft {
	float: left;
	padding: 0px;
	margin:10px;
}

#menu {
	padding: 0 10px;
	margin: 0 0 32px 0;
	width: 930px;
	top: 450px;
	text-align: center;
}
#menu ul {
	
}

#menu li {
	list-style-type: none;
	display: inline;
	
}
#menu li img {
	
	list-style-type: none;
	display: inline;
	border: none;
	padding: 0 20px;
			
}

#bttmmenu {
	padding: 0;
	margin: 0 auto 0 auto;
	width: 950px;
	background-color:#CCDCF1;
	text-align: center;
	top: auto;	
}

#bttmmenu li {
	
	list-style-type: none;
	display: inline;
	
}
#bttmmenu li img {
	
	list-style-type: none;
	display: inline;
	border:none;
	padding: 0 30px;
}
