a:link, a:visited {text-decoration: none; color: #c00; font-weight:bold;}
a:active, a:hover {color: #c00; text-decoration: underline; font-weight:bold;}
body 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	color: #630;
	font-size:small;
	}
#container 
	{
	width:100%;
	}
	#header
	{
	position:relative;
	width:100%;
	height:145px;
	background-image:url(../images/view-whip-header-bg.jpg);
	background-repeat:repeat-x;
	}
#header-left
	{
	background-color:#FFFFFF;
	position:relative;
	float:left;
	width:550px;
	height:145px;
	background-image:url(../images/view-whip-header.jpg);
	background-repeat:no-repeat;
	}
#header-right
	{
	position:absolute;
	right:0;
	width:106px;
	height:145px;
	background-image:url(../images/view-whip-header-right.jpg);
	background-repeat:no-repeat;
	}
#title
{
position:absolute;
top:100px;
left:170px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#630;
width:596px;
z-index:10;
}
#title_error
{
position:absolute;
top:115px;
left:60px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#630;
width:596px;
z-index:10;
}
#title_orders
{
position:absolute;
top:100px;
left:170px;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
color:#630;
width:200px;
z-index:10;
}
#order_nav
{
position:absolute;
top:100px;
right:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#630;
width:400px;
z-index:10;
text-align:right;
border:1px solid #ccc;
display:none;
}		
#nav
{
	position:absolute;
	right:50px;
	top:71px;
	background-color:transparent;
	height:17px;
	width:235px;
	text-align:right;
	z-index:20;

}	
#image
	{
	position:relative;
	width:100%;
	height:auto;
	}		
p {
	margin:0;
	font-size:80%;
}
.bold
	{
	font-weight:bold;
	}	
	/* form style */
.input_style {	
	background-color:#FFF3C4;
	border-color:#630;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.form_btn{	
	background-color:#fc0;
	border-color:#630;
	border-style:solid;
	border-width:1px;
	font-size:14px;
	cursor: pointer;
	cursor: hand;
	width:60px;
	font-weight:bold;
}