#flags {
	text-align: center;
}
#bdiv {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}
#login_form form {
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	font-size: 10pt;
}
#login_form input {
	margin-bottom: 5px;
}
#search_form form {
	margin: 0px 0px 0px 10px;
	padding-top: 5px;
	font-size: 10pt;
}
#search_form input {
	margin-bottom: 5px;
}
#search_form img {
	margin-right: 10px;
}

h3 {
	color: #cf6e0a;
	position: relative;
	top: 5px;
	margin: 0px 3px 0px 15px;
	padding: 0px;
}

form {
	margin: 0px;
}

body {
	text-align: center;
	background: #cccc66 url('/iiimage/main_background.png') repeat-x;
}

img {
	border: none;
}

#title_main {
	background: url('/iiimage/title_main.png') no-repeat;
	width: 592px;
	height: 69px;
	margin: 0px;
	padding: 0px;
}

#welcome {
	background: url('/iiimage/welcome_hh.png') no-repeat;
	width: 592px;
	height: 81px;
}

#links {
	background: #cccc66 url('/iiimage/links_background.png') repeat-y;
}
	#links img {
		position: relative;
		top: 3px;
		margin: 5px 10px 0px 20px;
	}
	#links a {
		//font-weight: bold;
		position: relative;
		top: -3px;
	}

#bar {
	background: #cccc66 url('/iiimage/bar.png') repeat-y;
	width: 592px;
	height: 500px;
}

#box1 {
	//border: 1px solid red;
	width: 157px;
	height: 500px;
	float: left;
	border: none;
}

#box2 {
	border: 1px solid green;
	width: 435px;
	height: 500px;
	float: right;
	border: none;
		background: transparent url('/iiimage/surfer.png') no-repeat bottom right;
}
	#box2 p {
		margin: 20px;
	}
#surfer {
//	position: relative;
//	top: 68px;
//	left: 476px;
	width: 592px;
	//width: 116px;
	height: 80px;
	border: 1px solid red;

}

#footer1 {
	background: #000000 url('/iiimage/footer.png') no-repeat bottom;
	height: 31px;
	width: 592px;
}
#footer2 {
	text-align: center;
}

#search_form {
	position: relative;
	top: 40px;
	left: 15px;
}
#login_form {
	position: relative;
	left: 15px;
}
	.c1 {
		width: 128px;
		height: 31px;
		background: #cccc66 url('/iiimage/obox_top.png') no-repeat;
	}
	.c2 {
		width: 128px;
		background: #cccc66 url('/iiimage/obox_middle.png') repeat-y;
	}
	.c3 {
		width: 128px;
		height: 17px;
		background: transparent url('/iiimage/obox_bottom.png') no-repeat;
	}