/* CSS Document */

/* STANDARDS */
html,body,td,th,font,h1,h2,h3,h4,h5,h6,p,a{
	padding:0px;
	margin:0px;
	border:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}

img,table,tr,td{
	padding:0px;
	margin:0px;
	border:0;
}

object,embed{
	margin:0px;
	padding:0px;
}

body{
	background-color:#474646;
	text-align:center;
	background-image:url(backgrounds/body.gif);
	background-repeat:repeat-x;
}

.container{
	width:996px;
	margin:auto;
	margin-top:25px;
}

.branding{
	height:49px;
	margin:auto;
	margin-top:130px;
	background-image:url(brand/signet_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	padding-right:10px;
}
