/* MAIN */

* {
	font-family: Georgia;
	line-height: 1.5em;
}

html {
	height: 100%;
	width: 100%;;
}

/* DIVS */

div.cardmain {
	padding: 2em 8em 2em 4em;
	margin: 2em 15% 2em 15%;
	border: 5px solid #f0f0f0;
	background-color: #fff;
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.card {
	padding: 2em 8em 4em 4em;
	margin: 2em 15% 2em 15%;
	border: 5px solid #f0f0f0;
}

div.down {
	padding: 2em 4em;
	margin: 0 15% 2em 15%;
	text-align: center;
}

div.copy {
	padding: 1em;
	margin: 0 15%;
}

div.holder {
	margin: 1em 0;
}

/* ELEMENTS */

a {
	color: #0000CC;
	text-decoration: none;
}

.down p {
	font-size: 0.8em;
}


h1 {
	font-size: 4em;
	margin-bottom: 0.5em;
	font-family: Georgia;
	line-height: 1em;
}

h2 {
	font-size: 2em;
	margin-bottom: 1em;
	line-height: 1em;
	margin-top: 1em;
}

h2 a {
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1em;
	margin-top: 0.8em;
}

p {
	padding-bottom: 1em;
	vertical-align: text-bottom;
}

ul {
	list-style: square;
	margin-bottom: 1em;
}

img {
	margin: 0.5em;
	vertical-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


