/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #777777;
	background: url(main-bkgd.jpg);
	background-repeat: repeat-y;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #993399;
}

a {
	color: #993399;
}

a:hover {
	text-decoration: none;
	color: #cc99cc;
}
/** WRAPPER */

#wrapper {
	width: 800px;
	margin: auto;
	background-color: #fff;
}


/** HEADER */

#header {
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px;
	background-color: #ffffff;
	background: url(new-header.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #e589e4;
}

#header h1 {
	margin: 0px;
	padding-left: 10px;
	font-size: 24px;
	color: #fff;
}

#header h2 {
	margin: 0px;
	padding-left: 10px;
	font-size: .8em;
	color: #993399;
}

/** MENU */

#menu {
	width: 800px;
	margin: 0px auto 5px auto;
	padding: 1px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 1px;
	border: 1px solid #CCCCCC;
	background-color: #e589e4;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}

#menu a:hover {
	background-color: #56027f;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(nails.jpg);
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h2 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
}

#left {
	float: left;
	width: 522px;
	padding-left: 10px;
	background: none;
}

#right {
	float: right;
	width: 250px;
	background: none;
	border-right: 2px solid #ccc;
}

/** FOOTER */

#footer {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #ffffff;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}
