* {
//	padding: 0;
	margin: 0;
}


body {
	background: #fff url(../images/bg.gif) repeat-x top;
	color: #333333;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding-bottom: 1.5em;
}
h1 {
	color: #48B9EF;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h2,h3,h4,h5,h6 {
	color: gray;
	line-height: 2em;
}
a {
	color: #48B9EF;
	/*text-decoration: none;*/
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.small {
	font-size: x-small;
}
.smallbold {
	font-size: x-small;
	font-weight: bold;
}

#wrap {
	width: 900px;
	margin: 0px auto;
}

#header {
	
}

#header h1 {
	font-size: 39px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 20px 0 0 0;
	line-height: .4em;
}
#header h1 a {
	text-decoration: none;
}

#header h2 {
	color: #EA1000;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: -2px;
	line-height: 1em;
}
#header h2 a {
	text-decoration: none;
}


#lastupdated {
	text-align: right;
	font-size: .5em;
}

#content {
	border: 1px solid #48B9EF;
	margin: 15px 0 5px 0;
	padding: 10px;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding: 0 0 5px 0;
	color: #888;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}