@charset "utf-8";
/* CSS Document */

/*Global Layout and Positioning ------------------------------------------------------------START--*/

html,body{
	height:100%;
	margin:0;
	padding:0;
	}
	
body{
	background:#b2b2b4 url("background.jpg");
	text-align:center;
	min-width:739px;
	min-height:491px;
	font-family:Arial;
    font-size:10px;
    color:#000;
    font-weight:normal;  
	}
	
#VerticalAlignment{
	float:left;
	height:50%;
	margin-top:-350px;/* half vertical height*/
	width:100%;
	}
	
#PrimaryContent {
	width:739px;
	margin-left:auto;
	margin-right:auto;
	height:513px;
	text-align:left;
	clear:both;
	}
	
#thefloat {
	position:absolute;
	width:425px;
	height:350px;
	padding-top:285px;
	padding-left:22px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	z-index:50;
	
	}
	

img {
border: none;
	}
	


/*Global Layout and Positioning --------------------------------------------------------------END--*/

/*GlobalTextStyles-------------------------------------------------------------------------START-- */	

a{
	font-family:Arial;
    color:#000;
    font-weight:normal;
    text-decoration:none;
}

a:hover

{
    color:#990000;
    font-weight:normal;
    text-decoration:underline;
}

.red10
{
    font-size:10px;
    color:#e20a16;
}
.red10Bold
{
    font-size:10px;
    color:#e20a16;
    font-weight:bold;
}
a.greywhite10
{
    font-size:10px;
    color:#c0c0c0;
    text-decoration:none;
}
a.greywhite10:hover
{
    font-size:10px;
    color:#fff;
    text-decoration:none;
}
/*GlobalTextStyles---------------------------------------------------------------------------END-- */

/*Menu Specific Divs----------------------------------------------------------------------START-- */


