* {
	margin: 0px; padding: 0px;
}

body {
	background: #5f9300 url(../images/backg.jpg) repeat-x; overflow: auto;
	text-align: center;
}


/*
------// design
*/

td {
	vertical-align: top;
}

#container {
	width: 748px; margin: 0 auto;
}

#content {
	border-collapse: collapse; height: 300px;
}

/* ----------------- foot ----------------- */

#foot {
	width: 100%; height: 42px;
	background: url(../images/foot.gif) no-repeat bottom;
}

#foot a {
	font-size: 9px;
}

#foot .copy {
	font-size: 9px;
	color: #9a9a9a;
	text-align: right;
	margin: 0px 25px;
}

/* ----------------- [end] foot ----------------- */

#header {
	width: 100%; height: 208px;
	background: url(../images/head.jpg) no-repeat;
	margin-top: 10px;
}

#leftcol {
	width: 206px; 
	background: url(../images/leftcol-bg.gif) repeat-y;
}

#main {
	width: 517px; min-height: 200px; _height: 200px;
	background-color: #f9f9f9;
	border: 1px solid #d7d7d7;
	margin: 5px 0px 20px 8px;
}

/* ----------------- menu ----------------- */

#menu {
	width: 100%;
	background: url(../images/menu-bg.gif) repeat-y;
}

#menu td {
	padding-left: 12px;
	height: 17px;
}

#menu .category {
	font-weight: bold;
	background: url(../images/point-category.gif) no-repeat left top;
	padding-left: 15px;
}

#menu .item {
	padding-left: 25px;
}

/* ----------------- [end] menu ----------------- */

#rightcol {
	position: relative;
	width: 542px; min-height: 200px;
	background: url(../images/rightcol-bg.gif) repeat-y;
}

#search {
	position: absolute; top: 15px; _top: 2px; left: 335px; _left: 325px;
	width: 192px;
}

.inner {
	padding: 10px;
}

.nav {
	background: url(../images/point-nav.gif) no-repeat left top;
	list-style: none;
	margin-left: 0px;	padding-left: 10px;
}

.nav a {
	font-size: 10px;
}




/*
------// text
*/

a, h1, li, input, p, td, textarea {
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #393939;
}

h1 {
	font: 19px/50px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1b4367;
	margin-left: 10px;
}

input, textarea {
	background-color: #f2f2f2;
}

p {
	margin-bottom: 10px;
}

ol, ul {
	margin: 0px 0px 5px 25px;
}

.search_form {
	width: 107px;
	border: 1px solid #5e5e5e;	border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8;
}

/* ----------------- navigation ----------------- */

a, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #518200;
}

