html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html,
body{
	background: #0f0510;
	color: #c0a3bb;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1,h2{
	color: #b547b5;
}

h2{
	font: 350% "Snell Roundhand";
}

.width{
	1000px;
}

#wrapper{
	width: 1592px;
	margin: 0 auto;
	background: url(../img/bg.png);
}

#header{
	height: 212px;
	width: 950px;
	background: url('../img/header-bg.jpg') no-repeat;
}

#nav{
	height: 79px;
	background: url('../img/nav-bg.jpg');
}

#nav ul{
	margin: 0 auto;
}

#nav li{
	display: inline-block;
	color: #d685d6;
	background: url('../img/seperator.jpg') no-repeat;
	height: 33px;
	margin-top: 25px;
	padding: 9px 25px;
	width: 80px;
	text-align: center;
}
#nav li.first{
	background: none !important;
}

#name{
	height: 1000px;
}

#content{
	margin: 50px 0;
	width: 950px;
}

#photos{
	width: 609px;
	height: 362px;
	background: url(../img/photo-stack.jpg);
	padding-top: 28px;
	padding-left: 23px;
	float:  left;
	clear: left;
}

#intro{
	float: right;
	width: 270px;
	height: 362px;
	clear: right;
}

#about-us{
	clear: left;
	width: 609px;
	float:  left;
	margin-top: 30px;
}

#store{
	margin-top: 30px;
	float:  right;
	width: 270px;
}

.silver{
	color: #c6c4c5;
}

#logo,#location{
	margin-top: 55px;
}

#logo{
	float: left;
}

#nav li.current a,
#nav li a:hover{
	color: white;
}

a{
	text-decoration: none;
	color: #d685d6;
}

p{
	margin: 15px 0;
	font-size: 85%;
}

#location{
	float: right;
	font-size: 80%;
	text-align: right;
}
