* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
	background-color:#000;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#cont {
    position:absolute;
    top:0px;left:0;
	width:100%;
	height:100%;
    z-index:70;
    overflow:auto;
}

.box {
 	min-width: 990px;
	min-height:600px;
	height:100%;
	overflow:none;
	position:relative;
}

.Header {
	padding:30px;
}

.Header .Logo, .Header .Logo img {
	border:none;
	float:left;
}

.Header .Identity {
	float:left;	
}

.Header h1 {
	text-indent:-9999px;
	background:url('../images/header_scaled.png') no-repeat top right;
	width:310px;
	height:38px;
}
.Header div {
	text-indent:-9999px;
	background:url('../images/tagline_scaled.png') no-repeat top right;
	width:255px;
	height:36px;
	margin:10px;
}

.Polaroid {
	background:url('../images/pictureframe.png') no-repeat top left;
	width:405px;
	height:300px;
	padding:30px;
	padding-right:30px;
	padding-bottom:0px;
	position:absolute;
	top:2%;
	right:30px;
	z-index:999;
}
.Polaroid .imgCont {
	width:345px;
	height:232px;
	overflow:hidden;
}
.Polaroid img {
	text-align:center;
	display:block;
	border:none;
	float:left;
	margin:0;
	padding:0;
	height:232px;
	overflow:hidden;
}
.Polaroid a:focus { border:none; text-decoration:none; outline:none; }
.Polaroid .PrevButton
{
	display:block;
	text-indent:-9999px;
	width:70px;
	height:24px;
	background:url('../images/prev.png') no-repeat bottom left;
	float:left;
}

.Polaroid .NextButton
{
	display:block;
	text-indent:-9999px;
	width:80px;
	height:24px;
	background:url('../images/next.png') no-repeat bottom left;
	float:right;
	margin-right:60px;
}

.Polaroid p 
{
	float:left;
	font-family:script;
	font-weight:bold;
	margin-top:8px;
	margin-left:77px;
	color:#666666;
}

.Content {
	position:absolute;
	height:50%;
	background:url('../images/content_bg_line.png') repeat-x top left;
	width:100%;
	bottom:0px;
	left:0px;
	min-width:990px;
}

.Menu {
	background:url('../images/menu_bg.png') repeat-x top left;
	height:100%;
	width:16.66%;
	min-width:150px;
	position:relative;
	float:left;
}
.Menu .MenuItem {
	background:url('../images/menu_item_seperator.png') repeat-x bottom left;
	height:9%;
	min-height:28px;
	max-height:40px;
	width:100%;
	position:relative;
}
.Menu .First {
	margin-top:1%;	
}
.Menu .MenuItem a {
	position:relative;
	padding-top:2%;
	padding-left:10%;
	text-decoration:none;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	width:90%;
	display:block;
	
	height:75%;
}

.Menu .Active a{
	background:url('../images/menu_item_active_indicator.gif') no-repeat center right;	
}
.Menu .MenuItem:hover a,
.Menu .MenuItem a:hover{
	background:url('../images/menu_item_hover_indicator.gif') no-repeat center right;	
}
.Menu .Active a:hover,
.Menu .Active:hover  a{
	background:url('../images/menu_item_active_indicator.gif') no-repeat center right;	
}

.PageContent {
	height:100%;
	background:url('../images/content_shelf.png') repeat-x bottom left;
	float:left;
	width:70%;
	
	color:#DDD;
	padding-right:40px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;

	line-height:17px;
	min-width:470px;
}
.Shelf {
	max-width:418px;
	width:33%;
	height:100%;
	background:url('../images/shelf.png') repeat-x bottom left;
	position:absolute;
	right:0px;
}

.Seperator {
	float:left;
	height:100%;
	width:5px;
	background:url('../images/seperator.png') no-repeat;	
}

.PageContent h2  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:36px;	
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}

.PageContent .inner {
	width:68%;
	height:95%;
	overflow-y:auto;	
	font-size:14px;
	padding-right:10px;
	position:relative;
	top:3px;
}
.PageContent table,
.PageContent tr,
.PageContent td {
	border-collapse:collapse;
	color:#DDD;	
}
.PageContent td {
	border:1px solid #DDD;	
	padding:2px;
	background-color:#000;
	background:url('../images/content_bg_line.png') repeat-x top left;
	font-size:12px;
}
.PageContent table {
	margin-left:5px;
	margin-bottom:20px;
}
.PageContent p {
	padding-bottom:10px;	
}

.PageContent a {
	color:#960;	
}
.PageContent .float {
	float:left;
	width:212px;
	margin-right:10px;
}

.PageContent .clear {
	clear:both;	
}

.PageContent .wideTable {
	width:445px;	
}
.PageContent h3 {
	margin-top:10px;
}

.PageContent table.noMarginBottom {
	margin-bottom:0;	
}

.ContactForm
{
	float:right;
	width:200px;
	margin-right:20px;
}
.ContactForm h3 { margin-bottom:10px; }
.ContactForm label
{
	width:100px;
	display:block;
}
.ContactForm input,
.ContactForm textarea
{
	width:200px;
	margin-bottom:10px;
}
.ContactForm .submit { width:auto; }

.Contact #copy 
{
	float:left;
	width:230px;
}
.publications #copy li
{
	height:80px;	
	border-top:1px dotted #666;
	padding-top:10px;
	margin-top:10px;
}

.publications #copy li .top_up
{
	text-decoration:none;
	border:none;
	outline:none;
	color:#FFF;
}
.publications #copy li img
{
	width:80;
	height:80;
	float:left;
	margin-right:10px;
	border:1px solid #ccc;
}
.publications #copy li h3 
{
	margin:0;
	margin-left:10px;
	margin-bottom:10px;
}

#cadeaubon
{
	float:right;
	margin:0 0 0 1px;
	padding:0;
}


