* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/Pettern01.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#outdiv {
	background-image: url(images/hbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrap {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
}
#p {
	margin-left: 10px;
}
#header {
	position: relative;
	height: 180px;
	width: 100%;
	top: 0px;
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	background-image: url(images/Logo-new.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 330px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}


#nav {
	position: absolute;
	bottom: 40px;
	text-align: center;
	height: 20px;
	width: 100%;
	left: 0px;
}
#nav ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #d8a82d;
}

#main {
	background-image: url(images/Pettern02.jpg);
	background-repeat: repeat;
	border: 1px solid #515151;
	text-align: left;
	padding: 10px;
	color: #FFFFFF;
}
#main a {
	color: #cfb429;
	text-decoration: none;
}

#outfooter {
	background-image: url(images/footer1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#footer {
	width: 702px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding-top: 40px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}
h1,h2,h3 {
	color: #cfb429;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cfb429;
	text-transform: uppercase;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 1.0em;
	color: #cfb429;
	text-align: right;
}

h5 {
	text-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 1.6em;
	text-align: center;
}

h6 {
	text-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 1.0em;
	text-align: center;
}

h6 a {
	color: #cfb429;
	text-decoration: none;
}


.magnify
{
	cursor: default;
	list-style: none;
	text-align: left;
	font-family: 'Trebuchet MS', Helvetica, 'Helvetica Neue', Tahoma, sans-serif;
	font-size: 12px;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: float;
	top: +350px;
	left: +550px;
	z-index: 1;
}

.magnify img
{
	background: #553608;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 200px;
}

.magnify li
{
	background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 450px;
	height: 450px;
}
