* {
	margin: 0;
	padding: 0;
	border-style: none;
	list-style: none;
}

body {
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
	color: #fff;
	background: #d60975;
}

a {
	color: #fff;
}

a:hover {
	color: #f7dfac;
}

h1 a {
	color: #f7dfac;
}

#Wrapper {
	margin: auto;
	padding: 1em 0 0 0;
	width: 700px;
}

#Body h1 {
	padding: 0 0 .2em 0;
	font-weight: normal;
	font-size: 2.0em;
	letter-spacing: .90em;
	color: #f7dfac;
	text-transform: uppercase;
}

	*>body #Body h1 {
		letter-spacing: .23em;
	}

.text {
	padding: 0 0 1em 0;
}

.text h2 {
	padding: 0 0 .6em 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #f7dfac;
	text-transform: uppercase;
	
}

.text p {
	padding: 0 0 .6em 0;
	font-size: 1.1em;
	text-align: justify;
}

#Updated {
	padding: .4em;
	width: 700px;
	font-size: .8em;
	text-transform: uppercase;
	background: #ff0086;
	border: solid 1px #b60b65;
}

#Thumbs {
	margin: 1.4em 0 1em 0;
	padding: 0 0 1em 0;
	width: 700px;
	background: #6c1042;
}

#Thumbs li {
	float: left;
	padding: 1.2em 0 0 0;
	width: 140px;
	text-align: center;
}

#Thumbs span {
	display: block;
	font-size: .6em;
	text-transform: uppercase;
}

#Thumbs .pic {
	padding: 0 0 .3em 0;
}

#Thumbs img {
	padding: 9px;
	background: #3f0b27;
	border: solid 1px #f7dfac;
}

#Thumbs a:hover img {
	padding: 1px;
	background: #3f0b27;
	border: solid 9px #92165a;
}

#Thumbs em {
	font-style: normal;
	color: #a75481;
}

#Thumbs strong {
	font-weight: normal;
	color: #f7dfac;
}

#Links {
	padding: 1.4em 0 0 0;
}

#Links h1 {
	padding: 0 0 .4em 0;
	font-size: 3em;
	color: #f7dfac;
	text-transform: uppercase;
}

#Links p {
	text-align: center;
}

#iLinks,
#eLinks {
	padding: 1em 0 1.4em 0;
	border-top: solid 1px #6c1042;
}

#iLinks li,
#eLinks li {
	display: inline;
}

#iLinks li a,
#eLinks li a {
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#iLinks li {
	font-size: .9em;
}

#eLinks {
	margin: 0 0 1em 0;
	border-bottom: solid 1px #6c1042;
}

#eLinks li {
	font-size: .9em;
}

/* Break
----------------------------------------------------------- */

ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

ul {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html ul {
	height: 1%;
}

ul {
	display: block;
}
/* End hide from IE-mac */
