@charset "UTF-8";
html body {
	margin: 0;
	padding: 0;
}
#wrapper {
	height: 100%;
	width: 100%;
}
#content {
	height: 550px;
	width: 100%;
	margin-top: 55px;
}
#flashcontent {
	height: 100%;
}
/*--- buttons --*/
ul#nav {
	position: relative;
	height: 50px;
}
ul#nav li {
	padding: 0;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
ul#nav li a {
	border: 0;
	display: block;
	text-decoration: none;
	background-image: url(../images/sprites.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
	outline: none;
}
li#fashion a {
	height: 39px;
	width: 84px;
}
li#portrait a {
height: 39px;
width: 80px;
}
li#about a {
height: 39px;
width: 72px;
}
li#contact a {
height: 39px;
width: 98px;
}
#wrapper #footer {
	height: 50px;
}
li#fashion a:link, li#fashion a:visited {
	background-position: 0px 0px;
}
li#fashion a:hover, li#fashion a:focus, body#fashion-page ul#nav li#fashion a {
	background-position: -90px 0px;
}
li#portrait a:link, li#portrait a:visited {
	background-position: -180px 0px;
}
li#portrait a:hover, li#portrait a:focus, body#portrait-page ul#nav li#portrait a {
	background-position: -267px 0px;
}
li#about a:link, li#about a:visited {
	background-position: -354px 0px;
}
li#about a:hover, li#about a:focus, body#about-page ul#nav li#about a {
	background-position: -432px 0px;
}
li#contact a:link, li#contact a:visited {
	background-position: -512px 0px;
}
li#contact a:hover, li#contact a:focus, body#contact-page ul#nav li#contact a {
	background-position: -616px 0px;
}
#footer img  {
	float: right;
	margin-top: -66px;
	margin-right: 40px;
}
#about-page #wrapper #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
}
#contact-page #wrapper #content #text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
}
#contact-page #wrapper #content #text a {
	color: #FFCCFF;
}
#wrapper .content .pad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 170px;
}
#wrapper #content #text {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}
#footer {
	position: fixed;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
}
