	html {
		height: 100%;
		overflow: hidden;
	}
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color:#FFFFFF;
		color:#805571;
		font-family:Arial;
	}
	
	a {	
		color:#805571;
	}
	
	a:hoover {	
		color:#805571;
		text-decoration:underline;
	}	
	
	img {
		border:none;
	}
	
	#container{
		height: 100%;
	}
	
	#navigation{
		width: 100%;
		height: 100px;
		background:#f6b4ce url(images/content_top_back1.gif) repeat-x bottom;
	}
	#navigation a{
		font:arial;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
		text-align:center;
	}
	#navigation a:hover{
		color:#333366;
    }	
	#navigation table{
		background:url(images/nav.jpg) no-repeat center right;
	}
	#navigation div{
		text-align:center;
		padding:10px 10px 10px 10px;
		border-right:#cc3366 thin solid;		
	}
	#flashcontent {
		height: 544px;
	}
	#textcontent {
		height: 444px;
		background-color:#ba1f67;
		text-align:center;

	}
	#textcontainer{	
		height: 444px;
		width:925px;
		margin:0 auto;
		text-align:left;
		background:url(images/bg.gif) top right no-repeat;
	}
	
	#picarea {
		float:left;
		width:340px;
    }

	#staffcontent {
		height: 544px;
		background-color:#ba1f67;
		text-align:center;
	}
	#staffcontainer{	
		height: 544px;
		width:925px;
		margin:0 auto;
		text-align:left;
		background:url(images/bg.gif) top right no-repeat;
	}
	#staff {
		float:left;
		width:340px;
    }
	#staff img {
		float:right;
    }

	#number {
		text-align:center;
		font:Arial;
		font-size:36px;
		font-weight:bolder;
		color:#FFFFFF;
		padding-top:30px;
	}
	
	#company {
		font-style:italic;
		font-weight:bold;
	}
	
	#main {
		float:right;
		width:500px;
		font:geneva;
		font-size:.8em;
		line-height:18px;
		color:#ffffff;
		padding-top:35px;
    }
	
	#main a:link, A:visited{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
    }	

	#main a:hover{
		color:#333366;
    }	
	
	.inputArea{
		height:20px;
		font:Arial;
		color:333333;
		font-size:12px;
		border: solid 1px #ffffff;
	}
	
	.commentArea{
		font:Arial;
		color:333333;
		font-size:12px;
		border: solid 1px #ffffff;
	}	
	
	.tableContent{
		font:geneva;
		font-size:.9em;
		line-height:18px;
		color:#ffffff;	
	}
	#footer{
		vertical-align:top;
		padding-top:20px;
		width: 100%;
		height: 100px;
		background:#f6b4ce url(images/content_bot_back1.gif) repeat-x top;
	}
	#footer a{
		font:arial;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		color:#333366;
		text-align:center;
	}
	#footer a:hover{
		text-decoration:underline;
    }	
	#footer td{
		padding:0px 0px 0px 15px;
    }	
	#closedcontent {
		height:100%;
		background-color:#ba1f67;
		text-align:center;

	}

