html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:20px 0;
	background:url(../images/bg01.gif) repeat;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#00e;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-size:12px;
}

#full_page {
	position:relative;
	width:760px;
	margin:0 auto;
	border:0px solid #000;
}
#banner {
	height:303px;
	background:url(../images/banner_01.jpg);
	border-bottom:1px solid #BFC6CD;
}
#page_pane {
	border-top:6px solid #EBEBEB;
	padding:22px 32px;
}
#menu_pane {
	position:relative;
	height:36px;
	border:1px solid #DADADA;
	border-width:1px 0;
}
#menu_left {
	float:left;
	width:510px;
	height:36px;
	overflow:hidden;
}
#menu_pane ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_pane li {
	margin:0;
	padding:0;
	float:left;
	height:36px;
	border-left:1px dotted #DADADA;
}
#menu_pane a {
	display:block;
	line-height:18px;
	padding:2px 8px;
	color:#2A6A85;
	font-weight:bold;
	text-decoration:none;
}
#menu_pane a:hover {
	text-decoration:none;
}
#menu_pane a span {
	display:block;
	line-height:12px;
	font-weight:normal;
	font-size:85%;
}
#menu_pane li.first {
	border-left:none;
}
#menu_pane li.last a {
	padding-right:0;
}
#menu_right {
	float:right;
	width:150px;
	height:36px;
	overflow:hidden;
}
#col_pane {
	position:relative;
	color:#2A6A85;
}
#col_pri {
	float:left;
	width:510px;
}
#col_pri .content {
	padding:20px 0;
	min-height:360px;
}
#col_pri p {
	margin:16px 0;
	padding:0;
	line-height:125%;
}
#col_pri p.big {
	font-size:125%;
	color:#54ADD5;
	padding-bottom:16px;
	border-bottom:1px dotted #2A6A85;
}

#col_pri p.big strong {
	color:#2A6A85;
}
#col_sec {
	float:right;
	width:150px;
}
#col_sec h2 {
	font-size:140%;
	padding:10px 0;
}
#col_sec .post {
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px dotted #2A6A85;
}
a.button {
	display:block;
	height:22px;
	overflow:hidden;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
a.button:hover {
	text-decoration:none;
}
a.button span {
	display:block;
	float:left;
	line-height:22px;
	padding:0 20px 0 10px;
	background:#E69601 url(../images/bg_button.gif) right center no-repeat;
	color:#fff;
}
#footer {
	border-top:1px dotted #2A6A85;
}
#footer p {
	margin:0;
	padding:10px 0;
	font-size:85%;
}
#footer a {
	color:#2A6A85;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p.left {
	float:left;
}
#footer p.right {
	float:right;
}




