/*
 * This layer is also used to center the content horizontaly.
 * The top parent layer must be absolute so that all other nested
 * layers with absolute positioning use relative positions.
 */
#canvas {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-image: url(../../shared/pix.jpg);
	background-position: 960px 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	top: 578px;
	left: 15px;
}

#facebook {
	position: absolute;
	top: 589px;
	left: 625px;
}

#copyright01 {
	position: absolute;
	top: 600px;
	left: 75px;
}

#flashcontent {
   height : 100%;
}

/*
 * Styles
 */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px; 	
	color: #42110F;	
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p, div, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px; 	
	color: #42110F;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
}

.temp {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #42110F;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

a {
	    color: #F08714;
		font-style:normal;
		text-decoration:none;
	}
		
a:visited {
	    color: #F08714;
		font-style:normal;
		text-decoration:none;
	}
	
a:active { 
	    color: #F08714;
		font-style:normal;
		text-decoration:none;
	}
	
a:hover { 
	    color: #42110F;
		text-decoration:none;
	}
	
a.main {
	    color: #42110F;
		font-style:normal;
		text-decoration:underline;
	}
	
		
a.main:visited {
	    color: #42110F;
		font-style:normal;
		text-decoration:underline;
	}
	
a.main:active { 
	    color: #42110F;
		font-style:normal;
		text-decoration:underline;
	}
	
a.main:hover { 
	    color: #42110F;
		text-decoration:none;
	}
	
/*
 * Copyright Bilingual
 */
.footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #F08714;
	vertical-align: middle;
}


/*
 * Form
 */

input, select, option {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: auto; 	
  	background-color: #FFFFFF;
}

