body { margin: 0; padding: 0; background: #f3f3f3; font: normal 14px Arial, Calibri, Tahoma, sans-serif; color: #555; }
img { border: 0; }
a { color: #555; text-decoration: none; }

.x { clear: both; }
.x2 { clear: both; height: 10px; }

#header { width: 100%; height: 40px; background: #02264C url(../images/header-bg.png) top left no-repeat; }
#header .logo { padding: 5px 10px; background: #f3f3f3; width: 121px; float: left; }
#header .content { font-size: 17px; color: #fff; font-weight: bold; line-height: 40px; text-align: center; }

#page { width: 100%; margin: 0; padding: 0; }

#box { width: 200px; height: 320px; padding: 15px; float: left; margin: 15px; background: #fff url(../images/header-bg.png) bottom no-repeat; line-height: 25px; text-align: center; -moz-box-shadow: 0 0 5px #ddd; -webkit-box-shadow: 0 0 5px #ddd; box-shadow: 0 0 5px #ddd; }
#box:hover { background: #005398 url(../images/box-hover.png) bottom repeat-x; color: #fff; }