@charset "UTF-8";body  {	font: 12px Verdana, Arial, Geneva, sans-serif;	background: #666666;	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}#container {	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF url(../interface/vert_bar.gif) repeat-y left 72px;	margin: 18px auto 0px;	text-align: left; /* this overrides the text-align: center on the body element. */} #header {	background: #FFF url(../interface/logo_bar.gif) no-repeat;	padding: 0;  /* 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: 72px;	margin: 0px;} #pointer {	float: left; /* since this element is floated, a width must be given */	width: 8px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px; /* padding keeps the content of the div away from the edges */	margin: 23px 0px 0px 10px;	background-color: #F00;	height: 44px;}#menus {	width: 144px;	float: right;	background-image: url(../interface/tri.gif);	background-repeat: no-repeat;	padding: 40px 0px 0px;}#main {	margin: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0px 162px 0px 90px;} #main h1  {	margin-top: 0px;	padding-top: 22px;	padding-left: 36px;	font-family: "tenby-eight-1", "tenby-eight-2", Verdana;	font-weight: 700;	letter-spacing: 2px;	margin-bottom: 0px;}#main h2 {	font-family: "tenby-eight-1", "tenby-eight-2", Verdana;	letter-spacing: 2px;	padding-top: 10px;}#main h3 {	font-family: "tenby-eight-1", "tenby-eight-2", Verdana;	color: #666;	letter-spacing: 2px;	padding-top: 5px;}#main h4 {	margin-top: 12px;	margin-bottom: 6px;	margin-left: 36px;}#main p {	padding-left: 36px;}#main ul {	padding-left: 36px;	list-style-type: circle;}#footer {	background:#FFF url(../interface/foot_tri.gif) no-repeat;	height: 72px;	margin: 0px;	padding: 0px 0px 0px 90px;} #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	font-size: 10px;}#main p.up{	margin-left: 0px;	padding-left: 36px;	background-image: url(../interface/tri_up.gif);	background-repeat: no-repeat;	background-position: 10px -5px;}img.rand    {	margin-left: 36px;	margin-top: 18px;	margin-bottom: 18px;	border: 1px solid #000;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 16px;	margin-right: 20px;	margin-top: 4px;	margin-bottom: 4px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}.effeweg {	display: none;}.list_hyph {	list-style-type: circle;}.td_right {	text-align: right;}
