/* General CSS code */

* {margin:0; padding:0;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



/* Site-specific code */

body
{
	background-color: #000000;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 90px 0 20px 0;
}

a:link
{
	color: #FF0;
	text-decoration: underline;
	font-weight: normal;
}
a:visited
{
	color: #FF9;
	text-decoration: underline;
}
a:hover
{
	color: #F93;
	text-decoration: underline;
}

p
{
	font-size: 1em;
	margin: 0 0 5px 0;
}

h1
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

ul
{
	padding: 0 20px 10px 30px;
	list-style: disc outside;
}

ol
{
	padding: 0 20px 10px 20px;
	list-style: decimal outside;
}

img { border-style: none; }

hr {margin: 15px 0 15px 0;}

/* Structure */

div#jiwlshell
{
	display: block;
	position: relative;
	width: 812px;
	margin: 0 auto 0 auto;
}

div#logo2
{
	width: 812px;
	height: 135px;
	background-image: url("images/logo2.jpg");
}


div#visit
{
	width: 680px;
	padding: 0 0 0 100px;
}
div#visit p
{
	font-size: 1.4em;
	text-align: center;
	margin: 0 0 1em 0;
}
