body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #3d4a6d;
	font-size: 0.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* IE center hack */
	height: 100%;
}
html {
	height: 100%;
}
/* Links */
a:link, a:visited {
	color: #f26f1f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
:link img,:visited img {
	border: 0 none inherit;
}
/* Image border */
img {
	border: 0 none !important;
}
/* Clear */
.clearBoth {
    clear: both;
	height: 0.01em;
	font-size: 0.01em;
	line-height: 0.01em;
}
/* Paragraph */
p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
}
ul {
	margin: 5px 0px 20px 12px;
	padding: 0px 0px 0px 12px;
}

#whole {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	position: relative;
	width: 770px;
	height: 324px;
}

#topLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 459px;
	height: 89px;
	display: block;
}
#topRight {
	position: absolute;
	left: 459px;
	top: 0px;
	width: 311px;
	height: 89px;
	display: block;
}
 
#divideMenu {
	position: absolute;
	left: 197px;
	top: 89px;
	width: 2px;
	height: 197px;
	display: block;
}
#photo {
	position: absolute;
	left: 459px;
	top: 89px;
	width: 311px;
	height: 235px;
	display: block;
}
#whiteHL {
	position: absolute;
	left: 0px;
	top: 239px;
	width: 197px;
	height: 7px;
	display: block;
}
#whiteHR {
	position: absolute;
	left: 199px;
	top: 239px;
	width: 260px;
	height: 7px;
	display: block;
}
#white {
	position: absolute;
	left: 0px;
	top: 286px;
	width: 459px;
	height: 38px;
	display: block;
}
#main {
	position: relative;
	width: 770px;
}
#left {
	float: left;
	width: 350px;
}
#right {
	float: right;
	width: 350px;
}
#footer {
	padding: 20px 0px 20px 0px;
	text-align: center;
	color: #b3b3b3;
}
address {
	margin: 5px 0px 0px 0px;
}