@charset "utf-8";
/* CSS Document */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/**************************************************************
	STANDARD HTML TAGS
**************************************************************/

body {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	background: #E1E1E1 url(/assets/images/background-redesign.jpg) top center no-repeat;
}

img a {
	border: 0;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #413DEF;
}

h1 {
	font-size: 1.9em;
	line-height: 1.5;
}

h2 {
	font-size: 1.6em;
	line-height: 1.3;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2;
}

h4 {
	font-size: 1.1em;
	line-height: 1.1;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px; 
	line-height: 160%; 
	letter-spacing: 0.3px;
}

p a {
	text-decoration: none;
	color: #413DEF;
	border-bottom: dashed 1px #413DEF;
}

p a:hover {
	text-decoration: underline;
	color: #413DEF;
}


/**************************************************************
	WRAPPERS AND BLOCKS
**************************************************************/

#header-wrapper {
	height: 100px;
	width: 100%;
	display: block;
	position: relative;
}

#header-block {
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 960px;
	display: block;
	position: relative;
}

#navigation-block {
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	width: 960px;
	display: block;
/*	position: relative; */
	background: transparent url(/assets/images/background-navigation.jpg) bottom center no-repeat;
}

#content-wrapper {
	height: 100%;
	width: 100%;
}

#content-block {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 100%;
	width: 960px;
	display: block;
	position: relative;
/*	background: transparent url(/assets/images/background-footer.jpg) bottom center no-repeat; */
}

#footer-wrapper {
	height: 40px;
	width: 100%;
	display: block;
	position: relative;
}

#footer-block {
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width: 960px;
	display: block;
	position: relative;
}





#redesign {
	text-align: center;
}