/* CSS Document */

.body
{
	background-image:url(../images/background_01.jpg);
	margin-top:0px;
	background-repeat:repeat-x;
}

.bodytext
{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	line-height:normal;
}

.price
{
	font-family:"Trebuchet MS";
	font-size:37px;
	color:#CC0000;
	font-weight:bold;
	vertical-align:bottom;
}

.h1
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

a.h1:link, a.h1:visited
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

a.h1:hover
{
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
}

.h2
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	font-weight:bold;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}

.container
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	
}

.div_header
{
	width:1000px;
	height:7px;
	background:url(../images/header_top_01.jpg);
	background-repeat:no-repeat;
}

.div_header_left
{
	background-image:url(../images/header_left.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:70px;
	float:left;
}

.div_innercontainer
{
	width:1000px;
	background-image:url(../images/inner_background.jpg);
	background-repeat:repeat-y;
	height: auto;
}

.div_bottom
{
	width:1000px;
	height:6px;
	background-image:url(../images/inner_background.jpg);
	background-repeat:no-repeat;
}
