.ifleft { display: block; float: left; clear: none; margin: 0 10px .2em 0; padding: 1px; border: 1px solid #ccc; background: #fff; }
.ifright { display: block; float: right; clear: none; margin: 0 0 .2em 10px; padding: 1px; border: 1px solid #ccc; background: #fff; }
.ifcenter { display: block; margin: 0 0 .5em 0; padding: 1px; border: 1px solid #ccc; background: #fff; }

a:link {
	color: #0F67A1;
}
a:visited {
	color: #666;
}
a:hover {
	color: #cc9900;
}

.date { font-weight: bold; color: #666; }
.meta { margin-top: 10px; margin-bottom: 1em; padding-top: 10px; border-top: 1px solid #ccc; }
.block .meta { margin-bottom: 0; }

.user { font-weight: bold; }

h4 { font-size: 14pt; color: #666; border-bottom: 1px solid #999; padding-bottom: 5px; margin-bottom: 10px; font-weight: normal; }
h4 a { text-decoration: none; }

#content p {
	line-height: 150%;
	padding: 0 10px 1em 10px;
	text-align: justify;
}
#content ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: square inside;
}
#content ul li {
	margin: 0 0 0 50px;
	list-style: square inside;
}
.firstline {
	display: inline-block;
	width: 30px;
}
.left {
	float: left;
	clear: none;
	margin-right: 1em;
}

.right {
	float: right;
	clear: none;
	margin-left: 1em;
}
.imagecontainer {
	padding: 1px;
	border: 1px solid #ccc;
	background: #fff;
}
a.imagecontainer:link, a.imagecontainer:visited {
	border: 1px solid #ccc;
}
a.imagecontainer:hover {
	border: 1px solid #05293F;
}

/* new */
html, body {
	background: #fff;
	min-height: 100%;
}
h2 { margin-top: -20px !important; text-shadow: white 0 -1px 0px; }
#content, #main {
	width: 800px;
	background: none !important;
}
p { margin: .75em 0 0 0; line-height: 150%; padding: 0 10px !important; }
.menuitem {
	width: 131px;
}
.menuitem>a {
	width: 131px !important;
	padding: 0;
	line-height: 18px;
	text-align: center;
}
#menu li {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	text-shadow: black 0 1px 1px;
}
#gz {

	width: 1000px;
	clear: none;
	margin: -630px auto 0 auto;
	z-index: 2;
	height: 591px;
}
#menu {
	width: 800px;
	margin: 0 auto;
	float:none;
}
#body {
	/*				background: url(/assets/images/gtmp/gz.jpg) bottom left no-repeat transparent;*/
}
body {
	background: url('/assets/images/menuline_bg.jpg') 0 91px repeat-x;
}
.headwrap {
	/*				width: 800px;
					clear: none;
					margin: 0 auto;
					display: block;*/
}
td img {
	box-shadow: #999 0 2px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content img {
	box-shadow: #999 0 2px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.submenu {
	width: 160px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
	border: 1px solid #000;
	box-shadow: #000 0 2px 5px;
	-moz-box-shadow: #000 0 2px 5px;
	-webkit-box-shadow: #000 0 2px 5px;
	background: rgba(0,0,0,0.75);
	z-index: 10000;
}
.submenu a {
	padding: 5px 0px;
}
.submenu a:link, .submenu a:visited {
	color: #fff;
	text-shadow: black 0 1px 1px;
	display: block;
}
.submenu a:hover {
	color: #00AAF8;
	text-shadow: black 0 1px 1px;
	background: rgba(255,255,255,0.3);
	display: block;
	margin: 0 -10px;
	padding: 5px 10px;
}
table {margin: .75em 0 0 0; width: 100%; }
.nosh { box-shadow: none !important; }
table, table td, table td p, table tr {
	border: 0px none;
	border-collapse: collapse;
	text-align: center !important;
}
.menu-internal {
	display: block;
	width: 200px;
	padding: 10px;
	float: right;
	clear: none;
	margin-left: 15px;
	margin-bottom: .3em;
	background: #dadada;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: black 0 2px 5px;
}
.menu-internal h3 {
	margin: 0 0 5px 0;
	font-size: 12pt;
	border-bottom: 2px solid #999;
	color: #666;
	padding: 0;
	font-weight: normal;
	padding-bottom: 5px;
}
.menu-internal a {
	display: block;
	margin: .3em 5px;
}
.menu-internal a:link, .menu-internal a:visited {
	color: #0F67A1;
}
.menu-internal a:hover {
	color: #cc9900;
