@charset "UTF-8";
/* CSS Document */

/* format all the body text: font, size, & color || set a tiled background image */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/pattern.jpg);
}

/* make all headings the same style (italic), color, remove the bottom margin, and underline it */	  
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
	padding-top: 0px;
	text-decoration: none;
	margin: 0px;
}
				   
/* format the sizes of the heading */
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}				   

/* style links within the body copy of the page */
a {
	color: #4b471a;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 15px;
}

a:hover {color: #6600CC;
		 font-style: italic;}


/* IDs */

#wrapper {
	height: 805px;
	width: 912px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto
}

#header {
	background-image: url(images/nemassage_header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4b471a;
	border-left-color: #4b471a;
}

#mainbackground {
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	height: 650px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4b471a;
	border-bottom-color: #4b471a;
	border-left-color: #4b471a;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4b471a;
}

#navigation {
	background-image: url(images/nemassage_navigationbkgd.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	height: 338px;
	width: 193px;
	float: left;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	height: 585px;
	width: 650px;
	margin-top: 15px;
	margin-right: 18px;
	margin-left: 18px;
	float: left;
	margin-bottom: 15px;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 15px;
	width: 900px;
	text-align: center;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 3px;
	margin-top: 30px;
}
