body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	padding: 145px 0 0 0;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

/* -------------------------------- CONTENT ------------------------------ */

#content {
	width: 808px;
	float: left;
	padding: 0;
	background-image: url(images/cnt_bck.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
#content p {
	font-size: 100%;
	line-height: 175%;
	padding-left: 40px;
	padding-right: 40px;
	color: #333333;
}

#content ul.bullet {
	font-size: 100%;
	line-height: 175%;
	padding-left: 60px;
	padding-right: 40px;
	color: #333333;
	width: auto;
	list-style: square;
}

#content h1 {
	font: bold 20px "Trebuchet MS" Georgia, "Times New Roman", Times, serif;
	color: #7B1008;
	background-color: transparent;
	padding-top: 10px;
	margin-left: 60px;
	margin-right: 1em;
}
#content h2 {
	font: bold 14px "Trebuchet MS" Georgia, "Times New Roman", Times, serif;
	color: #7B1008;
	background-color: transparent;
	padding-top: 15px;
	margin-left: 40px;
	margin-right: 1em;
}

#content a.cnt {
	color: #7B1008;
	text-align: center;
	text-decoration: underline;
	background-color: transparent;
}
#content a:hover {
	text-decoration: none;
}

#contentbottom {
	padding: 20px 0 0 0;
	background-image: url(images/bot_bck.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}

/* -------------------------------- NAVIGATION ------------------------------ */

#menu {
	float:left;
	top: 10px;
	width: 170px;
}

#menu p {
	margin: 0;
	padding: 0px 0px 0px 20px;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	font: 12px verdana;
}

#menu p.small {
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	font: 10px verdana;
	color: #7B1008;
	text-align: center;
}

/* Styles for Menu Items */
#menu p a.main {
	display: block;
	text-decoration: none;
	color: #7B1008;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFD700; /* IE6 Bug */
	padding: 7px 5px 7px 0px;
	border-bottom: 0;
}

/* Styles for Sub Menu Items */
#menu p a.sub {
	display: block;
	text-decoration: none;
	color: #7B1008;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFD700; /* IE6 Bug */
	padding: 5px 5px 5px 10px;
	border-bottom: 0;
}

#menu p a:hover { color: #000000; text-decoration: none; } /* Hover Styles */




/* -------------------------------- FOOTER ------------------------------ */
#footer {
	clear: both;
	font-size: 75%;
	color: #666666;
	text-align: center;
	background-image: url(images/cnt_bck.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
#footer a {
	font-size: 90%;
	color: #A19178;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover {
	text-decoration: underline;
}

/* -------------------------------- www.TheWebShop.co.nz ------------------------------ */

.thewebshop {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 10px;
}

.thewebshop a {
	font: 10px verdana, arial, helvetica, sans-serif;
	color: #ff6600;
	text-decoration: none;
}
	
.thewebshop a:hover {
	color: #1936AE;
}