* {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial;
	color: #347670;
}

body {
    min-width:900px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 814px;
	display:block;
	background: url(http://s3.amazonaws.com/visaliaeye_com/header-home.jpg) no-repeat 415px 0;
}

#header a {
	display:block;
	width: 400px;
	height: 75px;
	text-indent:-9009px;
	background:transparent url(http://s3.amazonaws.com/visaliaeye_com/visalia-eye-center-logo.png) no-repeat 0 0;
	outline:none;
}

#header .button {
	display: inline-block;
	width: 240px;
	height: 55px;
	text-indent:-9009px;
	background:none;
	outline:none;
}

#header .fontsizer {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-left: 40px;
	
}

#header .fontsizer_s {
	display: inline;
	background:none;
	font-size: 12px;
	text-decoration:none;
	margin-left: 20px;
	outline:none;
	color: #A00;
}

#header .fontsizer_m {
	display: inline;
	background:none;
	font-size: 16px;
	text-decoration:none;
	margin-left: 20px;
	outline:none;
	color: #A00;
}

#header .fontsizer_l {
	display: inline;
	font-size: 24px;
	background:none;
	text-decoration:none;
	margin-left: 20px;
	outline:none;
	color: #A00;
}


#body-wrapper { 
	margin-left: auto;
	margin-right: auto;
	width: 814px;
	background: url("http://s3.amazonaws.com/visaliaeye_com/menu-home.jpg") no-repeat;
}

#menu {
	width: 814px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#menubar {
	border: none;
	padding: 0px;
}

#content {
	width: 774px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

/* one column content */
.section {
	width: 100%;
	float: left;
	padding: 10px;
	font-size: 12px;
}

.section .leftcolumn {
	float: left;
	width: 50%;
	display: inline;
}

.section .rightcolumn {
	float: right;
	width: 50%;
}

.section .centerleftcolumn {
	float: center;
	width: 50%;
}


.title {
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #D1E8E6;
	font-size: 0.70em;
	font-size: 1em;
	font-family: times;
	font-style: italic;	
}

.title h2 {
	font-style: italic;	
	margin-bottom: 5px;
	font-size: 18px;
	color: #2E6E68;
}


.break {
	border: none;
	border-bottom: 4px #D1E8E6 solid;
	margin-top: 10px;
	margin-bottom: 20px;

}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 18px;
	clear: both;
	width: 814px;
	height: 100px;
	display:block;
	background: url(http://s3.amazonaws.com/visaliaeye_com/footer-background.png) no-repeat 0 0;
	font-size: 0.80em;
	font-weight: bold;
	text-align: center;
}

img {
	padding: 5px;
}

h3 {
	margin: 15px;
}

h4 {
	margin: 15px;
	
}

p {  text-indent: 30px;
	margin: 15px;
        line-height: 2em;
}

p + p {
  text-indent: 30px;
  margin-top: 0 }

