@charset "UTF-8";
body {
	background: url(../images/ang_bckgrd_purple.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
}
body img {
	border: none;
}
.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	background-color: #FFFFFF;
}
.text_lucida14 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #736357;
	text-decoration: none;
}
.oneColFixCtrHdr #header {
	background: #735f60;
	padding: 0 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 58px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 35px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.oneColFixCtrHdr #header a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	display: block;
	padding-right: 45px;
	float: left;
	padding-top: 35px;
}
.oneColFixCtrHdr #header a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 35px;
	padding-right: 45px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	float: left;
}
.oneColFixCtrHdr #header a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	display: block;
	padding-top: 35px;
	padding-right: 45px;
	float: left;
}
.oneColFixCtrHdr #header a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	display: block;
	float: left;
	padding-top: 35px;
	padding-right: 45px;
}
.oneColFixCtrHdr #mainContent {
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow: visible;
	z-index: auto;
	visibility: visible;
}
.oneColFixCtrHdr #footer {
	background:#735f60;
	height: 25px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	clear: both;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: normal;
	display: inline;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
	padding-right: 10px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	padding-left: 10px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	display: inline;
	padding-right: 10px;
	text-align: center;
	padding-left: 10px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	display: inline;
	padding-right: 10px;
	text-align: center;
	padding-left: 10px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #logo {
	float: right;
	height: 58px;
	width: 175px;
}
.oneColFixCtrHdr #logo a:link {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #logo a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #logo a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #logo a:active {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #title {
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e8572;
}
.oneColFixCtrHdr #logo_large {
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #736357;
	font-size: 14px;
	text-decoration: none;
	height: 110px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #copyright {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	margin-top: 5px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #maintext {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: right;
	margin: 0px 0px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: left;
}
.oneColFixCtrHdr #collect_pics {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	height: 460px;
	width: 300px;
	float: left;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #collect_maintext {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: center;
	padding-top: 100px;
	height: 360px;
}
.oneColFixCtrHdr #collect_maintext a:link {
	text-decoration: none;
}
.oneColFixCtrHdr #collect_maintext a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #collect_maintext a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #collect_maintext a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #stockists_maintext {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: right;
	margin: 0px 0px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: center;
	padding-top: 130px;
}
.oneColFixCtrHdr #stockists_text {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: right;
	margin: 0px 0px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: left;
}
.oneColFixCtrHdr #brochure_text {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.oneColFixCtrHdr #brochure_text_2 {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 265px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oneColFixCtrHdr  #events_pics {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 142px;
	float: right;
	text-decoration: none;
	display: block;
	clear: both;
	margin-bottom: 85px;
}
.oneColFixCtrHdr #events_picbottom {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 142px;
	float: right;
	text-decoration: none;
	display: block;
	clear: both;
	bottom: 0px;
}
.oneColFixCtrHdr #magazineContent {
	background: #FFFFFF;
	overflow: visible;
	z-index: auto;
	visibility: visible;
	text-align: center;
	height: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #magazine_pics {
	visibility: visible;
	height: 250px;
	width: 185px;
	margin-right: 10px;
	float: left;
	margin-top: 15px;
}
.oneColFixCtrHdr #magazine_arrowleft {
	width: 70px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9f907b;
	text-decoration: none;
	margin-bottom: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	padding-top: 120px;
}
.oneColFixCtrHdr #magazine_arrowright {
	width: 70px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #9f907b;
	text-decoration: none;
	float: right;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	padding-top: 120px;
}
.oneColFixCtrHdr #magazine_picstext {
	width: 185px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #9f907b;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #maintext_left {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 300px;
	float: left;
	margin: 0px 0px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #9f907b;
	text-align: center;
	vertical-align: middle;
	display: block;
	padding-top: 100px;
	height: 360px;
}
.oneColFixCtrHdr #collect_pics_right {
	z-index: auto;
	visibility: visible;
	width: 630px;
	float: right;
	position: relative;
	height: 460px;
}
.oneColFixCtrHdr #collect_pics_thumbs {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 118px;
	float: left;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 45px;
}
.oneColFixCtrHdr  #collect_pics_arrowleft {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 49px;
	float: left;
	display: block;
	height: 250px;
	margin-right: 10px;
	text-align: left;
	padding-top: 180px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9f907b;
	text-decoration: none;
}
.oneColFixCtrHdr #collect_pics_arrowright {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 49px;
	float: right;
	display: block;
	height: 250px;
	padding-top: 180px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #9f907b;
}
.oneColFixCtrHdr #collect_pics_thumbstext {
	overflow: visible;
	z-index: auto;
	visibility: visible;
	width: 118px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9f907b;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #9f907b;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #bda985;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	color: #9f907b;
	text-transform: uppercase;
}

h4{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #9f907b;
	text-decoration: none;
}
h5{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	color:#666666;
	font-weight: bold;
}

h6{
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	text-decoration:none;
	color: #333333;
	font-weight: normal;
}a:link {
	text-decoration: none;
	color: #9f907b;
}
a:visited {
	text-decoration: none;
	color: #9f907b;
}
a:hover {
	text-decoration: none;
	color: #9f907b;
}
a:active {
	text-decoration: none;
	color: #9f907b;
}
.jumpmenu {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	line-height: 15px;
}
.form_textbox {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #EEEEEE;
	line-height: 15px;
}
.form_buttons {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
}
