/* CSS Stylesheet */

/*
Client: Massages by Melissa
URL(s): http://www.melissasmassages.com
Author: Sarah L. Brush | Calico Owl Creative (www.calicoowl.com)
Date Created: 05.28.2010
Date Modified: 05.28.2010

Soundtrack: La Roux - La Roux
*/

/* CAST IN THE NAME OF GOD, YE NOT GUILTY */

body {
	background: #0e1e37 url(../images/bg.png) repeat;
	font-family: Tahoma;
	font-size: 12pt;
	color: #6f9fa5;
	margin: 0px;
	text-align: justify;
	}
	
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #d5822d;
	text-decoration: underline;
	}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #5c0e13;
	text-decoration: underline;
	}
	
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #d5822d;
	text-decoration: underline;
	}	
	
#wrapper {
	width: 100%;
	margin: auto 0 auto 0;
	}
	
#header {
	background: url(../images/header.png) repeat-x;
	height: 270px;
	width: 100%;
	}
	
#content {
	width: 80%;
	margin: 0 auto 0 auto;
	}
	
img.display {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 40%;
	position: relative;
	top: 15px;
	}
	
div.display {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40%;
	position: relative;
	top: -50px;
	}
	
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 299px;
	height: 257px;
	top: 20px;
	}
	
#nav {
	width: 600px;
	height: 63px;
	top: -100px;
	}
	
#push {
	height: 126px;
	}
	
#footer {
	position: relative;
	top: 0px;
	width: 100%;
	height: 126px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	text-align: center;
	padding-top: 280px;
	color: #07324f;
	clear: both;
	}
	
#left {
	float: left;
	width: 500px;
	}
	
#right {
	float: right;
	width: 480px;
	}
	
UL {
list-style-image:url(../images/bullet.png);
}


	
/* Services */

#menu {
	width: 28%;
	float: left;
	padding-right: 2%;
	}
	
#swedish,#deeptissue,#hotstone,#pregnancy,#nmt,#mld,#lypossage {
	width: 68%;
	padding-left: 1%;
	float: right;
	border-left-style: solid;
	border-left-color: #114f65;
	border-left-width: 1px;
	padding-bottom: 30px;
	}
