* {
margin:0px;
padding:0px;
font-family:georgia, serif;
}

body{
background:gray;
}

#butterflies{
text-align: center;
}

.card{
margin: 0 auto;
margin-top:30px;
background:url(images/card.jpg);
height:242px;
width:360px;
font-weight:bold;
}

.card_inner{
padding:100px 30px 10px 30px;
}


.content{
width:1023px;
float:left;
background:blue;
background:#8FC433;
}

.design{
float:left;
text-align:center;
height:50px;
width:100%;
color:white;
}

.design a:link, .design a:visited{
width: 100%;
text-decoration: none; 
color: #CCCCCC; 
height: 100%;
}
.design a:hover, .design a:active{
color:orange;
}


h1 {
font-size:18px;
padding-bottom:10px;
}

h2 {
font-size:16px;
padding-bottom:10px;
}


.food_column1{
padding:10px 0px;
text-align:center;
float:left;
width:80px;
background:red;
}

.food_column2{
padding:5px 4px;
float:left;
width:110px;
}

.food_table{
font-size:12px;
}

.food_title1{
font-size:10px;
text-align:center;
float:left;
width:80px;
height:20px;
}

.food_title2{
padding:5px 0px;
text-align:center;
float:left;
width:118px;
background:#FC99FF;
border-right:1px solid white;
}

.footer{

height:40px;
width:1023px;
background:yellow;
background:#668C1B;
float:left;
font-size:9px;
margin-bottom:5px;
}

.footerbottom{
float:left;
width:1023px;
height:87px;
background:gray;
background:url(images/footer.gif);
}

.header{
width:1023px;
height:300px;
float:left;
background:url(images/background.gif);
}

.header_address {
text-align:center;
font-weight:bold;
color:#C865CE;
font-size:18px;
position:relative;
top:10px;
margin:0 auto;
height:30px;
width:1000px;
}

.header_address a{
text-decoration:none;
color:#7CAFD1;
}

.header_spacer{
width:1023px;
height:30px;
background:#8FC433;
float:left;
}

#horizontal{
padding-top:8px;
width: 100%;
}
#horizontal ul{
width:100%; 
list-style-type: none;
font-family: Georgia;
font-size: 12px;
font-weight:bold;
}
#horizontal li{
display: inline; 
float: left;
margin-left:24px; 
line-height: 15px; 
}
#horizontal li a:link, #horizontal li a:visited{
display: block; 
width: 100%;
text-decoration: none; 
color: #660066; 
height: 100%;
}
#horizontal li a:hover, #horizontal li a:active{
color:#FFA500;
}


.list{
margin-left:20px;
}

.list li {
padding-bottom:10px;
}


.list1{
line-height:30px;
}


.list-menu {
padding:0px;
margin-left:10px;
float:left;

}

.list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-size: 12px;
font-weight:bold;

}

.list-menu li {
background:#B1E54C;
margin-bottom:5px;
width:211px;

}

.list-menu a {
display: block;
padding: 4px 0px 4px 10px;
background-repeat:no-repeat;
text-decoration: none;
border:1px dashed white;
}

.list-menu a:link, .list-menu a:active, .list-menu a:visited {
width:200px;
color: #660066;
}

.list-menu a:hover{
background:url(images/over.gif);
color:white;
}

li.visited {
width:200px;
display: block;
padding: 4px 0px 4px 10px;
text-decoration: none;
border:1px dashed white;
background:#C5E2F9;
color:#7CAFD1;
background:url(images/visited.gif);
}

.navigation {
float:left;
width:230px;
}

.navigation_flowers{
background:url(images/navigation_flowers.gif);
height:232px;
width:220px;
float:left;
}

.page {
float:left;
width:490px;
border1:1px dashed white;
color:#660066;
background:white;
}

.pagebottom {
float:left;
height:30px;
width:100%;
background:#FC99FF;
}


.page_inner{
padding:20px 30px 20px 30px;
}

.photo_all{
float:left;
width:295px;
}

.pricesbox {
margin:0 auto;
text-align:center;
width:400px;
padding:10px;
border:2px dashed green;
}

.pricesbox li{
padding-bottom:10px;
list-style:none;
}

table.qualtable{ 
width:100%; 
}

table.qualtable td{
padding-bottom:4px;
}




table.mytable {
font-size:12px; 
width: 100%; 
padding: 0px; 
border: none; 
border: 1px solid white;
}

table.mytable td { 
border: none;
background-color: #C5E2F9; 
vertical-align: middle;
padding: 7px;
}

table.mytable th {
background:#7CAFD1;
padding:4px 0px;
text-align:center;
color:white;
}

table.mytable tr.special th { 
background:#7CAFD1;
color:white;  
}

.table_spacer{
height:15px;
width:100%;
}

.title {
font-style:italic;
padding:4px 0px;
text-align:center;
font-size:22px;
font-weight:bold;
background:#C5E2F9;
color:#7CAFD1;
}

.topnav {
margin-left:50px;
overflow: auto;
}
.topnav a {
	display: block;
	float: left;
	font-family:  Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 10px;
	margin-right: 6px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #FFFFFF;
}

.topnav a:hover{
color:orange;
}

.topnav a.selected {
	color: #FC99FF;
}

.visited{
color:#C5E2F9;
}

.wrapper{
margin:0 auto;
width:1023px;
background:red;
background:url(images/background.gif);
background-repeat:no-repeat;
}

/*.topnav a:link, .topnav a:visited, .topnav a:hover, .topnav a:active {*/

