body {
	margin: 0px 10px 10px 15px;
	padding: 0;
	color: #333333;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-repeat:repeat-y 1px;
	background:url(../images/bg.png) repeat;
	text-align:center;
}

a img {
    border:none
	}
	
#wrapper {
    background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
}

#header {
    position: relative;
	z-index: 100;
	width: 740px;
	height: 140px;
	border:0;
}

#language {
    position: absolute;
	top: 105px;
	right: 10px;
	margin: 0;
    }	

#navi {
    position: absolute;
	top: 115px;
	left: 15px;
	margin: 0;
    }	
	
#content {
    position:relative;
	width: 720px;
	padding: 5px 0px 0px 10px;
}

h2{
    font-size:100%;
	background-color: #00CC99;
	clear: both;
	margin: 2em 0px 1em 0px;
    padding: 2px 5px 4px 5px;
	border-top: 1px solid #EEEEEE;
    border-left: thick solid #006633;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}

h3{
    font-size:100%;
	background-color: #99CCFF;
	border-bottom: 1px solid #AAAAAA;
}

address{
    position: relative;
	z-index: 100;
	margin: 15px 0px 0px 0px;
	padding: 10px 0 10px 0;
	color: #333333;
	font-size:80%;
	text-align: center;
	border-top: thin solid #6699FF;
    width: 740px; 
}

#searchCAO {
position:absolute;
top: 105px;
left:5px;
margin: 0;
}

a.common{
position:relative;
top: -5px;
left:5px;
font-size:16px;
vertical-align:text-top;
}

