/* -- html document layouts -- */

body 
{
	/*padding-bottom: 20px;*/
}

td,th
{
  	vertical-align: middle;
}

th 
{
  	white-space: nowrap;
}

p,hr 
{
  	margin: 5px 0;
}

hr {
  	clear: both;
}



#page{
	width	 : 950px;
	margin	 : 0 auto;
	padding	 : 0;
	position : relative;
}

#left{
	position : relative;
	float	 : left;
	width	 : 346px;
	overflow : hidden;
}

#main
{
	position: relative;
	float	: left;
	width	: 570px;
	overflow: hidden;
}

#right
{
	position: relative;
	float	: left;
	width	: 82px;
	overflow: hidden;
}

#bottom
{
	position: relative;
	float	: left;
	width	: 82px;
	overflow: hidden;
}

.temp
{
    	background-image    :url(images/loading_top.gif);
    	background-repeat   :no-repeat;
	background-position :top left;
    	background:#000000;

	position:absolute;
}

/* -- other layouts -- */
#box1
{

}

.icoUp{
    text-align:right;
    margin-bottom:30px;
}

.siteMap{
    margin-top:30px;
    margin-bottom:30px;
}

.siteMap, .siteMap ul{
    list-style-type:none;
}

.siteMap ul{
    margin-left:30px;
}
