/* CSS Document */
body
{
background-color:#000000;
margin: 0px;
}

p
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:300;
color:#000000;
margin: 25px 150px 5px 90px;
}

#main
{
position:relative;
width:928px;
height: 800px;
margin: 10px 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_ornament.gif);
background-repeat:no-repeat;
background position:left;
}

#menu
{
float:left;
width: 198px;
height: auto;
margin-left: 23px;
}

#text
{
float:right;
width:706px;
height:355px;
margin-right: 1px;
background-image:url(main_images/index_main_shape.gif);
background-repeat:no-repeat;
background-position:right;
}

#about
{
float:right;
width: 706px;
height: 105px;
margin-right: 1px;
background-image:url(main_images/contact_us_bottom.gif);
background-repeat:no-repeat;
background-position:right;
}

#created
{
float:right;
width: 706px;
height: 189px;
margin-right: 1px;
background-image:url(main_images/created_by.gif);
background-repeat:no-repeat;
background-position:right;
}
