@charset "utf-8";
* {
	margin:0px;
	padding:0;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #000000;
	background-image: url(../images/bg_rpt.png);
	background-repeat: repeat;
	padding-top: 15px;
	font-family: "Century Gothic";
	font-size: 1em;
	color: #FFFFFF;
}
#header {
	background-image: url(../images/becca_lyn_logo.gif);
	background-repeat: no-repeat;
	height: 75px;
	margin-left: 150px;
	position: relative;
	padding-bottom: 10px;
}
#header #topleft {
	background-image: url(../images/toplft.gif);
	height: 50px;
	width: 63px;
	position: absolute;
	left: -150px;
	background-repeat: no-repeat;
}
#header #toprt {
	background-image: url(../images/toprt.gif);
	float: right;
	height: 50px;
	width: 63px;
	background-repeat: no-repeat;
}
#nav li {
	list-style-type: none;
	float: left;
}
#nav ul li span{
	display:none;
}
#nav a{
	height: 35px;
	width: 200px;
}
#nav .home a {
	background-image: url(../images/nav_home.gif);
	display: block;
	width:112px;
}
#nav .home a:hover {
	background-image:url(../images/nav_home_over.gif);
}
#nav .fashion_editorial a {
	background-image: url(../images/nav_fashion.gif);
	display: block;
	width:183px;
}
#nav .fashion_editorial a:hover {
	background-image:url(../images/nav_fashion_over.gif);
}
#nav .doc a {
	background-image: url(../images/nav_doc.gif);
	display: block;
	width:200px;
}
#nav .doc a:hover {
	background-image:url(../images/nav_doc_over.gif);
}
#nav .about a {
	background-image: url(../images/nav_about.gif);
	display: block;
	width:171px;
}
#nav .about a:hover {
	background-image:url(../images/nav_about_over.gif);
}
#nav .contact a {
	background-image: url(../images/nav_contact.gif);
	display: block;
	width:131px;
}
#nav .contact a:hover {
	background-image:url(../images/nav_contact_over.gif);
}
#nav .fashion_editorial .fashion_on {
	background-image: url(../images/nav_fashion_on.gif);
}
#nav .home .home_on {
	background-image: url(../images/nav_home_on.gif);
}
#nav .doc .doc_on {
	background-image: url(../images/nav_doc_on.gif);
}
#nav .about .about_on {
	background-image: url(../images/nav_about_on.gif);
}
#nav .contact .contact_on {
	background-image: url(../images/nav_contact_on.gif);
}
#nav {
	height: 40px;
}
#header p {
	padding-top: 15px;
	padding-left: 215px;
	font-size: 1.25em;
	letter-spacing: -0.05em;
	color: #CC9966;
}
#main #homepics {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #homepics img {
	padding-right: 25px;
	padding-left: 25px;
}

.line_break {
	background-image: url(../images/line_break.gif);
	height: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	clear: left;
}
#footer {
	height: 50px;
	position: relative;
	margin-top: 15px;
}
#footer #botlft {
	background-image: url(../images/botlft.gif);
	height: 50px;
	width: 63px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#footer #botrt {
	background-image: url(../images/botrt.gif);
	height: 50px;
	width: 63px;
	float: right;
}
#wb {
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#wb a {
	font-size: .65em;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
}
#main #portfolio {
	overflow-x: scroll;
	overflow-y:hidden;
	white-space: nowrap;
	margin-bottom: 15px;
	height: 437px;
	width: 720px;
	margin-left: 50px;
}
#portfolio .image img {
	padding-right: 7px;
	padding-left: 7px;
}
#main #about {
	background-image: url(../images/about_becca.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 290px;
	width: 735px;
	margin-left: 60px;
}
#main #about p{
	padding-top: 90px;
	padding-left: 450px;
	color: #996633;
	font-size: 1.5em;
}

#main #contact {
	text-align: center;
	padding: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #contact p {
	color: #CC9966;
	font-size: 1em;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #161424;
	border-bottom-color: #161424;
	margin-top: 10px;
	margin-bottom: 10px;
}
.back {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #7e78a3;
}
