html, body
{
   background-color:#000000;
   color:white;
   font-size:13px;
	font-family: 'Arial';
}

div#page
{
   background-color:#000000;
   width:890px;
   height:100%;
   margin-left: auto ;
   margin-right: auto ;
   background-image:url('../img/background.png');
   background-repeat:no-repeat;
   background-position:380px 100px;
}

div#title
{
   display:block;
   height:235px;
   width:100%;
   border-bottom-style:solid;
   border-bottom-color:#ff0000;
   padding-bottom:10px;
   margin-bottom:10px;
}

div#title > p > a
{
   border-collapse:collapse;
}


img#logo
{
   border:0;
   position:relative;
   top:35px;
   left:0px;
}

img#title
{
 position:relative;
 top:10px;
 left:70px;
}


div#menu
{
   display:block;
   background-image:url('../img/menu_background.png');
   width:282px;
   height:19px;
   float:right;
   padding:0px;
   margin:0px;
   text-align:center;
}

div#menu a
{
   text-decoration:none;
   margin:0px;
   padding:0px;
   border-collapse:collapse;
   
   color:#3e3e3e;
}

div#menu  a:visited
{
   color:#3e3e3e;
   margin:0px;
   padding:0px;
   border-collapse:collapse;
}

div#menu  a:hover
{
   color:#ffffff;
   text-shadow: 1px 1px #3e3e3e;
}


div#menu > p
{
   color:#3e3e3e;
   text-align:center;
   vertical-align: bottom;
   margin:0px;
   padding:0px;
   padding-top:2px;
   border-collapse:collapse;
   text-shadow: 1px 1px #ffffff;
}




div#main
{

   background-color:#2b2b2b;
   border-style:solid;
   border-width:2px;
   border-color:#00adef;
   border-radius: 5px;
   padding:20px;

   float:left;
   width:534px;

   

}

div#middle
{
   width:890px;
   overflow:auto;
}


div#quotes
{
   float:left;
   overflow:auto;
}


div.quote
{
   width:275px;
   margin:0px;
   margin-left:10px;
   padding-right: 0px;
   padding-left: 25px;
   padding-top:25px;
   position:absolute;
   top:270px;
   
}

div.image
{
   position:relative;
   top:270px;
   background-color:red;
   border-style:solid;
   border-width:2px;
   border-color:#00adef;

}

p
{
   text-align:justify;
}

h1
{
	font-family: 'Arial';
	color:  #00adef;
	font-size: 15px;
}

h2
{
	font-family: 'Arial';
	color: #00adef;
	font-size: 12px;
    margin-top:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-bottom:0px;
    border:collapse;
}

q
{
   font-style:italic;
}


div#foot
{
   height:129px;
   background-image:url('../img/foot.jpg');
   background-repeat:no-repeat;
   background-position:center;
   margin-top:12px;
}


div#foot:hover
{
   height:129px;
   background-image:url('../img/foot_hover.jpg');
   background-repeat:no-repeat;
   background-position:center;
   margin-top:12px;
}


