/*CSS for Glamour &amp; Glamour 
* Author: Moustique Design http://www.moustique.net/
* Date: 24 October 2006
*/
/* Generic elements =========================*/
body {
	background-color:  #fff;
	color: #000;
	font: normal 76% Arial, Tahoma, Verdana, sans-serif;
}
h1 {
    font-size: 1.6em;
	margin: 10px 0 20px 20px;
	background: transparent url("../images/logo-glamour.gif") top left no-repeat;
	width: 215px;
	height: 148px;
	text-indent: -1000em;
}
h2 {
  font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
	font-weight:  bold;
	font-style:  italic;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
p {
  font-size: 1em;
  text-align: justify;
}
img {
  border: 0;
}
br {
  clear: both;
}
table {
  margin: 10px 0;
}
th {
  text-align: left;
  vertical-align: top;
}
/* Links ====================================*/
a:link,
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
}
/* Nav ====================================*/
#nav {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#nav li {
	display: block;
	margin: 15px 0;
}
#nav li a {
	font: normal 1.1em Arial, Tahoma, sans-serif;
}
#nav li a:link,
#nav li a:visited {
  color: #f0bdf4;
  text-decoration: none;
}
#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li a#current {
  color: #fff;
  text-decoration: none;
}
/* Layout Divs ==============================*/
#wrapper {
	margin: 0 auto;
}


#wrapper_home {
	margin: 0;
	width: 820px;
	background: url("../images/bg_photo-woman-window.jpg") top left no-repeat;
}

#col-left-nav {
	width: 210px;
	height: 589px;
	float: left;
	background: transparent url("../images/bg-left-col.gif") top left no-repeat;
}
#col-middle-content {
	width: 583px;
	float: left;
}

/* Miscellaneous classes and IDs ============*/
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}