@charset "utf-8";
/* CSS Document */

body	{
	background: #000 url(../images/bg.jpg) no-repeat top center;
	font: 12px Helvetica, Arial, sans-serif;
	color: #fff;	
	}
/********************
Id's
********************/
#container{
	background: url(../images/opac-tile.png) repeat;
	margin: 0 auto 50px;
	width: 997px;
	min-height: 700px;
	border: 2px solid #16252b;
	}
#container2	{
	position: relative;
	float: left;
	width: 604px;
}
#header{
 	color: #FFFFFF;
	margin: 15px 0;
	text-align: right;
	}
#navigation{
	height: 28px;
	background: #44768d;
	font-size: 14px;
	margin: 15px 0;
	border: 2px solid #16252b;
	}
#content-container{
	padding: 15px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 15px 0;
	border: 2px solid #16252b;
	}
#will-container{
	position: relative;
	background: url(../images/will.png) no-repeat;
	width: 393px;
	height: 732px;
	float: left;
	margin-left: -50px;
	}
#footer{
	text-align: center;
	margin: 15px 0;
	}
.clear	{
	clear: both;
}
/********************
Classes
********************/
a 	{
	color: #44768d;
	text-decoration:none;
	}
a:hover, #footer a:hover	{
	color: #ccc;
	text-decoration: none;
	}
#footer a{
	color: #fff;
	text-decoration:none;
	}	
#navigation a{
	color: #fff;
	text-decoration:none;
	}
#navigation li a	{
	color: #fff;
	}

/********************
Formating
********************/
h1	{
	font-size: 18px;
	margin-bottom: 10px;
	}
h2	{
	font-size: 15px;
	font-weight: bold;
	color: #44768d;
	}
.writings-color	{
	color: #44768d;
	}
p	{
	padding: 5px 0 10px;
	}
.text-center{
	text-align:center;
	}
.lists  {
	margin-left: 25px;
	line-height: 25px;
	}
.facebook a, .appstore a	{
		display:block;
		float: right;
		width: 32px;
		height: 32px;
		padding: 0;
		margin: 0;
		}
.appstore a {
		background:url(../images/appstore_32_roll.png) 0 0 no-repeat;
		}
.facebook a	{
		background: url(../images/facebook_32_roll.png) 0 0 no-repeat;
		}
.roll a:hover { 
		background-position: 0 -32px;
		}
/* Forms */
span.formtext	{
	display: block;
	float: left;
	width: 150px;
	padding-right: 6px;
	text-align: right;
	}
.spacer	{
	margin-left: 110px;
	padding-bottom: 10px;
	}
fieldset	{
	padding: 10px;
	}
legend	{
	color: #000;
	}

