/*****RESET STYLES*****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #f0f3fb;
	font-family: Arial, sans-serif;
	font-size: 70%;
	/*text-align: center;*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	line-height: 1.2;
}

h1 {
	color: #c82a27;
	font-size: 160%;
	padding-bottom: 8px;
}

h2 {
	color: #c82a27;
	font-size: 115%;
	padding: 0 0 4px 10px;
}

a {
	color: #223d99;
}

/****ID*****/
#wrapper {
	/*border: 1px solid black;*/
	width: 778px;
	margin: 0px auto;
	}
	
#gradient {
	/*border: 1px solid #FF0066;*/
	width: 778px;
	background-image: url(../images/universal/bg-gradient.png);
	background-repeat: repeat-y;
}

#inner-wrapper {
	width: 746px;
	/*border: 1px solid blue;*/
	margin: 0 auto;
	background-color: #ffffff;
}
	
#header {
	/*border: 1px solid orange;*/
	background-image: url(../images/universal/eves-reflexology-header.jpg);
	background-repeat: no-repeat;
	padding: 60px 0 20px 30px;
	
}

#content-wrapper {
	/*border: 1px solid green;*/
	padding: 30px 30px 0 30px;
}

#copy {
	/*border: 1px solid blue;*/
	width: 64%;
	float: left;
}

#copy p {
	padding: 0 35px 10px 20px;
	text-align: justify;
}

#gallery {
	/*border: 1px solid red;*/
	float: right;
	width: 36%;
	background-image: url(../images/universal/content-divider.png);
	background-repeat: repeat-y;
	background-position: top left;
	
}

#gallery img {
	border: 1px solid #c82a27;
	margin-bottom: 32px;
	float:right;
	clear:right;
}


#links {
	text-align: center;
	padding: 10px 0 7px 0;
	color: #223d99;
}
#footer {
	/*border: 1px solid purple;*/
	background-image: url(../images/universal/eves-reflexology-footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 778px;
}	

#wave {
	/*border: 1px solid #999999;*/
	padding: 5px 0;
	text-align: center;
	color: #223d99;
}

.clear {
	/*border: 1px solid black;*/
	clear: both;
}


/***** NAVIGATION *****/

#menubar {
	width: 746px;
	background-image: url(../images/universal/menu/nav-bar.png);
	background-repeat: no-repeat;
	height:31px;
	background-color: #000066;
	overflow:hidden;
}
#navlist {
	margin: 0;
	padding: 0 0 0 30px;
	
}
#navlist li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navlist a, #navlist a:visited {
	display: block;
	width: 135px;
	height: 31px;
	background-image: url(../images/universal/menu/normal.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding: 9px 0 8px 0px;
}
#navlist a:hover {
	background-image: url(../images/universal/menu/hover.png);
	background-repeat: no-repeat;
}

/***** END NAVIGATION *****/
	
span.highlight {
	color: #c82a27;
	font-weight: bold;
}



