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

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



* {
	margin: 0;
	padding: 0;
}

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

body {
	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;
}

#photoBar {
	position:relative;
	margin: 40px 0 0 0;
    display: block;
    width: 814px;
    height: 296px;
    overflow: hidden;
}

#photoBar img {
	display:none;
}

#photoBar br { 
   display: none;
}

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


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


