body
{
   font-family:Arial;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#18375d;
}

ul
{
list-style-image:url('triangle.jpg');
}

#middle
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:644px;
	background-color:#FFFFFF;
}

#order
{
    position:absolute;
	right:0px;
}

#text
{
    margin-left:40px;
	margin-right:40px;
}

#text1
{
    position:relative;
	width:644px;
	height:650px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
}

#text2
{
    position:absolute;
	width:380px;
	height:430px;
	left:20px;
	top:190px;
}

#button1
{
    position:absolute;
	width:226px;
	height:107px;
	left:410px;
	top:530px;
}

#text3
{
    position:relative;
	width:625px;
	height:374px;
	left:10px;
	background-image:url(pic2.jpg);
	background-repeat:no-repeat;
}

#button2
{
    position:absolute;
	width:226px;
	height:107px;
	left:400px;
	top:250px;
}

#text4
{
    position:relative;
	width:600px;
	height:520px;
	left:20px;
}

#button3
{
    position:absolute;
	width:226px;
	height:107px;
	left:385px;
	top:400px;
}

#text5
{
    position:relative;
	width:600px;
	height:370px;
	left:20px;
}

#button4
{
    position:absolute;
	width:226px;
	height:107px;
	left:385px;
	top:230px;
}

#text6
{
    position:relative;
	width:644px;
	height:42px;
	background-image:url(pic3.jpg);
	background-repeat:no-repeat;
}

.footer{font-size:12px;}
.name{font-size:12px; font-style:italic; margin-left:450px;}
.bold{font-weight:bold; font-size:11px;}
.blue{color:#000090; font-weight:bold; }
.bluetitle{color:#333551; font-size:24px; font-weight:bold; }
.bluelarge{color:#333551; font-size:36px; font-weight:bold; }
.bluebold{color:#103c70; font-weight:bold; }
.blacktitle{color:#000000; font-size:18px; font-weight:bold; }
.browntitle{color:#632423; font-size:20px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }
.yellow{background-color:#f4eb03; font-weight:bold;}
.redyellow{background-color:#ff0000; color:#f4eb03; font-weight:bold; font-size:24px;}

.book1{font-size:22px; font-weight:bold;}
.bookred{color:#ce0206; text-decoration:underline;}

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;}