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

/* 	TASHA - Fashion Design
	Code and Design by Paul Braham - http://www.paulbraham.com
	CSS for Split pages
*/



* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#FFF
}

body {
	font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;  line-height:1.2;
	font-size: small;
	color:#FFF;
	margin: 0;
	background: #000;
}

#wrapper {
	position:relative;
	text-align: left;
	margin: auto;
	border: 0;
	width: 814px;
}

#topBar {
	margin: 40px 0 0 0;
	position:relative;
}


#menuBar {
	font-family: SecretCodeRegular,Arial,Verdana,Helvetica,sans-serif; letter-spacing:1px;
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	text-align:center;
}

#menuBar a:hover{
	text-decoration:underline;
}

#titleBar {
	float:right;
}

#contactText {
	margin: 5px 5px 5px 5px;
	padding-bottom: 15px;
}

#contactForm {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

#contactForm p{
	padding-bottom:20px;
}

label
{
padding: 3px;
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}


input
{
padding: 1px;
color:#000;
background: #999;
border: 1px solid #FFF;
}

textarea
{
padding: 1px;
color:#000;
background: #999;
border: 1px solid #FFF;
}

.submit input
{
margin-left:100px;
padding:5px;
color: #000;
background: #999;
border: 2px outset #FFF;
}

fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}

.center {
	text-align: left;
	margin-left: 118px;
}



