/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
}

/************** Layout Elements *******************/

#wrapper {
	width: 55em;
	margin: 5px auto 0 auto;
	font-size: 80%;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/sm_tango_reddress.jpg);
	background-repeat: no-repeat;
	background-position: 55% 100%;
}
	 
#header {
	height: 130px;
	background-color: #fd0002;
	background-image: url(../images/lucys_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

#testtop {
	height: 130px;
	background-color: #fd0002;
	background-image: url(../images/testheader.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 

#nav {
	background-color: #000;
	height: 40px;
}

#nav ul {
	padding: 3px;
	text-align: center;
}

#nav li {
	display: inline;
	margin: .5em 2em;
}

#nav a {
	color: #4a3312;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #fff;
}

#leftcol {
	float: left; 
	width: 12em; 
	margin-top: 1.5em;
}

#leftcol ul {
	list-style-type: none;
	background-color: #0a0a0a;
	border-top: 1px solid #fd0002;
	border-right: 1px solid #fd0002;
	border-left: 1px solid #fd0002;
}

#leftcol a {
	color: #ccc;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #fd0002;
	padding: 2px;
}

#leftcol a:hover {
	background-color: #fd0002;
	color: #fff;
}

#rightcol {
	float: right; 
	width: 14.5em; 
	margin-top: 1.5em;
}

#rightcol img {
	display: block;
	margin: 0 0 1em auto;
	border: 1px solid #000;
}

#content {
 	margin: 0 16em 0 13em; 
} 


#footer { 
	clear: both;
	margin-top: 30px;
} 

#footer p {
	margin: 0;
	float: right;
	font-size: 75%;
	color: #fd0002;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	font-size: 150%;
	color: #fd0002;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 1em 0;
}


/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}

.clear { 
	clear:both;
   height:0;
   font-size: 0;
   line-height: 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fd0002;
}

a:hover {
	color: #ff9f9f;
	text-decoration: none;
}
