body	{
		padding: 0; margin: 0;
		background-color: #5D5D5D;
		color: #cccccc;
		text-align: center;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
	}

	#head {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left:auto;
		padding: 0px;
		text-align: left;
		height: 148px;
		width: 860px;
		background-image: url('images/header.png');
		background-repeat: no-repeat;
	}
	
  #intro	{
    margin-top: 18px;
    margin-right: 40px;
    height: 78px;
		width: 216px;
    float: right;
    background-image: url('images/intro.png');
		background-repeat: no-repeat;	
  }

	#logo {
		background-image: url('images/logo.png');
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 75px;
		width: 293px;
		margin: 0 0 0 38px;
	}
	
	#navigation	{
    width: 770px;
    height: 30px; 
}

#menu {
  font-size: 10px;
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 0;
	margin: 0;
	height: 33px;
	margin-right: 0;
	list-style: none;
	background-repeat: no-repeat;
}
#menu li a, #menu li a:visited {
	display: block;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	height: 33px;
	background-repeat: no-repeat;
}
#index {background-image: url(images/rollover01.png); width: 81px;}
#index a {background-image: url(images/rollover01a.png);}
#web {background-image: url(images/rollover02.png); width: 66px;}
#web a {background-image: url(images/rollover02a.png);}
#identity {background-image: url(images/rollover03.png); width: 108px;}
#identity a {background-image: url(images/rollover03a.png);}

ul#menu li a:hover {background: none;}
#menu li {float: left;}
#menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.index #menu #index a,
.web #menu #web a,
.identity #menu #identity a
 {background: none;}
	
	#contents {
		margin-top: -40px;
		margin-bottom: 40px;
		margin-right:auto;
		margin-left:auto;
		width: 780px;
		/*padding: 10px; */
		color: #000;
		text-align: left;
		border-radius: 6px;
	}	

	.stripe {
		height: 230px;
		width: auto;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		padding: 10px 10px 10px 14px;
		background-color: #1B1819;
		color: #cccccc;
		text-align: left;
		font-size: 0.8em;
		letter-spacing: 0.1em;
		background-image: url('images/stripe.png');
		background-repeat: no-repeat;
		background-position: right bottom;
		border-radius: 6px;
		display: block;
	}
	
	.stripe a {color: #ccc; font-weight: bold; text-decoration: none;}
  .stripe a:hover {color: #fff; text-decoration: underline;}
  .stripe a:active {color: #ccc; background-color: #9d1414; } 
  
  	.stripe_web {
		height: 380px;
		width: auto;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		padding: 10px 10px 10px 14px;
		background-color: #1B1819;
		color: #cccccc;
		text-align: left;
		font-size: 0.8em;
		letter-spacing: 0.1em;
		background-image: url('images/stripe.png');
		background-repeat: no-repeat;
		background-position: right bottom;
		border-radius: 6px;
		display: block;
	}
	
	.stripe_web a {color: #ccc; font-weight: bold; text-decoration: none;}
  .stripe_web a:hover {color: #fff; text-decoration: underline;}
  .stripe_web a:active {color: #ccc; background-color: #9d1414; } 
	
	.print {
		height: 200px;
		width: 238px;
		border: 1px solid #BA0000;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-right: 12px;
		margin-left:auto;
		float:left;
	}
	
	.www {
		height: 350px;
		width: 742px;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-right: 12px;
		margin-left:auto;
		float:right;
	}
	
	.hilite { color: #BA0000; }