html, body, div{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

img {
	border: 0;
	}
	
body {
	line-height: 1;
	color: white;
	background: #fcc9ff url('/images/bg-grad.png') repeat-x scroll top left;
	text-align: center;
	font-size: 1em;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dd3be6;
	text-decoration: none;
}
p a:hover, p a:active {
	text-decoration: underline;
	}
	
#wrapper {
	width: 966px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background: inherit;
}
.clear {
	margin:0; padding: 0;
	clear: both;
	}
#left {
	float: left;
	text-align: center;
	width: 221px;
	margin: 0; padding: 0;
	}
#right {
	float: left;
	width: 735px;
	margin-left: 10px; padding: 0;
	}
#ad {
	float: left;
	width: 730px;
	margin-top: 25px;
	min-height: 90px;
	}

#logo {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#menu {
	float: left;
	width: 201px;
	margin: 0px;
	padding: 40px 10px 30px 10px;
	text-align: left;
	background: #f49cf9 url('/images/menu-head.png') no-repeat scroll top left;
	font-family: 'Arial Rounded MT bold', Arial, sans-serif;
	font-size: 1.1em;
	color: #fff;
	line-height: 2em;
}

#menu a {
	font-family: 'Arial Rounded MT bold', Arial, sans-serif;
	color: #fff;
}
#menu a:hover, #menu a:active {
	text-decoration: none;
	}
	
/* off menu */
.news a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-redstar.png') 0 0 no-repeat;
	text-decoration: none;
	}
.news a:hover, .news a:active {
	background-position: 0 -35px;
	}
.folio a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-orastar.png') 0 0 no-repeat;
	text-decoration: none;
	}
.folio a:hover, .folio a:active {
	background-position: 0 -35px;
	}
.shop a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-yelstar.png') 0 0 no-repeat;
	text-decoration: none;
	}
.shop a:hover, .shop a:active {
	background-position: 0 -35px;
	}
.contact a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-blustar.png') 0 0 no-repeat;
	text-decoration: none;
	}
.contact a:hover, .contact a:active {
	background-position: 0 -35px;
	}
	
/* "on" menu */
.news-on a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-redstar.png') 0 -35px no-repeat;
	text-decoration: none;
	}
.news-on a:hover, .news-on a:active {
	background-position: 0 -35px;
	}
.folio-on a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-orastar.png') 0 -35px no-repeat;
	text-decoration: none;
	}
.folio-on a:hover, .folio-on a:active {
	background-position: 0 -35px;
	}
.shop-on a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-yelstar.png') 0 -35px no-repeat;
	text-decoration: none;
	}
.shop-on a:hover, .shop-on a:active {
	background-position: 0 -35px;
	}
.contact-on a {
	display:block;
	width:151px;
	margin-top: 10px; padding-left:50px;
	background: url('/images/menu-blustar.png') 0 -35px no-repeat;
	text-decoration: none;
	}
.contact-on a:hover, .contact-on a:active {
	background-position: 0 -35px;
	}
	
#main {
	clear: left;
	float: left;
	width: 735px;
	margin-top: 20px; padding-bottom: 20px;
	min-height: 272px;
	background: #f49cf9 url('/images/main-head.png') no-repeat top left;
	font-family: 'Arial Rounded MT bold', Arial, sans-serif;
	color: #fff;
	}

.title {
	font-size: 2.75em;
	font-weight: bold;
	color: #f8b9fc;
	float: right;
	margin: 2px 50px 0px 0px;
	text-align: right;
	padding: 0;
	vertical-align: baseline;
	line-height: 1em;
	}

#content {
	clear: both;
	float: left;
	width: 735px;
	margin-top: 30px;
	}

#left-box {
	float: left;
	width: 320px;
	margin-left: 30px;
	}
#left-box .sub-title {
	font-size: 1.8em;
	text-align: left;
	margin-bottom: 40px;
	}
#left-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
	}
#right-box {
	float: left;
	width: 320px;
	margin-left: 30px;
	}
#right-box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.1em;
	}
#right-box .mainpic {
	width: 279px;
	background-color: #fff;
	padding: 5px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	}

#footer {
	width: 100%;
	background: #fcc9ff url('/images/footer.png') repeat-x top left;
	margin-top: 30px;
	padding: 30px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	color: #c774cc;
	}
