﻿body 
{
	background:Black;
	background-image:url(images/score_bg_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:9pt;
}

#wrapper
{
	width:800px;
	border:solid 2px black;
	background:White;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	position:relative;
	
}

#headleft {width:368px;float:left;display:inline;}
#headright {width:432px;float:left;display:inline;}
#headright p {color:#767676;font-family:Verdana; font-style:italic;padding-left:15px;padding-right:7px;
              font-size:10pt;}

#webmain
{
	width:800px;
	background:White;
	/*background-image: url(images/left_bg_bar.jpg);*/
	background-repeat:no-repeat;
	min-height:500px;
	
}

#storenav
{
	width:155px;
	float:left;display:inline;
	padding-left:30px;
	text-align:center;
	font-family:Verdana;
	font-size:10pt;
	color:Black;
}




#storenav a
{
	
	color:#767676;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
}

#storenav a:hover
{
	
	color:#df0023;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
}


a.navlinks
{
	
	color:#c1001f;
	text-decoration:underline;
	
}

a.navlinks:hover
{
	
	color:#c1001f;
	text-decoration:none;	
}

#storemain
{
	width:505px;
	padding-left:15px;
	float:left;display:inline;
}
	
