/* CSS Document */

{
	margin:0px;
	padding:0px;
}

html,
body{
	font-family: Times, Serif;
	font-size: 0.95em;
	color: #000;
	background:#fff;
	width:100%;
}

#main{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:750px;
}

#banner{
  	voice-family: "\"}\""; /*IE5 hack*/
  	voice-family:inherit;
	display: none;
}

#bannerprint{
	margin: 0px;
	width: 750px;
	height: 139px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

#bannerprint p{
	margin: 5px;
}

#content{
	width: 750px;
	margin: 0;
}

#contentmain{
	background-color: #F8F7F3;
	margin-left: 220px;
	margin-top: 12px;
	padding: 20px 20px 20px 20px;
	width: 400px;
	height; auto;
	text-align: justify;
	border: solid 3px #F1E8E6;
}

#contentmain img{
	float: right;
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0;
}

#navigation{
	float: left;
	background-color: #F8F7F3;
	margin-top: 12px;
	margin-bottom: 15px;
	padding: 20px 15px 8px 8px;
	width: 180px;
	height: auto;
	text-align: left;
	border: solid 3px #E5EEDF;
}

#navigation ul{
	font-size: 0.9em;
	list-style: none;
	margin-top: 6px;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation ul li{
	margin: 3px 0px 3px 5px;
}

#navigation ul li a:link{
	color: #000;
	text-decoration: none;
}

#navigation ul li a:hover{
	background-color: #eee;
	text-decoration: underline;
}

#navigation ul li a:visited{
	color: #1A670F;
	text-decoration: none;
}

#bottomprint{
	clear: both;
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 750px;
	height: 50px;
}


#bottom{
	display: none;
}

#base{
	background-image: url(../images/base.jpg);
	background-repeat: no-repeat;
	margin-left: -40px;
	width: 750px;
	height: 40px;
}

#navmini {
  	voice-family: "\"}\""; /*IE5 hack*/
  	voice-family:inherit;
	display: none;
} 

#navmini2{
  	voice-family: "\"}\""; /*IE5 hack*/
  	voice-family:inherit;
	display: none;
}

#designer{
	float: right;
	font-size: 70%;
	color: #000;
	margin: 15px 20px 0 0;
	padding: 3px;
	border: dashed 1px #000;
}

.address{
	list-style:none;
	margin-left: 0px;
	font-weight: bold;
	font-size: 110%;
}

.phone{
	list-style: none;
	margin-left: 0px;
	font-weight: bold;
}

.phone li{
	margin: 10px 0 10px 0;
}

.txt1{
	font-size: 36px;
	text-align: center;
}

.txt2{
	font-size: 16px;
	text-align: center;
}

.txt3{
	font-size: 24px;
	font-style: italic;
	text-align: center;
}

.txt4{
	font-size: 16px;
	font-weight: bold;
	color: #00f;
	text-align: center;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

h3{
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

strong{
	font-size: 125%;
	font-style: italic;
	color: #820606;
}

h1 strong{
	color: #820606;
	font-style: italic;
	font-size: 100%;
}
	



