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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	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;
}

html{font-family: Arial, Helvetica, sans-serif;
	background-image: url("../images/general/page_main_wrapper.png");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f9f9f9;}

a{text-decoration: none; color: #fff;}
h1{font-size: 19px; letter-spacing: 0.03em;}
h2{font-size: 17px; letter-spacing: 0.03em;}

.wrapper{
top:0px;
width: 960px;
left: 50%;
margin-left: -480px;
position: absolute;
text-align: left;
}

.logo{width: 120px; height: 120px; position: absolute;}

/* topNav */
.topNav{width: 840px; height: 85px; font-size: 17px; margin-left: 120px;}
.topNav ul li{list-style-type: none; display: inline; }
.topNav ul li a{padding: 28px 20px 28px 20px;border-top: 3px solid #333333; line-height: 82px; color: #fff;}
.topNav ul li a:hover{border-top: 3px solid #c20044; color: #c20044;}
.topNav .contactinfo{color: #fff; position: absolute; top: 30px; right: 10px; font-size: 13px; text-align: right;}

.content{width: 950px; margin-top: 40px; padding: 5px;}
.content p{color: #333; font-size: 14px; padding: 10px 0 0 0;}
.content h1{margin-bottom: 20px;}
.content h2{margin-top: 20px;}
.content a{color: #c20044;}

/* Footer */
.footer{margin-top: 15px; width: 100%; text-align: center; color: #666; font-size: 12px; border-top: 1px solid #ededed; padding: 5px 0 0 0;}