body {
	margin: 0; padding: 25px 0;
	background-color: #fff;
	font-family: Verdana; font-size: 11px;
	color: #000;
}
.bold {
	font-weight: bold;
}
.warning {
	color: #f82c11;
}
p {
	margin: 10px 0 15px 0;
}
hr {
	margin-bottom: 15px;
	border: 0;
	border-top: #e3e1e2 1px solid;
	border-bottom: #fff 1px solid;
}
h3 {
	margin: 0 0 15px 0;
	font-size: 11px;
}
a {
	color: #5e7cfe;
}
a img {
	border: 0;
}
#support {
	line-height: 1.25em;
}
#support h3 {
	margin-bottom: 0;
}
#support p {
	margin: 0 0 20px 0;
}
#ticket_form * {
	font-family: Verdana; font-size: 11px;
	color: #000;
}
#ticket_form br {
	clear: both;
}
#ticket_form label {
	float: left;
	width: 125px;
}
#ticket_form input.text {
	margin: 0 0 5px 0; padding: 2px;
	width: 194px;
	background-color: #f9f9f9 !important;
	border: #555 1px solid;
}
#ticket_form select {
	margin: 0 0 5px 0;
	width: 200px;
	background-color: #f9f9f9;
	border: #555 1px solid;
}
#ticket_form textarea {
	margin: 0 0 5px 0; padding: 2px;
	width: 450px;
	background-color: #f9f9f9;
	border: #555 1px solid;
}
#container:after, #panel:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 810px;
}
#header {
	position: relative;
	height: 100px;
}
#header h1 {
	margin: 0 0 0 20px;
	width: 300px; height: 90px;
	background: no-repeat url(images/bckheaderh1.jpg);
	font-size: 0;
	text-indent: -99999em;
}
#header h1 a {
	display: block;
	width: 100%; height: 100%;
}
#header .desc {
	position: absolute;
	right: 20px; top: 0;
	padding: 20px 0 0 0;
	width: 345px; height: 65px;
	background: no-repeat url(images/bckheaderdesc.gif);
	font-family: "Kozuka Gothic Pro R"; font-size: 12px;
	text-align: center;
}
#header .desc strong {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#menu {
	margin: 0 0 5px 0; padding: 0;
	list-style-type: none;
	height: 32px; line-height: 32px;
	background: repeat-x url(images/bckmenu.gif);
}
#menu li {
	float: left;
	padding: 0 0 0 2px;
	background: no-repeat url(images/bckmenuli.gif);
	font-family: "Kozuka Gothic Pro R"; font-size: 13px;
}
#menu li a {
	display: block;
	width: 133px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#menu li.first {
	padding: 0;
}
#menu li.first a {
	width: 135px;
	background: no-repeat url(images/bckmenufirst.gif);
}
#menu li.first a:hover {
	background: no-repeat url(images/bckmenufirsthover.gif);
}
#menu li.last a {
	background: right top no-repeat url(images/bckmenulast.gif);
}
#menu li.last a:hover {
	background: no-repeat url(images/bckmenulasthover.gif);
}
#menu li a:hover {
	background: repeat-x url(images/bckmenulinkhover.gif);
}
#container {
	margin: 10px 0 35px 0;
	width: 100%;
}
#content {
	float: left;
	background: repeat-y url(images/bckcontent.gif);
}
#content .bototm {
	background: left bottom no-repeat url(images/bckcontentbottom.gif);
}
#content .top {
	padding: 25px 15px;
	width: 555px;
	background: no-repeat url(images/bckcontenttop.gif);
	line-height: 2em;
}
#content h2 {
	margin-top: 0; padding: 0 0 0 25px;
	background: left center no-repeat url(images/bckcontenth2.gif);
	font-family: "Kozuka Gothic Pro R"; font-size: 25px; font-weight: normal;
}
#sidebar {
	float: right;
	background: repeat-y url(images/bcksidebar.gif);
}
#sidebar .bottom {
	background: left bottom no-repeat url(images/bcksidebarbottom.gif);
}
#sidebar .top {
	padding: 10px;
	width: 190px;
	background: no-repeat url(images/bcksidebartop.gif);
	text-align: center;
}
#sidebar .home {
	padding: 25px 10px;
}
#sidebar h3 {
	margin-top: 0;
}
#sidebar img {
	margin: 0 0 5px 0;
}
#panel {
	padding: 0 15px;
	height: 45px;
	background: no-repeat url(images/bckpanel.gif);
}
#panel ul {
	float: left;
	display: inline;
	margin: 0; padding: 0;
	list-style-type: none;
	line-height: 45px;
}
#panel li {
	display: inline;
}
#panel li a {
	margin: 0 10px;
	color: #535353;
	text-decoration: none;
}
#panel li a:hover {
	text-decoration: underline;
}
#panel img {
	float: right;
	margin: 8px 0;
	vertical-align: middle;
}
#footer {
	margin: 5px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #535353;
}
#footer a {
	color: #535353;
	text-decoration: underline;
}