@charset "utf-8";
/* CSS Document */

body {
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url('pic/background.jpg');
	background-position:center;
	background-repeat: repeat-y repeat-x;

	font-size: 12px;
}
<!--
a:link {
	color: #00CCFF;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #00CC00;
}
-->
teletype {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #ffffff;
}

div.hr {
background:transparent url('pic/sep_horizontal.png') 0 0 repeat-x;

clear:both;
height:5px;
margin:1em 0;
}
h1 {
	font-size: 22px;
	color: #33FF00;
	font-weight: bold;
	margin-top: -5px ;
}
h2 {
	font-size: 18px;
	color: #33FF00;
	font-weight: bold;
	margin-top: -2px ;
}
#sepvertical {
background:transparent url('pic/sep_vertical.png') 0 0 repeat-y;

width: 8em;
margin:0 0 0 1em;
}
.ourprice {
	color: #00FF00;
	font-size: 18px;
	font-weight: bold;
}
.ourprice2 {
	color: #00FF00;
	font-size: 16px;
	font-weight: bold;
}
ul {
color:#ffffff;
	list-style-image: url('pic/li_on.png')
}
ul ul {
color:#00CCFF;
	list-style-image: url('pic/li_off.png')
}
div#extra {
	float: left;
	width: 19.5em;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
	background: transparent url('pic/sep_vertical.png') 0 0 repeat-y;
}

div#dash {
	padding: 30px;
	background: transparent url('pic/headerbg.png') center 0 no-repeat;

}

#tbox_topleft
 {
	background: transparent url('pic/corner_topleft.png') right top no-repeat ;
padding-left: 20px;
	
}
#tbox_top
 {
	background: transparent url('pic/tbox_top.png') repeat-x ;
	
	
}
#tbox_topright
 {
	background: transparent url('pic/corner_topright.png')  no-repeat ;
	padding-left: 20px;
	
}
#tbox_left
 {
	background: transparent url('pic//tbox_left.png')  right repeat-y ;
	
}

#tbox_content
{

	background: transparent url('pic/tbox_content.png') 0 0 repeat;

}
#tbox_right
 {
	background: transparent url('pic//tbox_right.png')  left repeat-y ;
	
}
#tbox_bottomleft
 {
	background: transparent url('pic/corner_bottomleft.png') right top no-repeat ;
padding-left: 20px;
	
}
#tbox_bottom
 {
	background: transparent url('pic/tbox_bottom.png') repeat-x ;
	
	
}
#tbox_bottomright
 {
	background: transparent url('pic/corner_bottomright.png')  no-repeat ;
	padding-left: 20px;
	
}
.plus {
	font-size: 72px;
	color: #00FF66;
	
}


