/***********************************************/
/*   TimBowling.com 2005                       */
/*   Don't mind you learning from this,        */
/*   but permission to use as is is reserved.  */
/*   Besides, bet you can make something unique*/
/*   yourself - enriching the world with your  */
/*   own creativity!                           */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #633939;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/paint_back.jpg) fixed;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/**************** font header tag styles **************/

h1{
 font: bold Arial,sans-serif;
 color: #633939;
 margin: 0px;
 padding-left: 5px;
 font-size: 14px;
}

h2{
 font: bold 13px Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding-left: 5px;
}

h3{
 font: bold 15px Arial, sans-serif;
 color: #633939;
 margin: 0px;
 padding-top: 50px;
}

h4{
 font: 12px Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding-left: 5px;
}

h5{
 font: bold 15px Arial, sans-serif;
 color: #633939;
 margin: 0px;
 padding-left: 5px;
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********     Section Styles    *************/

#secondskin{
	position:absolute; 
	top: 167px;        
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	height: auto;
	background-image: url(../images/ss_left.jpg);
	background-repeat: repeat-y;
      background-position: left;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 4;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 4;
}
#bl {
	position:absolute;
	bottom: -1px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 300;
}

#br {
	position:absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 300;
}
#titlebar{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/titleback.jpg);
}

#content{
	border-left: 1px solid #ccd2d2;
	background-image: url(../images/ss_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0px 85px 0px 85px;
	margin: -70px 0px 0px 0px;
	z-index: 150;
	height: auto;
}
.footer{
	position:relative;
	bottom:-1px;
	text-align:center;
	width: 100%;
	height:30px;
	left: 0;
	background-image: url(../images/foot.jpg);
	background-repeat:repeat-x;
	color: #FFFFCC;
	font-size: 10px;
	font-weight: bold;
	background-position: bottom;
	padding-top: 20px;
	clear: both;
	z-index: 200;
}

/************* menuNav styles ****************/

#menuNav{
	text-align:center;
	top:0px;
	width: 100%;
	min-width: 640px;
	height: 121px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	background-image: url(../images/secondskin_top.jpg);
      background-repeat: repeat-x;

}

.menuLink{
	min-width: 640px;
	padding: 0px, 0px, 0px, 0px;
	text-align: center;
	width: 100%;
	left: 0px;
      display: block;
      bottom: 10px;
      position: relative;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #633939;
	font-weight: bold;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image:  url(../images/selected.jpg);
	text-decoration: none;
	color: #FFFFCC;
}

.skipLinks {display: none;}


/*************** story styles ******************/

.story {
	padding: 0px 0px 60px 0px;
	font-size: 12px;
	width: 75%;
	height: auto;
}

.story h3{
	font: bold 16px Arial,sans-serif;
	color: #633939;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.story img{
	float: left;
	padding: 0px 10px 10px 0px;
}
.story a.capsule:hover{
	text-decoration: underline;
}
.substorya {
	padding: 10px 10px 10px 0px;
	font-size: 12px;
	width: 46%;
      float: left;
	background-image:  url(../images/boxtop.jpg);
      background-repeat: repeat-x;
	height: auto;
}
.substoryb {
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	width: 46%;
      float: right;
	background-image:  url(../images/boxtop.jpg);
      background-repeat: repeat-x;
	height: auto;
}
.substoryab {
	padding: 10px 0px 10px 0px;
	font-size: 12px;
	width: 100%;
      float: right;
	background-image:  url(../images/boxtop.jpg);
      background-repeat: repeat-x;
	height: auto;
}

td.storyLeft{
	padding-right: 12px;
}
.rightside {
	font-size: 12px;
	width:18%;
	height:auto;
	padding: 10px 20px 60px 0px;
	float:right;
	background-image:  url(../images/boxtop.jpg);
      background-repeat: repeat-x;
}
#Layer1 {
	width:104px;
	height:109px;
	display: inline;
}
#Layer2 {
	right:-2px;
	top:121px;
	width:104px;
	height:109px;
	z-index:201;
	position: absolute;
}
.maincontent {
	padding: 0px 0px 60px 0px;
	font-size: 12px;
	width: 95%;
	height: auto;
	background-image:  url(../images/boxtop.jpg);
    background-repeat: repeat-x;
}

.maincontent h3{
	font: bold 16px Arial,sans-serif;
	color: #633939;

}

.maincontent p {
	padding: 0px 0px 10px 0px;
}

.maincontent a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}
.maincontent img{
	float: left;
	padding: 0px 10px 10px 0px;
}
.maincontent a.capsule:hover{
	text-decoration: underline;
}
