body { 
	margin: 0;
	color: #706871;
	font-size: 8.6pt;
	font-family: Verdana;
	line-height: 1.35;
	background-image: url('images/layer/background.png');
	background-attachment: fixed;
}

::-moz-selection { background: #b3c6e7; color: #8e52ad; }
::selection { background: #b3c6e7; color: #8e52ad; }

p, td {
	color: #706871;
	font-size: 8pt;
	font-family: Verdana;
	line-height: 1.35;
}

b { color: #6989BC; }

i { color: #A36BC0; }

u { color: #4996B7; }

s { color: #CD69B5; }

h1 {
	margin-top: 5px;
	margin-bottom: -3px;
	padding-top: 8px;
	margin-left: 5px;
	color: #a1a1a1;
	font-family: 'Kalam', cursive;
    font-size: 19px;
	font-weight: lighter;
    background: -webkit-linear-gradient(#99B3DE, #A36BC0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
	line-height: 0.7;
	position: relative;
	z-index: 2;
}

h1:first-letter {
	padding-top: 2px;
	padding-left: 5px;
	padding-right: -2px;
	color: #a1a1a1;
	font-family: 'Great Vibes', cursive;
    font-size: 32px;
    background: -webkit-linear-gradient(#99B3DE, #A36BC0);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


h2 { 
	font-family: adobe jenson pro, georgia, times new roman, sans serf; 
	font-size: 11px; 
	color: #A36BC0;
	text-shadow: 1px 1px 0 #a1a1a1;
	font-variant: small-caps;
	letter-spacing: 2pt;
	padding-left: 10px; 
	margin-top: 0px;
	margin-bottom: -3px;
}


h3 { 
	font-family: adobe jenson pro, georgia, times new roman, sans serf; 
	font-size: 11px; 
	color: #A36BC0;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 2pt;
	margin-top: 0px;
	margin-bottom: -3px;
	text-align: center;
}

.imgpaper {
	background: url('images/layer/bg50.png');
	border-top: 1px dashed #706871;
	border-bottom: 2px solid #706871;
}

.imglook {
	background: url('images/layer/box.png');
	border-top: 1px dashed #A36BC0;
	border-bottom: 2px solid #A36BC0;
}

.look {
	background: url('images/layer/box.png');
	border-top: 1px dashed #A36BC0;
	border-bottom: 2px solid #A36BC0;
}

.item {
	background: url('images/layer/bg50.png');
	border-top: 1px dashed #706871;
	border-bottom: 2px solid #706871;
}

span.nav {
	display: block;
	color: #6989BC;
	font-size: 8.6pt;
	font-family: Verdana;
	padding: 3px;
	background: url('images/layer/box.png');
	border-top: 1px dashed #6989BC;
	border-bottom: 2px solid #6989BC;
	text-align: center;
}

/**--> LINK SETTING <--**/

a.nav, a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	display: block;
	color: #6989BC;
	font-size: 8.6pt;
	font-family: Verdana;
	padding: 3px;
	background: url('images/layer/link.png');
	border-top: 1px dashed #6989BC;
	border-bottom: 2px solid #6989BC;
	text-align: center;
}

a.nav:hover {
	text-decoration: none;
	color: #a1a1a1;
	border-top: 1px dashed #a1a1a1;
	border-bottom: 2px solid #a1a1a1;
}

a.partner, a.partner:link, a.partner:visited, a.partner:active {
	text-decoration: none;
	display: block;
	margin-top: 0;
	margin-left: 5px;
	padding: 3px;
	background: url('images/layer/bg50.png');
	border-top: 1px dashed #706871;
	border-bottom: 2px solid #706871;
	z-index: 1;
}

a.partner:hover {
	text-decoration: none;
	color: #59A57F;
	border-top: 1px dashed #6989BC;
	border-bottom: 2px solid #6989BC;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #6989BC;
}

a:hover {
	text-decoration: overline;
	color: #a1a1a1;
	text-decoration-color: #a1a1a1;
	text-decoration-style: dashed;
}

/**--> FORMULAR SETTING <--**/

select {
	width: 173px;
	height: 22px;
	color: #706871;
	font-size: 8.6pt;
	font-family: Verdana;
	border-top: 1px dashed #a1a1a1;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #a1a1a1;
	background: #FFFFFF;
	text-align: center;
	padding: 2px;
}

textarea {
	width: 173px;
	height: 72px;
	color: #706871;
	font-size: 8.6pt;
	font-family: Verdana;
	border-top: 1px dashed #a1a1a1;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #a1a1a1;
	background: #FFFFFF;
	text-align: center;
	padding: 2px;
	resize: none;
}

input[type=text], input[type=password] {
	width: 173px;
	height: 22px;
	color: #706871;
	font-size: 8.6pt;
	font-family: Verdana;
	border-top: 1px dashed #a1a1a1;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #a1a1a1;
	background: #FFFFFF;
	text-align: center;
	padding: 2px;
	resize: none;
}

input[type=submit] {
	width: 173px;
	height: 22px;
	color: #6989BC;
	font-size: 8.6pt;
	font-family: Verdana;
	font-weight: bold;
	border-top: 1px dashed #6989BC;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #6989BC;
	background: url('images/layer/link.png');
	padding: 2px;
}

input[type=submit]:hover {
	color: #a1a1a1;
	border-top: 1px dashed #a1a1a1;
	border-bottom: 2px solid #a1a1a1;
}

/**--> DESIGN SETTING <---**/

#wrapper {
	position: relative;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 1060px;
	min-height: 100px;
	z-index: 1;
}

#header {
	display: block;
	margin-left: 125px;
	width: 800px;
	height: 300px;
	background: url('images/layer/headertest.png');
	z-index: 1;
}

#sidebar {
	display: block;
	float: left;
	width: 225px;
	background: #fff;
}

#navi {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 215px;
	min-height: 55px;
	background: url('images/layer/box.png');
	z-index: 1;
}

#content {
	display: block;
	float: left;
	width: 835px;
	min-height: 936px;
	background: #fff;
}

#textarea {
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 100%-10px;
	min-height: 15px;
	background: url('images/layer/box.png');
	z-index: 1;
}

#boxarea {
	display: block;
	margin-top: 0;
	margin-left: 5px;
	padding: 5px;
	width: 100%-20px;
	background: url('images/layer/bg50.png');
	border-top: 1px dashed #706871;
	border-bottom: 3px solid #706871;
	z-index: 1;
}

#footer {
	clear: both;
	position: relative;
	margin: auto;
	margin-bottom: 25px;
	padding-top: 5px;
	width: 1045px;
}