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: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: -moz-linear-gradient(left, rgba(224,224,224,0) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,224,224,0)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(224,224,224,0) 0%,rgba(224,224,224,1) 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}.friso {
	background-image: url(friso.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 37px;
	margin-bottom: 30px;
}
.header {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width: 960px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
.header h1 {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 100;
}
.header p {
	font-size: 27px;
	font-weight: 100;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
}
.wrapper {
	margin: auto;
	width: 960px;
}
.wrapper .page {
	float: left;
	width: 55%;
}
.wrapper .slider {
	float: right;
	width: 35%;
}
#nav ul li , #col2 h3{
	font-size: 23px;
	padding-bottom: 23px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

#nav ul li .current {
	color: #e3004f;
}
#nav ul li a {
	color: #000;
	text-decoration: none;
}
.wrapper .page h2 {
	font-size: 38px;
	text-align: right;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 100;
}

.wrapper .page h3 {
	font-size: 24px;
	text-align: right;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
	margin-bottom: 2em;
}

.wrapper .page p {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}
.wrapper .page ul li {
	padding-left: 15px;
	margin-bottom: 15px;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 1.4em;
}
.imghome {
	border: 4px solid #FFF;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-right: 25px;
}

.wrapper .page ul {
	margin-bottom: 3em;
}
.wrapper .page a {
	color: #e3004f;
}
.wrapper .page a:hover {
	color: #666666;
}
#col2 ul li {
	font-size: 17px;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
}
#col2 ul li a {
	text-decoration: none;
	color: #666;
}
#col2 ul li a:hover {
	text-decoration: underline;
	color: #ED004E;
}

#col2 h3 {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	display: block;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	padding-top: 16px;
	margin: 0px;
	padding-bottom: 8px;
}
