/*----- html -----*/

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/pageBack.gif);

}


image {
	border:0px
}

h1,h2,h3 {
	color:#000000;
	display:inline;
}

strong {
	color:#000099;
	font-weight:bold;
}

ul {
	list-style-type:none;
	display:inline;
}

dl {
	margin: 0px 0px 5px 0px;
}
dd {
	padding: 15px 0px 0px 0px;
}
dt {
	font-weight:bold;
	float: left;
	padding: 15px 0px 0px 8px;
}

a:link { color:#0000ff; text-decoration:underline;}
a:visited { color:#0000ff; text-decoration:none;}
a:active { color:#ff0000;}
a:hover { color:#ff0000;}


.attentText {
	color:#FF0000;
}

/*----- layout debug -----*/

.blockSpace{
	clear:both;
	width:1px;
	height:0px;
}

.blockSpace2{
	clear:both;
	width:1px;
	height:1px;
}




/*----- common -----*/

#header {
	width: 950px;
	height: 90px;
}

#siteTitle {
	float: left;
	width: 242px;
	height: 90px;
}

#menuArea {
	float: left;
	width: 708px;
	height: 90px;
}


#subMenu {
	text-align: right;
	padding:16px 0px 0px 0px;
}

#mainMenu {
}


#footer {
	margin:40px 0px 20px 0px;
	width:950px;
}


#footer2 {
	margin:10px 0px 20px 0px;
	width:950px;
}


#fMenu {
	float: left;
	width:230px;
}

#copyright{
	float: left;
	width:720px;
	text-align: right;
}
	


/*----- 2nd -----*/

#secondmenu{
	width:950px;
	height:35px;
	padding:8px 0px 0px 0px;
}

