@charset "UTF-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-image: url('../images/bk.png');
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0;
	color: #FFF;
	font: "Times New Roman", Times, serif;
}

a img {
	border-style: none;
}

p {
	margin-bottom: 15px;
	font-size: 18px;
}

.clearer {
	clear: left;
	line-height: 0;
	height: 0;
}

ul li {
	height: 40px;
	text-transform: lowercase;
}

a:link {
   color:#cdc7df;
}

a:visited {
   color:#cdc7df;
}

a:hover {
   color:#cdc7df;
}

#container {
	width: 877px;
	height: auto !important;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 877px;
	height: auto !important;
	height: 400px;
	min-height: 450px;
	background-image: url('../images/main_bk.png');
	background-repeat: no-repeat;
	padding-top: 15px;
	margin-top: -5px;
}

#textarea {
	float: right;
	width: 600px;
	padding-right: 20px;
	min-height: 450px;
	height: auto !important;
	height: 400px;
}

.nav {
	float: left;
	width: 175px;
	margin-top: 0;
	margin-left: 10px;
	padding: 0;
	font-size: 32px;
}

.nav a:link, .nav a:visited, .nav a:hover {
	text-decoration: none;
}

.portfolio {
	float: left;
	padding-right: 15px;
	width: 75px;
}

.sub {
	padding-left: 20px;
	font-size: 28px;
}

html>body p {
	font-size: 14px;
}

html>body .nav {
	width: 190px;
	padding: 0;
	margin-top: 0;
	list-style: none;
	margin-left: 0;
	float: left;
}

html>body ul li {
	padding-left: 15px;
	list-style: none;
}

html>body .sub {
	padding-left: 45px;
}

html>body #content {
	margin-top: -3px;
}
/*
html>body ul li:before {
	content: "; ";
}
*/
.sup {
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;
}

label,input {
display: block;
width: 150px;
float: left;
margin-bottom: 10px;
}

label {
text-align: left;
width: 65px;
padding-right: 20px;
}

br {
clear: left;
}