/* CSS Document */
body
{
background-color:#000000;
margin: 0px;
}

p

<style type="text/css">
<!--
.style1 {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif
}

.style2 {
    color: #000000; 
	font-size: 30px; 
	font-family: Arial, Helvetica, sans-serif; 
}


.style3 {
    color: #000000;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif
}
.style4 {
     color: #000000;
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 24px; 
}
.style5 {
    color: #000000; 
	font-size: 30px; 
	font-family: Arial, Helvetica, sans-serif; 
}

-->
</style>

#main
{
position:relative;
width:928px;
height: 800px;
margin: 5px auto 0px auto;
background-color:#000000;
}

#header
{
width: 928px;
height: 239px;
background-image:url(main_images/logo_left.gif);
background-repeat:no-repeat;
background-position:left;
}

#subheader
{
width: 927px;
height: 55px;
background-image:url(main_images/main_shape_bottom.gif);
background-repeat:no-repeat;
background-position:left;
}

#middle
{
width:927px;
height:57px;
background-image:url(main_images/blue_ornament2.gif);
background-repeat:no-repeat;
background position:left;
}

#menu
{
float:left;
width: 198px;
height: auto;
margin-left: 5px;
}

#text
{
float:left;
width:706px;
height:710px;
background-image:url(main_images/index_main_shape_2.gif);
margin-left: 18px;
background-repeat:no-repeat;
background-position:right;
}

#about
{
float:left;
width: 706px;
height: 105px;
margin-left: 220px;
margin-right: 1px;
background-image:url(main_images/contact_us_bottom.gif);
background-repeat:no-repeat;
background-position:right;
}

#created
{
float:left;
width: 706px;
height: 189px;
margin-left: 220px;
margin-right: 1px;
background-image:url(main_images/created_by.gif);
background-repeat:no-repeat;
background-position:right;
}
