* {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

html, body {
	padding: 0px;
	margin: 0px;
}

body {
	background: #ffffff url(../images/bgpink.png) center top repeat-y;
	text-align: center;
}

a {
	color: #555;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.small,
.small * {
	font-size: 10px;
}

h1 {
	font-size: 16px;
	color: #920300;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	font-weight: normal;
}

h2 {
	color: #920300;
	margin-bottom: 5px;
}

#header {
	margin: 0 auto;
	width: 600px;
	height: 100px;	
	overflow: hidden;
}

#menuhandle {
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #920300 url(../images/menu.png) bottom right no-repeat;
}

#menucont {
	position: relative;
	width: 600px;
	text-align: center;
	margin-top: 40px;
}

#menucont a {
	padding: 0px 30px;
	color: #333;
}

#name {
	margin: 0px auto;
	text-align: right;
	padding: 10px 10px;
	color: #ffffff;
	font-size: 26px;
	font-family: Arial;
	opacity: .8;
	float: right;
}

#name span {
	display: block;
	font-size: 12px;
	color: #333;
}

#content {
	text-align: center;
}

.textblock {
	background: #fefefe;
	opacity: .95;
	width: 700px;
	margin: 20px auto;
	padding: 20px;
	text-align: left;
	border: 1px solid #efefef;
	position: relative;
	top: 0px;
	left: 0px;
}

.retrotext {
	min-height: 400px;
}

/* shadow divs */
.shadow {
	margin: 0 auto;
}

.shadow .tl {
	width: 8px;
	height: 8px;
	background: transparent url(../images/shadow/tl.png) top left no-repeat;
}

.shadow .top {
	height: 8px;
	background: transparent url(../images/shadow/top.png) top left repeat-x;
}

.shadow .tr {
	width: 8px;
	height: 8px;
	background: transparent url(../images/shadow/tr.png) top left no-repeat;
}

.shadow .left {
	width: 8px;
	background: transparent url(../images/shadow/left.png) top left repeat-y;
}

.shadow .right {
	width: 8px;
	background: transparent url(../images/shadow/right.png) top left repeat-y;
}

.shadow .bl {
	width: 8px;
	height: 8px;
	background: transparent url(../images/shadow/bl.png) top left no-repeat;
}

.shadow .bot {
	height: 8px;
	background: transparent url(../images/shadow/bot.png) top left repeat-x;
}

.shadow .br {
	width: 8px;
	height: 8px;
	background: transparent url(../images/shadow/br.png) top left no-repeat;
}

/* retrospective */
#retroTable {
	position: relative;
	left: 200px;
	width: 350px;
}

#preview {
	text-align: center;
	float: right;
	width: 350px;
	position: absolute;
	top: 110px;
	right: 50px;
}