body
{
	font-family: Arial;
	background-image: url('img/bg.jpg');
	margin: 0px;
	padding: 0px;	
}


h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;

}

img
{
	 margin: 0px;
	 border: 0px;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input
{
	color: #000000;
	background-color: #DDDDDD;
	padding: 5px;
	border: 1px solid #666666;
}

textarea
{
	color: #000000;
	background-color: #DDDDDD;
	padding: 5px;
	border: 1px solid #666666;
}

th
{
	text-align: left;
	font-weight: normal;	
}

#wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 140px;
	
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
}

#navi
{
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	width: 740px;
}

#bodyhead
{
	height: 3px;
	width: 800px;
	background-image: url('img/bodyhead_bg.jpg');
	background-repeat: no-repeat;
}

#bodyfoot
{
	height: 3px;
	width: 800px;
	background-image: url('img/bodyfoot_bg.jpg');
	background-repeat: no-repeat;	
}

#body
{
	font-size: 14px;
	height: 760px;
	width: 800px;
	background-image: url('img/body_bg.jpg');
	background-repeat: repeat-y;
}

#left
{
	width: 420px;
	float: left;
	padding: 20px;
}

#body_vr
{
	width: 1px;
	float: left;
	height: 650px;
	background-color: #4ecb11;
	margin-top: 20px;
}

#right
{
	width: 299px;
	float: right;
	padding: 20px;
}

.huom
{
	color: red;
	font-weight: bold;	
}