@CHARSET "ISO-8859-1";
html {
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
body {
	padding:0px;
	font-family: Trebuchet MS, Arial, Verdana, Arial, sans serif;
	font-size: 0.8em;
	margin: 0px;
	background-color: #000;
}
#wrap {
		height: 1036px;
		width: 1016px;
		margin: 0 auto;
		margin-top: 20px;
		background: #000 url(../images/quotes-bg.jpg) 0px 0px repeat-y;
		border: none;
		position: relative;
		z-index: 0;
}
div.ribbon {
	position: absolute;
	width: 152px;
	height: 39px;
}
div#nav_home {
	left: 75px;
	top: 324px;
	background: transparent url(../images/ribbon-home.gif) 0px 0px no-repeat;
}
div#nav_about {
	left: 196px;
	top: 286px;
	background: transparent url(../images/ribbon-about.gif) 0px 0px no-repeat;
}
div#nav_prices {
	left: 321px;
	top: 248px;
	background: transparent url(../images/ribbon-quotes.gif) 0px 0px no-repeat;
}
div#nav_quotes {
	left: 448px;
	top: 207px;
	background: transparent url(../images/ribbon-gallery.gif) 0px 0px no-repeat;
}
div#nav_gallery {
	left: 572px;
	top: 168px;
	background: transparent url(../images/ribbon-contact.gif) 0px 0px no-repeat;
}
div.nav_link {
	color: #45170E;
	font-weight: normal;
	font-size: 1.3em;
	text-align: right;
	margin-right: 10px;
	margin-top: 8px;
	text-transform: uppercase;
}
div.nav_link a  {
	color: #fff;
	text-decoration: none;
}
div.nav_link a:hover  {
	color: #45170E;
}
img {
	border: none;
}
