@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

body {
	background-color: #EDEDED;
}

#wrap {
	width: 702px;
	height: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited {
	color: #B91806;
	text-decoration: none;
}

a:hover {
	color: #B91806;
	font-weight: bold;
}

.navLinkHome {
	position: absolute;
	left: 2px;
}

.navLinkCollection {
	position: absolute;
	left: 84px;
}

.navLinkGallery {
	position: absolute;
	left: 200px;
}

.navLinkMedia {
	position: absolute;
	left: 292px;
}

.navLinkMeasurements {
	position: absolute;
	left: 380px;
}

.navLinkAbout {
	position: absolute;
	left: 522px;
}

.navLinkContact {
	position: absolute;
	left: 623px;
}

#navbar {
	position: relative;
	width: auto;
	top: 23px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B91806;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	right: 2px;
}

#line {
	position: relative;
	width: 702px;
	height: 10px;
	background-image: url(../line.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
	right: 0px;
}

#backNav {
	position: relative;
	width: auto;
	top: 36px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B91806;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: 2px;
}

#galleryview {
	 font-family:Helvetica; 
	 font-size:11px; 
	 top: 44px;
	 color: #B91806;
	 position: relative;
	 height: 600px;
	 width: 1279px;
	 margin-left: -290px;
}

#name {
	position: relative;
	height: auto;
	width: 36px;
	font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
	font-size: 24px;
	color: #B91806;
	top: 80px;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px; 
	min-height: 27px;
	right: 50px;
}


#copyright {
	position: relative;
	height: auto;
	width: 158px;
	font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
	font-size: 15px;
	color: #B91806;
	top: 71px;
	margin-right: auto;
	margin-left: auto;
	line-height: 27px; 
	min-height: 27px;
	left: 10px;
}
