@charset "utf-8";
/* CSS Document */

body {
	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: #4B3218;
	background-color: #82A9AA;
	background-image: url(images/bkg.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Century Gothic", Arial;
	font-size: 100%;
}
p {
	font-family: "Century Gothic", Arial;
	font-size: 0.8em;
}
.classtext {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 0.8em;
}

h2 {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 1.5em;
	text-decoration: underline;
	color: #4B3218;
}
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	height: 244px;
	width: 900px;
	background-position: center top;
	background-color: #F7F1E6;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr  #menu {
	height: 50px;
	width: 900px;
	background-color: #F7F1E6;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	background-color: #F7F1E6;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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: 12px;
}
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 1.7em;
	font-weight: bold;
	color: #66CCFF;
	font-style: italic;
}
hr {
	color: #4B3218;
}
.table-body {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 0.7em;
	color: #4B3218;
	background-color: #FFFFFF;
	font-weight: normal;
	border: thin solid #000000;
}
.table-head {	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	color: #4B3218;
	background-color: #EDE1CB;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.table a:link {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
	font-weight: normal;
}


.table a:visited {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
}
.table a:hover {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
}
.lang a:link {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 0.7em;
	text-decoration: none;
	line-height: 0.7em;
	font-weight: bold;
}


.lang a:visited {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 0.7em;
	text-decoration: none;
	line-height: 0.7em;
	font-weight: bold;
}
.lang a:hover {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 0.7em;
	text-decoration: none;
	line-height: 0.7em;
	font-weight: bold;
}

.buy a:link {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
	font-weight: normal;
}


.buy a:visited {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
}
.buy a:hover {
	color:#4B3218;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	text-decoration: underline;
}
