/* CSS Document */

body{
margin: 0 auto;
padding: 0;
text-align: center;
font-family: Arial, Verdana, Helvetica, sans-serif  ;
font-size: 14px;
background:#DEDEDE; /*#860020url(../images/pattern2.gif) repeat;*/ 
color: #333;
}
#cover{
margin: 0 auto;
padding: 25px 0 0 0;
text-align: center;
width: 770px;
height: 560px;
background: url(./bg.gif) no-repeat;
}

#grid{
margin:0 0 0 60px !important; 
margin /**/: 0 0 0 40px;
width: 685px;
height: 510px;
}

div.bleft, div.bright{
margin: 0 0 5px 0;
padding: 0;
width: 340px;
height: 168px;
}

div.bleft{
float: left;
}

div.bright{
float: right;
}

#links{
position: relative;
top: -30px;
left: 250px;
width: 120px;
height: auto;
display: inline;
}
a{
text-decoration: none;
font-family: "times new roman" ;
font-size: 15px;
color: #990033;
font-weight: bold;}

a:hover{
color: #cc3366;}