div { behavior: url(iepngfix.htc) }
body{
	background-color:#000000;
	/*background-image:url(images/background.jpg);*/
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#container{/*
	margin-left:10%;
	margin-right:10%;
	margin-bottom:10px;*/
}
#logo{
	width:100%;
	background-color:#000000;
}
.topbar,.bar{
	width:100%;
	background-color:#26166E;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	height:21px;
}
.topbar{
	background-image:url(images/topbar.png);
}
.bar{
	background-image:url(images/bar.png);
}
.bar a{
	text-decoration:none;
	color:#FFFFFF;
}
a{
	color:#FFFFFF;
}
#menu{
	float:left;
	background-image:url(images/ram.png);
	background-repeat:no-repeat;
	width:155px;
	height:652px;
}
#menu .button{
	display:block;
	width:110px;
	height:50px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-left:9px;
}
#menu .button span{
	display:block;
	padding-top:16px;
}
#menu .button:hover{
	background-image:url(images/icOver.png);
	color:#26166E;
}
#content{
	padding-left:155px;
	padding-bottom:30px;
	background-image:url(images/contentBackground.gif);
	background-repeat:no-repeat;
	min-height:622px;
}
h1{
	margin-top:0;
	text-align:center;
	background-color:#07ADE9;
	margin-bottom:0;
	color:#26166E;
	/*background-image:url(images/h1.png);
	background-repeat:repeat-x;*/
	font-size:36px;
}
h2{
	background-color:#26166E;
	color:#FFFFFF;
}
.h2right>h2{
	margin-left:16px;
	margin-right:16px;
}
.h2left{
	background-image:url(images/h2left.png);
	background-repeat:no-repeat;
	height:40px;
}
.h2right{
	background-image:url(images/h2right.png);
	background-repeat:no-repeat;
	background-position:right;
	height:40px;
}
h2.second{
	margin-top:0;
	background-color:#07ADE9;
	color:#26166E;
	padding-left:20px;
}
h1+h2{
	margin-top:0;
}
h1,h2{
	padding:5px;
	/*padding-left:20px;
	padding-right:20px;*/
}
h3{
	padding-left:20px;
	padding-right:20px;
}
th{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
}
td{
	padding-left:10px;
	padding-right:10px;
}
th.head{
	background-color:#26166E;
	color:#FFFFFF;
}
td.head{
	background-color:#07ADE9;
	color:#26166E;
}
p{
	padding-left:20px;
	padding-right:20px;
}
table{
	margin-left:20px;
}
.price{
	margin:0;
	color:#FF0000;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	background-color:#26166E;
	margin-left:16px;
	margin-right:16px;
}
.priceleft{
	background-image:url(images/priceleft.png);
	background-repeat:no-repeat;
}
.priceright{
	background-image:url(images/priceright.png);
	background-repeat:no-repeat;
	background-position:right;
}
.print{
	float:right;
	margin-top:-35px;
	margin-right:10px;
}
#map{
	margin-left:5%;margin-right:5%;
	text-align:center;
}
.package{
	background-image:url(images/boxBackground.gif);
	background-color:black;
	background-position:center;
	background-repeat:no-repeat;
	border-left:2px;
	border-right:2px;
	border-style:solid;
	border-color:#26166E;
}
.package p{
	text-align:center;
	margin-bottom:0;
	padding-bottom:5px;
}