body
{
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#3a7ce8;
   font-size:16px;
   line-height:18px;
}

#book
{
    position:relative;
	height:650px;
	width:600px;
	left:20px;
	top:35px;
	border-top:1px solid #000000;
}

#booktable
{
    position:absolute;
	height:400px;
	width:360px;
	left:0px;
	top:150px;
}

#bookimage
{
    position:absolute;
	height:400px;
	width:209px;
	left:370px;
	top:150px;
}

#bookfooter
{
    position:absolute;
	height:50px;
	width:500px;
	left:50px;
	top:565px;
	font-size:12px;
}

#bullet
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

ul 
{ 
    list-style-image: url("circle.jpg"); 
	font-weight:bold;	
}


#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:644px;
	background-color:#FFFFFF;
}

#article
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:644px;
	background-color:#FFFFFF;
}


#text
{
    margin-left:40px;
	margin-right:40px;
}

#textindent
{
    margin-left:80px;
	margin-right:80px;
}

#text1
{
    position:relative;
	width:644px;
	height:1630px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
}

#text2
{
	position:absolute;
	width:225px;
	height:112px;
	top:375px;
	left:55px;
}

#text3
{
	position:absolute;
	width:350px;
	height:950px;
	top:501px;
	left:18px;
}

.footer{font-size:12px; color:#FFFFFF;}
.bold{font-weight:bold; font-size:11px;}
.title{font-size:24px; font-weight:bold; }
.red{color:#b6265e; font-weight:bold;}
.blue{color:#025287; font-weight:bold; font-size:20px; }
.bluetitle{color:#000090; font-size:24px; font-weight:bold; }
.browntitle{color:#632423; font-size:24px; font-weight:bold; }
.yellow{background-color:#f4eb03; font-weight:bold;}
.redyellow{background-color:#ff0000; color:#f4eb03; font-weight:bold; font-size:24px;}
.orange{color:#d6702f; font-weight:bold;}
.green{color:#14651b; font-weight:bold;}


A:link {color:#0000FF; text-decoration: none}
A:visited {color:#0000FF;;text-decoration: none}
A:active {color:#0000FF;text-decoration: none}
A:hover {text-decoration: underline; color: red;}

