/* CSS RESET */

body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; } 
caption, th { text-align: left; font-weight: normal; font-style: normal; }
acronym, abbr, fieldset, img, hr { border: 0;}
:focus { outline: 0; }

* {

}

html {

}

body {
	background: #990635 url(images/bg_tile.jpg) top left repeat;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 18px;
	color: #990635;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	margin-bottom: 10px;
}

td {
	padding: 5px;
}

.align-left {
	float: left;
}

.align-center {
	margin: 0 auto;
}

.align-right {
	float: right;
}

.head {
	font-size: 130%;
	font-weight: bold;
	padding-top: 10px;
}

.hidden {
	display: none;
}

#container {
	width: 970px;
	margin: 30px auto;
}

#header {
	width: 970px;
	height: 143px;
	background: transparent url(images/header_body.png) top left repeat;
}

#header.home {
	width: 970px;
	height: 353px;
	background: transparent url(images/header_placeholder.png) top left repeat;
}

/*
#nav {
	width: 953px;
	height: 40px;
	float: left;
	margin: 103px 9px 0 8px;
	background: transparent url(images/nav_bg.png) top left repeat;
}

#nav.home {
	width: 953px;
	height: 40px;
	float: left;
	margin: 313px 9px 0 8px;
	background: transparent url(images/nav_bg.png) top left repeat;
}

	#nav ul {
		width: 913px;
		height: 40px;
		padding-left: 30px;
	}
	
		#nav ul li {
			float: left;
			margin-right: 30px;
			margin-top: 5px;
		}
		
			#nav ul li a {
				display: block;
			}
*/

#shadow {
	width: 970px;
	background: transparent url(images/interior_shadow.png) top left no-repeat;
	height: 9px;
}

#content {
	width: 970px;
	background: transparent url(images/interior_content_bg.png) top left repeat-y;
	overflow: hidden;
}

#content.home {
	width: 970px;
	height: 257px;
	background: transparent url(images/content_home_bg.png) top left repeat-y;
}

	#left-column {
		width: 220px;
		margin: 20px 10px 20px 15px;
		float: left;
		text-align: center;
		display: inline;
	}
	
		#logo {
			width: 156px;
			height: 114px;
			margin: 10px 0 0 35px;
			background: transparent url(images/logo.gif) top left repeat;
		}

	#center-column {
		width: 460px;
		margin: 20px 10px;
		float: left;
		font-size: 11px;
		color: #990635;
		display: inline;
	}
	#center-column a{
		color: #990635;}

	#right-column {
		width: 200px;
		margin: 20px 35px 20px 10px;
		float: left;
		display: inline;
	}
	
		#right-column form {
			margin-bottom: 20px;
			height: 40px;
		}
		
		#right-column form input.text {
			width: 130px;
			color: #777;
		}
		
		#right-column img {
			float: left;
		}
		
#footer.home {
	height: 20px;
	padding: 0 15px;
	font-size: 10px;
	color: #fdf3d5;
	text-align: center;
	background: transparent;
}
		
#footer {
	height: 20px;
	padding: 109px 15px 0;
	font-size: 10px;
	color: #fdf3d5;
	text-align: center;
	background: transparent url(images/elle_interior_foot.png) top left no-repeat;
}
		
	#footer a {
		color: #fdf3d5;
	}
	
	
div.img {
	background:transparent url(../images/image_back.png) no-repeat;
	padding:11px;
	float:left;
	margin-right:30px;
	margin-top:14px;
}
#next{
	float: right;
	margin-top: 30px;
	margin-right: 36px;
	}
	#next a{
		color: #990635;
		text-decoration: none;
	}
	#next a:hover{
		text-decoration: underline;
		}
#previous{
	float: left;
	margin-top: 30px;
	margin-right: 36px;
	}
	#previous a{
		color: #990635;
		text-decoration: none;
	}
	#previous a:hover{
		text-decoration: underline;
		}