html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	font-size: small;
	background-color: #005ba7;
	background-image: url('/images/index/bg.png');
	background-repeat: repeat-x;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #323641;
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
	/*text-shadow: #927395 0px 1px 1px;*/
}
* html body {
	padding: 0px;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

table {
	display: table;
	border-spacing: 0;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
}

tr {
	display: table-row;
	padding: 0px;
	margin: 0px;
}

td {
	display: table-cell;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
}

img {
	border: 0px;
}

/* @group Layout */

#layout {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 900px;
	min-height: 100%;
}

/* @group Content Block */

#layout #content_block {
	/*height: 100%;*/
}

#layout #content_block td {
	width: 100%;
	text-align: center;
}

#layout #content_block td #address_field {
	margin: 162px auto;
	background-image: url('/images/index/center.png');
	background-repeat: no-repeat;
	text-align: left;
	width: 709px;
	height: 334px;
}

#layout #topmenu {
	position: absolute;
	top: 6px;
	right: 5px;
	height: 22px;
}

#layout #blog {
	position: absolute;
	top: 6px;
	left: 20px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

#layout #blog a{
	color: #FFFFFF;
	text-decoration: none;
}

#layout #blog a:hover {
	color: #E8FF8A;
	text-decoration: none;
}


#layout #login, #layout #logout {
	position: relative;
	top: 0;
	right: 0;
	height: 22px;
	width: 110px;
}

#layout #tomypage, #layout #registerasatutor {
	position: relative;
	top: 0;
	right: 5px;
	height: 22px;
}

#layout #signup {
	position: relative;
	top: 182px;
	left: 470px;
	width: 186px;
	height: 107px;
}

#layout #signup img {
	width: 186px;
	height: 107px;
}

#address_field form {
	position: relative;
	top: 118px;
	margin: 0;
	padding: 0;
}

#address_field input#street {
	width: 343px;
	border: 2px solid #A1A0A0;
	background-color: #fafba7;
	font-size: 20px;
	color: #555555;
	padding: 5px 0 5px 3px;
	height: 21px;
	margin-left: 43px;
	margin-right: 8px;
}
* html #address_field input#street {
	font-size: 18px;
	height: 18px;
	margin-top: 10px;
}

#address_field select#country {
	margin: 0;
	padding: 0;
	border: 2px solid #A1A0A0;
	background-color: #fafba7;
	font-size: 20px;
	line-height: 25px;
	color: #555555;
	height: 33px;
	width: 165px;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 8px;
}
* html #address_field select#country {
	margin-top: -15px;
}

option {
	padding-left: 23px;
}

option.au {
	background-image: url('/images/flag_icons/au.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.ca {
	background-image: url('/images/flag_icons/ca.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.fr {
	background-image: url('/images/flag_icons/fr.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.de {
	background-image: url('/images/flag_icons/de.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.it {
	background-image: url('/images/flag_icons/it.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.es {
	background-image: url('/images/flag_icons/es.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.nz {
	background-image: url('/images/flag_icons/nz.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.us {
	background-image: url('/images/flag_icons/us.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

option.kr {
	background-image: url('/images/flag_icons/kr.png');
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

#btn_search {
	position: relative;
	top: 10px;
	left: 0px;
}

#layout #footer {
	height: 30px;
	background-color: #005ba7;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}

#layout #footer #bookmark img {
	position: relative;
	top: 7px;
}

#layout #footer a {
	color: #002442;
	text-decoration: underline;
}
#layout #footer a:hover {
	color: #002442;
	text-decoration: none;
}
#layout #footer a:active {
	color: #002442;
	text-decoration: none;
}
#layout #footer a:visited {
	color: #002442;
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Font */

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-bottom: 20px;
}


/* @end */