body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body.yoopage {
	background: #000000 url(page_bg.png) 50% 0 repeat;
}

div#page {
	background: url(page_bg_img.jpg) 50% 0 no-repeat;
	width: 100%;
}

div#wrapper {
	width: 900px;
	background-color:#FFF;
	margin: 0 auto;
	
}

div#content {
	padding: 1.5em 1.5em;	
}

div#samples {
	width: 300 px;
	float:left;
	text-align:right;
	margin: 0 0 0 100px;
}

div#contact {
	width: 500 px;
	float:left;
}

.clear { clear:both; }

img { border:none; }

div#header {
	width: auto;  
	height: 130px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#logobar {
	position: relative;
	overflow: hidden;
	height: 130px;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 250%;
	color: #cc0033;
	letter-spacing: 90%;
}

#page h1 a {
	color: #9d1fa7;
	text-decoration: none;
}

h2 {
	color: #8C9196;
}

h3 {
	color: #50555A;
	font-size: 150%;
}

h4 {
	font-weight: normal;
	color: #9d1fa7;
}

h5 {
	color: #6E7378;
}

h6 {
	color: #9d1fa7;
}

/*
 * anchor
 */

a:link, a:visited {
	color: #9a01a6;
}

a:hover {
	color: #e300ff;
}

