@charset "UTF-8";
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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(pix/adult_translations_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #00aeef;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 860px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF;
	background-image: url(pix/adult_translations_bg2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.oneColFixCtrHdr #header {
	padding: 10px;  /* 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. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.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:9px;
	text-align:center;
}

.oneColFixCtrHdr #menu {
border-bottom: 6px solid #ed1c24;
float:right;
color:#00aeef;
}
.oneColFixCtrHdr #menu a {
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#00aeef;
}
.oneColFixCtrHdr #menu a:hover {
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#ed1c24;
}
.top{
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 10px;
	vertical-align:top;
}
a {
text-decoration:none;
color:#ed1c24;}
a:hover {
text-decoration:underline;
color:#00aeef;}
.HT{
font-weight:bold;
color:#ed1c24;
}
a.lang {
text-decoration:none;
color:#ed1c24;
font-size:10px;}
a.lang:hover {
text-decoration:underline;
color:#00aeef;}