* {
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	}

body {
	width: 100%;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	}

#wrapper {
	width: 790px;
	margin: 20px auto 0;
	}

#main {
	min-height: 500px
	}

#content {
	width: 455px;
	margin: 0 auto;
	}

h1 {
	font: normal 400 1.6em Impact, Arial, Helvetica, sans-serif;
	display: inline;
	text-transform: uppercase;
	color: #3a1855;
	margin-right: 40px;
	}

h2 {
	color: #3a1855;	
	}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
	margin-right: 5px;
	}

ul {
	list-style: none outside;
	}

p, li, td, th {
	font-size: 1.2em;
	}

p {
	margin: 0 0 6px;
	}

table {
	margin: 0 0 12px;
	}

td, th {
	padding-right: 5px;
	}

td.amount {
	font-weight: bold;
	}

th {
	font-weight: normal;
	}

a {
	color: #333333;
	}

a:hover {
	color: #3a1855;
	text-decoration: underline;
	}

strong {
	font-weight: bold;
	}

table#princess-party {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#princess-party td {
	font-weight: bold;
	text-align: center;
	}

p.age-range, p.tag-line {
	display: inline;
	font-weight: bold;
	font-style: italic;
	}

/* GALLERY BAR */

#gallery ul {
	width: 230px;
	margin: 0 auto 5px;
	display:inline;
	}

#gallery li {
	margin: 0 8px 0 0;
	font-size: 1.5em;
	display: inline;
	}

#nav a, #gallery a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	}

#gallery a:hover {
	text-decoration: underline;
	}

/* PHOTO SHUFFLE */

.slideshow {
	height: 320px;
	width: 455px;
	margin: auto
	}

.slideshow img {
	padding: 15px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	}

/* FOOTER */

#footer p {
	margin: 0 auto 10px;
	width: 350px;
	}

/* NAV BAR */

#nav ul {
	margin: 5px 0 10px;
	}

#nav li {
	margin: 0 5px 0 0;
	font-size: 1.4em;
	display: inline;
	position: relative;
	}

#nav h2 {
	font-size: 1.0em;
	display: inline;
	font-weight: normal;	
	background: transparent url(arrow.jpg) no-repeat right center;
	padding-right: 10px;
	}

#nav div {
	display: none;
	}

#nav li.mega div {
	width: 448px;
	position: absolute;
	top: 14px;
	left: 0em;
	z-index: 1;
	}

#nav li.hovering div {
	display: block;
	border: 1px solid #cccccc;
	padding: 3px;
	background-color: #ffffff;
	}

#nav a:hover {
	text-decoration: underline;
	}

#nav li#models div {
	margin-left: -277px;
	}

/* SUB MENU */

div.sub-menu h3 {
	font-size: 14px;
	display: block;
	color: #3a1855;
	}

div.sub-menu p {
	font-size: 12px;	
	}

#nav div.sub-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3a1855;
	}

/* NOSCRIPT */

div.noscript {
	background-color: #ff9999;
	border: 1px solid #ff0000;
	color: #ff0000;
	padding: 5px;
	font-weight: bold;
	}
