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

#middle {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#concept {
	float:left;
	width:193px;
	height:500px;
}

#concept a {
	display:block;
	width:193px;
	height:500px;
	background:url(../img/concept.jpg) top right no-repeat;
}

#concept a:hover {
	background-position: 0 0;
}

#creation {
	margin-left:300px;
	display:block;
	width:192px;
	height:500px;
}

#creation a {
	display:block;
	width:192px;
	height:500px;
	background:url(../img/creation.jpg) top right no-repeat;
}

#creation a:hover {
	background-position: 0 0;
}
