body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:.1em;
}

.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-stretch:extra-expanded;
	color:#FF00CC;
	letter-spacing:.3em;
}

#wrapper {
	width: 530px;
	margin: 50px auto 50px auto;
}

.projects {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	text-align:left;
	width:350px;
	border:0 solid pink;
	letter-spacing:0.09em;
	padding:20px 0;
	margin: auto;
}

.projects a {
	color:#999;
	text-transform:uppercase;
	margin:0 0 2px;
	line-height:16px;
}

.projects a:hover {
	color:#555;
	text-transform:uppercase;
}

.footer {
	border-top:dotted 1px #FF00FF;
	width:530px;
	font-size:.8em;
	padding-top:3px;
}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	float:left;
}

.client {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:right;
	color:#666666;
}

.client a {
	color:#FF66FF;
	text-decoration:none;
	font-weight:bold;
}

.client a:visited {
	color:#FF66FF;
	text-decoration:none;
}

.client a:hover {
	text-decoration:underline;
}

.projects label {
	color:#FF66FF;
	font-size:.7em;
}

/* Main Content */

.main-content {
	letter-spacing: normal;
	font-size: 1.0em;
	color: #333;
	margin: 20px auto 40px auto;
}

.main-content a, .header a {
	color:#FF66FF;
	text-decoration:none;
	font-weight:bold;
}

.main-content a:visited, .header a:visited {
	color:#FF66FF;
	text-decoration:none;
}

.main-content a:hover, .header a:hover {
	text-decoration:underline;
}


/* Contact Form */

.info_fieldset {
	border: solid 1px #f899f8;
	margin: 20px auto;
	display: block;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius: 10px;
	width: 430px;
}


.info_fieldset legend {
	font-weight: bold;
	color: #999;
	font-size: 1.4em;
}

.info_fieldset #fields {
	margin: 20px auto;
	width: 400px;
}

.info_fieldset .info {
	width: 400px;
	margin: 10px auto;
	letter-spacing: 0.3;
	color: #222;
	border-bottom: 1px solid #bbb;
	padding-bottom: 10px;
}

input, textarea {
	border: solid 1px #f899f8;
	margin-bottom: 10px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}

input:hover, textarea:hover {
	border: solid 1px #bc5abc;
}

input:focus, textarea:focus {
	border: solid 1px #bc5abc;
	background-color: #efefef;
}

input {
	height: 25px;
	width: 200px;
	font-family: Courier;
	color: #555;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px;	
}


textarea {
	height: 200px;
	width: 400px;
	font-family: Courier;
	color: #555;
	font-weight: bold;
	font-size: 1.3em;
	padding: 2px;	
}

form label {
	margin-left: 10px;
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	color: #bc5abc;
}

input.button {
	width: 130px;
	height: 30px;
	background-color: #f899f8;
	padding: 5px;
	text-align: center;
	float: right;
}

input.button:hover {
	width: 130px;
	height: 30px;
	background-color: #555;
	border-color: #555;
	color: #f899f8;
	padding: 5px;
	text-align: center;
	float: right;
	cursor: pointer;
}


#note div {
	width: 400px;
	margin: auto;
	padding: 10px;
	border: solid 1px #fff;
	margin-bottom: 10px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background-color: #ddd;
	color: red;
}

#note div.notification_ok {
	font-size: 1.2em;
	font-weight: bold;
	color: #c862c8;
	text-align: center;
	
}
