html, body{
	margin: 0;
	padding: 0;
}

ul, h1, h2{
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-top: 0;
}

p{
	margin-bottom: 0;
}

img{
	border: 0;
}

html{
	background-color: #D64F1A;
}

body{
	min-width: 827px;
}

#logocontainer{
	float: left;
	margin-left: 30px;
}

#logo{
	background-image: url(../img/logo.jpeg);
	background-repeat: no-repeat;
	width: 329px;
	height: 107px;
}

#loginbox{
	height: 44px;
}

#loginbox a{
	display: block;
	font-size: 11px;
	float: left;
	margin-right: 6px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFF;
	background-color: #060606;
	border: 1px solid #BBB;
	text-decoration: none;
}

#loginbox a:hover{
	background-color: #464646;
}

#loginboxmain{
	background-image: url(../img/loginbox_puffer.png);
	background-repeat: repeat-x;
	height: 100%;
	font-size: 12px;
	padding-top: 13px;
	float: left;
}

#loginboxmain input{
	font-size: 10px;
	border: 2px solid #AAA;
	background-color: #EEE;
}

#loginboxleft{
	background-image: url(../img/loginbox_left.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 100%;
	float: left;
}

#loginboxright{
	background-image: url(../img/loginbox_right.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 100%;
	float: left;
}

#navi{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 300px;
	clear: both;
}

#upperright{
	float: left;
	margin-left: 60px;
}

#main{
	clear: both;
	width: 100%;
	background-image: url(../img/pattern.png);
	background-repeat: repeat;
}

#content{
	width: 477px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

#contentheader{
	width: 100%;
	background-image: url(../img/c_header.png);
	background-repeat: no-repeat;
	height: 4px;
}

#contentbody{
	background-color: #FFF;
	color: #000;
	padding-left: 6px;
	padding-right: 6px;
}

#contentfooter{
	width: 100%;
	background-image: url(../img/c_footer.png);
	background-repeat: no-repeat;
	height: 4px;
}

#copyright{
	text-align: center;
	font-size: 11px;
}

#copyright a{
	color: #FFF;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}

#navi a{
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 2px;
	text-align: center;
	width: 95px;
	background-color: #D6612C;
	color: #FFF;
	text-decoration: none;
}

#navi a:hover{
	background-color: #D67E56;
}

#pbar{
	width: 300px;
	overflow: visible;
	margin: 10px 0px 10px 40px;
	float: left;
}

.navicontainer{
	float: left;
}

.package{
	width: 100%;
	clear: left;
	margin-bottom: 4px;
}

* html .package{
	margin-bottom: 25px;
}

.package img{
	float: left;
}

.ptext{
	float: left;
	margin-left: 4px;
	margin-top: 15px;
	width: 173px; 
	color: #E8AE94;
}