﻿html,body,form 
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#7a6e68;
	font-family:Arial;
	font-size:12px;
	line-height:15px;
	color:#58585a;	 
}

h1 
{	
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#f39800;
}

a:link, a:visited, a:active 
{
	color:#58585a;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover 
{
	color:#58585a;
	font-weight:normal;
	text-decoration:underline;
	}

#wrapper 
{
	display:block;
	margin:auto;
	position:relative;
	height:100%;
	vertical-align:middle;
	background-color:Black;
}

#container
{
	display:block;
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	margin-left:-418px;
	margin-top:-305px;
	width:826px;
	height:611px;
	background-image:url('../images/defaultBackgroundTemplate.jpg');
}

#containerFrontpage
{
	display:block;
	position:absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom:50%;
	margin-left:-418px;
	margin-top:-305px;
	width:826px;
	height:611px;
	background-image:url('../images/frontpageBackgroundTemplate.jpg');
}

#contentContainer 
{
	float:right;
	clear:both;
	margin-right:42px;
	margin-top:40px;
	height:464px;
	width:460px;
	
}

#content
{
	overflow:hidden;
	width:460px;
	height:434px;
	padding-top:20px;
}

#menu 
{
	display:table-cell;
	clear:right;
	float:right;
	width:750px;
	height:32px;
	vertical-align:middle;
	margin-left:0px;
	margin-right:0px;
}

#menu div 
{
	float:left;	
	display:table-cell;
	vertical-align:middle;
	height:32px;
	padding-left:0px;	
	padding-right:30px;	
	}

#menu a, #menu a:link, #menu a:visited
{
	color:White;
	text-align:center;
	padding-top:0px;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	} 
	
#menu a:hover 
{
	text-decoration:underline;
	}

#footer 
{
	display:block;
	float:right;
	clear:both;
	margin-right:90px;
	height:34px;
	width:680px;
	text-align:right;
	background-color:#da1300;
}

#subFooter
{
	display:block;
	float:right;
	height:40px;
	width:680px;
	padding-top:15px;
	vertical-align:middle;
	text-align:center;
	font-size:9px;
	color:White;
	
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 400px;
	height: 394px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: white;
	margin: 0.3em auto;
	padding: 10px;
}


