#page-container {
	width: 1004px;
	margin: auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

html, body {
margin: 0;
padding: 0;
text-align:center;
}

#header {
width: 1004px;
height:100px;
}
#header #logo1 {
	float:left;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	position: relative;
	left: 120px;
	top: 20px;
	bottom: 20px;
}
#header #logo2 {
	float:left;
	background-image: url(../img/logo1.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	position: relative;
	left: 150px;
	top: 20px;
	bottom: 20px;
}
#header #welcomeflash {
	float:right;
	width:250px;
	height:100px;
	position:relative;
	right:120px;
}
#middle {
	width:750px;
	background-color: #FFFFFF;
    margin-left:auto;
	margin-right:auto;
}
#menu {
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
#content {
	padding-left:60px;
	padding-right:60px;
	padding-bottom:20px;
	font-size: 14px;
}
#content #title {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin-top:20px;
	margin-bottom:10px;
    
}
#content #reader {
   	font-size: 14px;
	line-height: 25px;
	color: #000000;
	text-align:left;

}
#content #subtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #009999;
	text-align:left;
	height: 40px;
	margin-top:15px;
}
#content #paragraph {
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	text-align:left;
	text-indent: 30px;
}
.txt_red {
    color:#FF0000;
}
.txt_blue {
    color:#0000FF;
}
.txt_green {
    color:#006600;
}
.txt_gray {
    color:#999999;
}
#content #author {
   	font-size: 14px;
	line-height: 25px;
	color: #000000;
	text-align:right;
	padding-right:70px;

}
#contact {
    font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	list-style-type: none;
	line-height: 25px;
	color: #333333;
}
#copyright {
    width:650px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: right;
	height: 20px;
	padding-top:5px;
	vertical-align: middle;
}
