@charset "UTF-8";
/* CSS Document */


body{
	background-color:#98c0e6;
}


#container{
	width:960px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

#Header{
	width:960px;
	float:left;
	height:150px;
	background-image:url(../img/bmj_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#center{
	width:960px;
	margin:20px 0 0 0;
	height:200px;
	float:left;
	text-align:center;
}

#under{
	width:360px;
	margin:0px 30px 0 300px;
	height:28px;
	float:left;
	text-align:center;
	background-color:#FFF;
    -moz-box-shadow: 5px 5px 5px #9999cc;
    -webkit-box-shadow: 5px 5px 5px #9999cc;
    box-shadow: 5px 5px 5px #9999cc;
	padding:4px;
	text-align:center;
	color:#666;
	font-size:12px;
	line-height:28px;
	
}

.sans{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:32px;
	color:#666;
}

.sans a{
	color:#ffffcc;
	text-decoration:none;
}
.sans a:hover{
	color:#FFF;
	text-decoration: underline;
}

.sans a:visited{
	color:#ffffcc;
}


.serif{
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	line-height:36px;
	color:#0066cc;
}

