body{
	padding:20px 0 20px 0;
	margin:0;
	font-size:14px;
	color:#707070;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

.clear{
	clear: both;
}


table {
	font-size:17px;
	color:darkblue;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;

}

h1
{
	color:#e30050;
	font-size:46px;
	font-weight:bold;
	text-align: center;
}

h2
{
	color:darkblue;
	font-size:14px;
	font-weight:bold;
}

img{
	border:0;
	}

#main{
	width:900px;
	text-align:left;
	
}
#left{
	width:230px;
	position:relative;
	float:left;
	height:217px;
	background-color:#FFFFFF;
}
#right{
	width:457px;
	position:relative;
	float:left;
}

.left{
	float: left;
}

.right{
	float: right;
}

#mainstuff{
	width:900px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
}


.border_top{
	position:relative;
	width:686px;
	height:2px;
	background-image:url(../images/border_repeat.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#707070;
}

.viewcart{
	position: fixed;
	top: 20px;
	right: 10px;
	width: 150px;
	height: 110px;
	background-color: white;
	border: 1px solid silver;
	text-align: center;
}



a.headermenu:link {color:darkblue; text-decoration: none; font-family:Verdana, Arial; font-size:10pt;}
a.headermenu:visited {color:darkblue; text-decoration: none;font-family:Verdana, Arial; font-size:10pt;}
a.headermenu:hover {color: yellow; text-decoration: none; font-weight:bold;font-family:Verdana, Arial; font-size:10pt;}
a.headermenu:active {color: darkblue; text-decoration: none;font-family:Verdana, Arial; font-size:10pt;} 


