*
{
	margin:0;
	padding:0;
}

body
{
	background-color:rgb(255,227,229);
	font-family:Verdana, Sans-serif;
	color:#000;
	height: 100%;
}

#wrapper {
	position:relative;
	min-height: 100%;
}

div.white
{
	background-color:#fff;
	color:#000;
}

div.header_image
{
	background-image: url(icon_large.png);
	
	background-size: 150px 128px;
  width:150px;
  height:128px;
  display: inline-block;
}

div.header_title
{
	
	background-size: 200px 128px;

    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  height:128px;
  display: inline-block;
  float:right;
}

div.header
{
	background:#fff url(banner_bg.png) repeat-x;
	height:128px;
	background-size: 100% 128px;
}



h1.title
{
	
	color: transparent;
   text-shadow: 0 0 1px rgba(229,121,144,128);

	font-family: "Courier";
	font-style: italic;
	font-weight: bold;
	font-size: 25pt;
	float:top;
	height: 128px;
    line-height: 128px;

	text-align: left;
}

div.content
{
	padding-left:2em;
	padding-top:2em;
	font-size:90%;
	line-height:1.3em;
	padding-bottom: -moz-calc(60px - 2em);
    padding-bottom: -webkit-calc(60px - 2em);
    padding-bottom: calc(60px - 2em);
	/*border-bottom:3px solid rgb(255,227,229);*/
}

div.content h1
{
	margin-top:1em;
}

div.content h2
{
	margin-top:2em;
}

div.content p
{
	margin-bottom:1.3em;
}

div.footer_
{
	text-align:center;
	font-size:100%;
	font-style:italic;
	height:60px;
	background-size: 100% 100%;
	color:rgb(229,121,144);
	position : relative;
	background-image: url(banner_footer_bg.png);
    line-height: 60px;
    
}

a
{
	color:#0c75b6;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.nav
{
	margin-left:3em;
	margin-top:1em;
	font-size:95%;
}

ul,li
{
	list-style-type:none;
	display:inline;
}

li a
{
	padding:.3em;
	color:#fff;
	background-color:rgb(235,184,190);
	outline:none;
}

li a:hover
{
	background-color:rgb(251,162,173);
	text-decoration:none;
}