/* Init
-------------------------------------*/
body, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, form { margin: 0; padding: 0; }
img { border: 0; }

body {
	font-size: 10pt;
	font-family: Verdana;
	line-height: 120%;
	color: #404040;

	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #b2fe85;
}

table { font-size: 10pt; }

a:link {
	color: #1b49fd;
}

a:visited {
	color: #6a00ec;
}

a:hover {
	color: #ec7c00;
}

a:active {
	color: #ec7c00;
}

/* Container
-------------------------------------*/
#container {
	width: 800px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

/* Header
-------------------------------------*/
#header {
	height: 78px;
}

#header h1 {
	background-image: url(../img/common/title.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header h1 a {
	display: block;
	height: 78px;
	width: 335px;
	text-indent: -9999px;
}


/* Menu
-------------------------------------*/
#menu {
	background-image: url(../img/common/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 105px;
}

#menu a {
	padding-top: 5px;
	padding-right: 1px;
}


/* Footer
-------------------------------------*/
#footer {
	clear: both;
	border-top: 10px solid #fff;
	background-color: #5e5e5e;
	color: #fff;
	padding: 8px;
	font-size: 8pt;
}
#footer p.copyright {
	margin: 0; padding: 0;
	text-align: right;
}

/* Contents
-------------------------------------*/
#contents {
	clear: both;
	background-repeat: no-repeat;
	background-position: top right;
}

#contents .here {
	padding: 5px;
	font-size: 8pt;
}

