html, body, div, span, object,
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, footer {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	font-family: Helvetica, Arial, "Lucida Grande";
	font-size: 15px;
    background: #f8f8f8 url(images/body_bg2.jpg) repeat-x center top;
    margin: 0;
    padding: 0;
    
}

header, footer, article, section, aside, footer {
    display:block;
}


a {
	text-decoration: none;
	color: #cc433d;
}

a:hover{
	color: #f27c77;
}

h2 {
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
}

#wrapper {
    width: 768px;
    margin: 0 auto;
}

#title {
    float: left;
    padding: 15px 0 15px 0;
    width: 325px;
    background: #FFF url(images/test_bg.jpg);
	-webkit-box-shadow: -1px 1px 1px #d9d9d9;
	-moz-box-shadow: -1px 1px 1px #d9d9d9;
	box-shadow:  -1px 1px 1px #d9d9d9;
	border: 1px solid #c6c6c6;
	margin: 20px 0;
}

#title a {
	color: #2788d3;
	font-family: Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 75px;
}

#title a:hover{
	color: #5c6a98;
	
	}
	
#about {
	float: right;
	height: 60px;
	width: 425px;
    background: url("images/HTML5_Badge_32.png") no-repeat center #FFFFFF;    
    background-position: 98% 50%;
		-webkit-box-shadow: -1px 1px 1px #d9d9d9;
	-moz-box-shadow: -1px 1px 1px #d9d9d9;
	box-shadow:  -1px 1px 1px #d9d9d9;
	border: 1px solid #c6c6c6;
	margin: 20px 0;
}

#text {
	float:left;
	font-size: 14px;
	line-height: 16px;
	width: 380px;
	margin: 13px 0 0 15px;
}

footer {
	clear:both;
	margin-top: 20px;
	padding: 10px;
	font-size: 12px;
	background: #fff;
	-webkit-box-shadow: -1px 1px 1px #d9d9d9;
	-moz-box-shadow: -1px 1px 1px #d9d9d9;
	box-shadow:  -1px 1px 1px #d9d9d9;
	border: 1px solid #c6c6c6;

}

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

footer a:hover{
	color: #5c6a98;
}


