/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #333;
 background:#c0c0c0 url(../images/bg_page.jpg) no-repeat fixed;
 padding:0;
 font: 0.86em/1.3 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #338f90;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #000000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #7C8C92;
	background: #FFFFFF;
 }

#hdr {
 padding-top: 244px;
 background: #fff url(../images/headerlogo.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
#rookmaaker {
	background: #fff url(../images/bg_rookmaaker.gif) repeat;
	font: 22px "Times New Roman", Times, serif;
 }
.rookmaakerText {
	padding-right: 50px;
	padding-left: 50px;
}
#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
	width:780px;
	padding: 0px 10px;
	background: #FFFFFF;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #338f90;
text-decoration: none;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #338f90;
 font-size: 18px;
}
#cont h3 {
	color: #338f90;
	font-size: 16px;
}
#ftr {
	clear: both;
	color: #000;
	background:#f0f0f0 url(../p7tbm/img/aurora_menutile2.jpg);
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #7C8C92;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #338f90;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 8px solid #999999;
}
.imgCenterBorderBlack
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}
.imgLeftBorderGray
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 8px solid #999999;
}
.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.subheader {
	font: bold 20px "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #41abab;
	display: block;
	padding: 3px 0px 3px 20px;
	border: 1px solid #215858;
}
.clear {
	clear: both;
}
.txtAqua {
	font-size: 16px;
	font-weight: bold;
	color: #338f90;
}
.txtSmall {
	font-size: 80%;
	color: #000000;
}
.txtBigRed {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background: #900;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.boxTorch {
	color: #F98219;
	background: #000;
	text-align: center;
	margin: 0px auto;
	padding: 3px;
	width: 146px;
	font-weight: bold;
	display: block;
}
.boxTorch a:link, .boxTorch a:visited, .boxTorch a:active {
	color: #F60 !important;
	text-decoration: none;
}
.boxTorch a:hover {
text-decoration: underline !important;
color: #ccc !important;
}
.boxNotice {
	color: #333;
	background: #FFF;
	text-align: center;
	margin: 10px auto 0px;
	padding: 3px;
	width: 146px;
	display: block;
	border: 3px solid #900;
}
.boxNotice a:link, .boxNotice a:visited, .boxNotice a:active {
	color: #F60 !important;
	text-decoration: none;
}
.boxNotice a:hover {
text-decoration: underline !important;
color: #333 !important;
}.boxWide {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #900;
	margin-top: 10px;
}
