body{
	font:16px Georgia, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	text-align:center;
	background:#1775b2 url(images/html_bg.png) top left repeat-x;
}
h1,h2,h3,h4,form{
	margin:0px;
}
input,textarea,option,select,button{
	font:16px Georgia, Verdana, Arial, Helvetica, sans-serif;
}
input,textarea,select {
	border:1px solid #CCC;
}
td {
	font:16px Georgia, Verdana, Arial, Helvetica, sans-serif;
}
button {
	overflow: visible;
	padding-left: 6px;
	padding-right: 6px;
}
.tbl td {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
}
.tbl {
	border:1px solid #CCC;
}
a {
	text-decoration:none;
	color:darkblue;
}
img {
	border:none;
}
#wrapper{
	margin:0px auto;
	width:811px;
	background-color:#3399FF;
}
#header{
	height:205px;
	background:#FFFFFF url(images/header_bg.png) top left no-repeat;
}
#content{
	background:#FFFFFF url(images/body_bg.png) top left repeat-y;
	padding:40px;
	text-align:left;
}
#footer{
	height:98px;
	text-align:center;
	background:#FFFFFF url(images/footer_bg.png) top left no-repeat;
}
/*colors*/
.red {
	color:#DD0000;
}
.blue{
	color:blue;
}
.white{
	color:#FFFFFF;
}
/*bg colors*/
.bg_yellow {
	background-color:#ffffb9;
}

/*styles*/
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration: underline;
}
.strike{
	text-decoration: line-through;
}

/*sizes*/
.giant {
	font-size:36px;
	font-family:Impact,Tahoma;
}
.large {
	font-size:32px;
	font-family:Impact,Tahoma;
}
.medium{
	font-size:18px;
}
.small{
	font-size:10px;
}

.center{
	text-align:center;
}

.price{
	color:green;
	font-weight:bold;
	font-size:18px;
}

#member_menu {
	height:25px;
	background:#FFFFFF url(images/body_bg.png) top left repeat-y;
	padding:0px;
}
#member_menu ul {
	list-style:none;
	margin:0;
	padding:0 0 0 26px;
}
#member_menu ul li {
	float:left;
	height:25px;
	line-height:25px;
}
#member_menu ul li a{
	background-color:#333;
	display:block;
	padding:2px 5px;
	color:#FFF;
}
#member_menu ul li a:hover{
	background-color:#444;
}

#flying_squeeze {
	width:100%;
	height:100%;
	position:absolute;
	/*position:fixed;*/
	top:0;
	left:0;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/75p.png);
}
.hidden {
	visibility:hidden;
}