body	{
	margin: 0px;
	background: #f6f6f6;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: black;
}

a	{
	text-decoration: none;
}

a:link, a:visited {
	color: black;
}

a:hover {
	color: #b05020
}

#popupwin {
	position: fixed;
	width: 600px;
	height: 400px;
	z-index: -10;
	box-shadow: 8px 8px 10px rgba(0,0,0,.35);
	border: 1px solid #e0a406;
	background: #f6f6f6;
	text-align: center;
	visibility: hidden;
}

#page	{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

#header {
	height: 125px;
}

#sidebar {
	float: left;
	display: inline-block;
	width: 220px;
	min-height: 600px;
	background-image: url(art/sb-top.png),url(art/sb-bottom.png),url(art/sb-repeat.png);
	background-position: right top,right bottom,right 100px;
	background-repeat: no-repeat,no-repeat,repeat-y;
	padding: 0px 10px 0px 0px;
}

#board {
	float: left;
	display: inline-block;
	width: 730px;
	min-height: 600px;
	padding: 0px 0px 0px 10px;
}

#footer_left {
	float: left; 
	width: 220px;
	padding: 50px 0px 10px 0px;
}

#footer_right {
	float: right; 
	width: 730px;
	padding: 50px 0px 10px 0px;
}

.boardbox {
	display: inline-block;
	width: 200px;
	height: 200px;
	padding: 20px 20px 20px 20px;
	font-size: 28px;
	text-align: center;
}

.menuheader {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

.menuitem {
	padding: 5px 10px 5px 10px;
}

.menuitem_hl {
	padding: 4px 9px 4px 9px;
	border: 1px solid #e0a406;
	
}

.sub_menuitem {
	padding: 4px 9px 4px 29px;
	border: 1px solid #e0a406;
}

#intro {
	padding: 5px 5px 5px 5px; 
}

#T1 {
    width: 100%;
    border-collapse: collapse;
}

#T1 td{
    padding: 3px 7px 2px 7px;
}

#T1 tr.h {
	border: 1px solid #e0a406;
}

#T1 tr.f {
	border-top: 1px solid #e0a406;
}

#T1 td.l {
	text-align: left;
}

#T1 td.r {
	text-align: right;
}

#T1 td.c {
	text-align: center;
}


input[type="submit"], .button {
	background: linear-gradient(#ffcc0d,#ff9600) repeat scroll 0 0 #ffcc0d;
	border: 1px solid #e0a406;
	border-radius: 3px;
	color: black!important;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	padding: 2px 12px 4px;
	text-align: center;
	text-decoration: none!important;	
}

.error {
	border: 1px solid #e0a406;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none!important;
	color: red;
}

.h1 {
	background: linear-gradient(#ffcc0d,#ff9600) repeat scroll 0 0 #ffcc0d;
	border: 1px solid #e0a406;
	font-weight: bold;
	padding: 4px 9px 4px 9px;
	text-align: left;
	
}

input[type="text"] {border-radius: 0;
	border: 1px solid #C7C7C7;
	font-size: 12px;
	padding: 4px 6px;
}
