* {
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
}

img {
	border: none;
}

acronym, abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	cursor: help;
}

ul {
	list-style: none;
}

hr {
	display:none;
}

#wrapper {
	width: 350px;
	margin-top: 10px;
	margin-left: 537px;
	float: left;
}

#logo {
	display: none;
}

#header {
	height: 93px;
	width: 350px;
	margin-bottom: 10px;
	float: left;
	background-image: url(../images/h1_bg.gif);
	background-repeat: no-repeat;
}

h1, h2 span, #work ul li a span {
	display: none;
}

h2 {
	background-color: #F90;
	height: 35px;
	width: 350px;
	margin-bottom: 5px;
	float: left;
	background-repeat: no-repeat;	
}

#intro h2 { background-image: url(../images/h2_intro.gif); }
#work h2 { background-image: url(../images/h2_work.gif); }
#contact h2 { background-image: url(../images/h2_contact.gif); }

#intro, #work, #contact, #footer {
	margin-bottom: 10px;
	float: left;
	width: 350px;
}

#intro p {
	color: #666;
	text-align: justify;
	line-height: 18px;
	padding: 10px;
}

#intro .p1 {
	font-weight: bold;
}

#work ul {
	width: 350px;
	float: left;
}

#work ul li {
	height: 171px;
	width: 336px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-left: 14px;
	background-repeat: no-repeat;
}

#work ul li a {
	border: 1px solid #FFF;
	display: block;
	height: 165px;
	width: 290px;	
}

#work ul li a:hover {
	border: 1px solid #000;	
}

#work ul li.pleasure-spot { background-image: url(../images/work/pleasure_spot_bg.gif); }
#work ul li.flower-shop { background-image: url(../images/li_flower_shop.gif); }
#work ul li.event-pass { background-image: url(../images/work/event_page_bg.gif); }
#work ul li.angelical { background-image: url(../images/work/angelical_events_bg.gif); }
#work ul li.create-studio { background-image: url(../images/work/create_studio_bg.gif); }

#contact {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #000;
	padding-bottom: 10px;
}


#contact textarea, #contact input  {
	width: 263px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333;
}

#contact input  {
	height: 20px;
}

#contact textarea  {
	height: 150px;
}

#contact dl, #contact .form-button {
	float: left;
	width: 350px;
	padding-bottom: 5px;
}

#contact dt {
	float: left;
	width: 75px;
	color: #797066;
	line-height: 22px;
	text-indent: 20px;
}

#contact dd {
	float: right;
	width: 275px;
}

#contact .form-button {
	float: left;
	width: 275px;
	padding-left: 75px;
}

#contact .form-button input {
	border: none;
	height: 26px;
	width: 264px;
}

#footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;	
}

#footer p {
	color: #666;
	padding: 5px;	
}

#footer a {
	color: #333;
	text-decoration: underline;	
}

#footer a:hover {
	text-decoration: none;	
}

