/* LAYOUT */
body {
	background-color: #F16CB3;
	background-image: url("/image/backgroundpattern.gif");
	padding: 65px 20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	min-width: 600px;
	max-width: 1000px;
	margin: auto;
	border: 1px solid #000;
	background-color: #FFF;
}

#header {
	height: 128px;
	background-image: url(/image/header.jpg);
	margin-bottom: 16px;
	position: relative;
	border-bottom: 1px solid;
}

#margin, #content {
	margin: 0 16px 0 0;
}

#margin {
	width: 120px;
	height: 402px;
	float: left;
	border-right: 8px solid #737B44;
	margin-bottom: 16px;
}

#footer {
	clear: both;
}

/* HEADER */
#header h1 {
	position: absolute;
	right: 0;
	top: -55px;
	width: 355px;
	height: 71px;
	background-image: url("/image/logo.png");
	cursor: pointer;
}

#header h1 span {
	margin-left: -1000px; 
}

/* NAVIGATION */
#header ul {
	list-style-type: none;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top:88px;
	background-color: #3C3C3C;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#header ul.navigation {
	width: 100%;
}

#header ul.system {
	right: 0;
}

#header ul li {
	display: inline;
	color: #FFF;
	font-size: 18px;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
}

#header ul.navigation li {
	border-left: 2px solid #CCC;
}

#header ul.navigation li.first {
	border-left: none;
}

#header ul li.active, #header ul li.active a {
	color: #E52A74;
}

#header ul li a {
	text-decoration: none;
	color: #FFF;
}

#header ul li a:hover {
	color: #F16CB3;
}

/* CONTENT */
#content {
	line-height: 1.35em;
}

#content p, #content h2, #content h3 {
	padding-left: 144px;
}

#content h2 {
	font-family: Century, "Times New Roman", Times, serif;
	color: #737B44;
	font-size: 24px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: .5em;
}

#content h3 {
	color: #E52A74;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
	margin-bottom: .5em;
}

#content p {
	margin-bottom: .75em;
}

#content a {
	color: #9E67A2;
}

#content a:hover {
	color: #F16CB3;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content del {
	text-decoration: line-through;
}

#content blockquote, #content cite {
	font-family: Century, "Times New Roman", Times, serif;
	color: #737B44;
}

#content blockquote {
	font-size: 1.8em;
	font-weight: bold;
	quotes: "\201C" "\201D";
	margin: 0.35em;
	line-height: 120%;
}

#content blockquote:before { content: open-quote; font-weight: bold; }
#content blockquote:after { content: close-quote; font-weight: bold; }

/* GALLERY */
ul#navigation_gallery {
	list-style-type: none;
	margin-bottom: 16px;
}

ul#navigation_gallery li {
	display: inline;
	padding-right: 10px;
}

a.thumbnail img {
	border: 1px solid #737B44;
	padding: 5px;
	margin: 8px;
	
}

/* MARGIN */
#image_scroll {
	width: 88px; 
	height: 400px; 
	margin: auto; 
	background: #3C3C3C url("/image/margin.jpg") no-repeat 0 0;
	border: 1px solid #000;
}

/* FOOTER */
#footer {
	background: #3C3C3C;
	color: #FFF;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	margin-bottom: 16px;
	margin-top: 16px;
	position: relative;
}

#footer div.deco{
	width: 180px;
	height: 148px;
	position: absolute;
	top: -22px;
	left: 120px;
	background-image: url("/image/butterfly.png");
}

