body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:rgb(0,0,0);
}
/******************************************************************************
#container
|---#container-header
|---#container-content
|---#container-footer
******************************************************************************/
#container {
	height:100%;
	width:100%;
	font-size:12px;
}


/******************************************************************************
#container-header height=100px
|---#header width=200px
******************************************************************************/
#container-header {
	height: 100px;
	background-image: url(index.files/bg_header.png);
	background-repeat: repeat-x;
	vertical-align:top; 
}
#header {
	width: 200px;
	padding-top:18px;
}





/******************************************************************************
#container-content
|---#content width=700px
    |---#content-introduce width=300px
    |---#content-navigation width=200px
        |---#navigation
	|---#logo
******************************************************************************/
/*#container-content {
	color:rgb(0,0,0);
} */
#content{
	width:900px;
	min-height:365px;
	text-align:left;
}
#content-introduce {
	width:300px;	
        float:left;
	font-style:italic;
	font-weight:normal;
}
#content-introduce a {
	text-decoration:none;
	font-weight:bold;
	color:rgb(151,27,30);
}
#content-introduce a:hover {
	text-decoration: underline;
}
#content-navigation{
	width:200px;
	float:right;
	text-align:center;
}
#navigation{
	padding-top:2px;
	padding-bottom:2px;
	color:rgb(255,255,255);
	background-color:rgb(151,27,30);
}
#navigation a{
	padding: 0px 15px 0px 15px;
	text-decoration:none;
	color:rgb(255,255,255);
}
#navigation a:hover{
	text-decoration:underline;
}
#logo img{
	border:5px solid rgb(255,255,255);
}



/******************************************************************************
#container-footer height=100px
|---#footer width=700px
******************************************************************************/
#container-footer {
	height: 100px;
	background-image: url(index.files/bg_footer.png);
	background-repeat: repeat-x;
	vertical-align:top;
}
#container-footer a {
	color: #aeaeae;
}

#container-footer a:hover {
	color: #006AC3;
}

#footer {
	width: 700px;
	padding-top:60px;
        text-align:left;
	font-size: 11px;
	color: #aeaeae;
}


