/* CSS style - assignment 01 */


body {
	background-color: #4C2E07;
	margin: 0;
	font-family: arial, 'Trebuchet MS';
	font-size: 80%;
	text-align: center;
}

a:link{color:#4C2E07; text-decoration:none}
a:visited{color:#4C2E07; text-decoration:none}
a:hover{color:#b5e4ff; text-decoration:underline}



#body {
	/* margin: 0 20px 40px 20px; */
	border: solid #251700 5px;
	background-color: #fff;
	background-image: url(../images/bg_flowers.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0;
	width: 720px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	text-align: left;
	
}

.para {
	margin: 10px 40px 40px 40px;
	width: 350px;
}

#nav {
	background-image: url(../images/menu_bg.jpg);
	color: #4C2E07;
	padding: 5px 5px 2px 40px;
	font-size: 105%;
	font-family: times;
	font-weight: bold;
	word-spacing: 2px;
}

#nav a:link{color:#4C2E07; text-decoration:none}
#nav a:visited{color:#4C2E07; text-decoration:none}
#nav a:hover{color:#FFFFFF; text-decoration:underline}

.contact {
	margin: 30px 40px 20px 40px;
}


#storefront_img {
	margin: 10px 40px;
}

#mapimg {
	margin-left: 40px;
	border: none;
}


h1 {
	background-color: #008F00; 
	color: #FFFF00;
	font-family: georgia, times, 'lucida fax';
	font-size: 4em;
	font-weight: 800;	
	text-decoration: underline;
	text-align: right;
	padding: 10px 30px;
	border-width: 0 10px 10px 0; 
	border-style: solid;
	border-color: black;
}

h4 {
	margin: 0 0 0 40px;
	color: #4C2E07;
}

p {
	font-family: arial, helvetica;
	color: gray;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.5em;
}


ul {
	width: 200px;
	margin: 10px 0 40px 40px;
	font-family: arial, helvetica;
	color: gray;
	font-size: 0.9em;
}

ul li {	
	border-bottom: dotted 1px;
	padding: 4px 0 0 0;
}