@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;
}

.quote {
	padding:0 0 15px 0;
}

.quote .quoteBody {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
}

.quote .quoteAuthor {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.boldText {
	font-size:14px;
}

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

body {
	font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;  line-height:1.2;
	font-size: 12px;
	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;
	font-size:small;
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	text-align:center;
	height:1em;
}


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


#titleBar {
	float:right;
}

#bodyText {
	float:left;
	width:520px;
	padding:5px 5px 5px 5px;
}

#bodyText p {
	padding-bottom:10px;
}

#imageDiv {
	position:absolute;
	left:550px;
	margin: 5px 5px 15px 5px;
}


