html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 18px;
	vertical-align: baseline;
	background: transparent;
	font-family: "Segoe UI", Candara, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, "Mukti Narrow", Loma, Garuda, sans-serif;
}

html, body
{
  height:100%;
}

body {
  background-color:#eee;
  background-image:url(background.png);
  background-repeat:repeat-x;
  line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
  background-color:#fff;
  background-image:url(gradient.png);
  background-repeat:repeat-x;
  position:fixed;
  width:100%;
  height:190px;
  border-top:5px solid #a5b0cd;
  bottom:0;
  left:0;
  z-index:1;
}

#header:hover {
  z-index:10;
}

#header img {
  position:absolute;
  bottom:20px;
  right:20px;
}

#header h2 {
  position:absolute;
  bottom:40px;
  right:140px;
  font-size:20px;
  font-weight:normal;
  
}

#header h1 {
  position:absolute;
  bottom:70px;
  right:140px;
  font-size:40px;
  font-weight:normal;
}

#content {
  position:relative;
  font-size:18px;	
  color:#333;
  width:900px;
  height:300px;
  margin:0 auto;
  z-index:5;
}


#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box:first-child {
	margin:0;
}

.box {
  background-color:#f1f1f1;
  background-image:url(gradient.png);
  background-repeat:repeat-x;
	float:left;
	height:290px;
	border:5px solid #a5b0cd;
  margin-left:20px;
	width:276px;
}

h3 {
	padding:20px;

}

.box p, .box li a {
	disply:block;
	padding:0 20px 10px 20px;
       line-height:1.2;
}

h4 {
	padding:10px 20px 10px 20px;
	font-size:14px;
}

h3+h4 {
	padding-top:0;
}

.box li {
	margin-bottom:10px;
}

.box .small li {
	width:50%;
	float:left;
}


.half {
	height:130px;
	margin-bottom:20px;
}


.half:first-child {
	margin-top:0;
}


emph {
	font-style:italic;
}

a {
	color:#a5b0cd;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#shim
{
  height:50%;
  margin-top:-250px;
  float:left;
  visibility:hidden;
  width:100%;
}