/** Redefinitions **/

body {
	border: 0;
	padding: 0;
	margin: 0;

	background: #692192 url("../images/common/bg.jpg") top no-repeat;

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4c4c4c;
}

h1 {
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

ul {
	padding: 0;
	margin: 0 0 1em 1em;
}

ul li {
	color: #692192;
}

ul li span {
	color: #4c4c4c;
}

/** ##### **/

/** Miscellaneous **/

.no-margin {
	margin: 0;
}

.purple {
	color: #692192;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

/** ##### **/

/** Containers **/

div#outer_shell {
	clear: both;
	width: 846px;
	margin: 0 auto;
}

div#inner_shell {
	position: relative;
}

/** ##### **/

/** Logo **/

h1 a {
	position: absolute;
	display: block;
	top: 45px;
	left: 0;
	width: 328px;
	height: 42px;
	background: url("../images/common/logo.png") no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

/** ##### **/

/** Owl **/

div#owl {
	position: absolute;
	top: 181px;
	left: 48px;
	width: 350px;
	height: 444px;
	background: url("../images/common/owl.png") no-repeat;
	z-index: 1;
}

/** ##### **/

/** Paper **/

div#paper {
	position: absolute;
	top: 115px;
	left: 339px;
	width: 407px;
	height: 348px;
	padding: 50px;
	background: url("../images/common/paper.png") no-repeat;
	z-index: 2;
}

/** ##### **/