html,body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: arial, sans-serif;
	font-size:11px;
	text-align: center;
	background-image:url('../assets/stripe.png');
	background-repeat:repeat;
}

a:link, a:visited {
	color:#d91515;
	text-decoration:none;
}

a:hover {
	color:#e83434;
	text-decoration:none;
}

#wrapper {
	background-color:#ffffff;
	width: 750px;
	height:100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	width:100%;
	height:10%;
	background-color:#bd0101;
	text-align:center;
	color:#ffffff;
}

#caption {
	height:100%;
}

#caption h1 {
	margin:0px;
	padding:0px;
	padding-top:1%;
}

#content {
	height:85%;
}

#contentLeft {
	height:100%;
	width:80%;
	background-color:#ffffff;
	float:left;
}

#contentRight {
	height:100%;
	width:20%;
	background-color:red;
	float:right;
}

#menuWrapper {
	width:19%;
	height:100%;
	float:right;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:gray;
}

.menuCategory {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-left:3px;
}

.sep {
	height:3px;
	width:10%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:gray;
}

.space {
	height:10px;
}

.menuItem {
	font-size:11px;
	padding-left:10px;
}

#footer {
	width:100%;
	height:5%;
	background-color:#f0f0f0;
}

#copyright {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:gray;
	font-size:11px;
}

#intro {
	border-width:1px;
	border-style:dotted;
	border-color:gray;
	padding:10px;
	margin-left:10px;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
	font-size:12px;
}

#stepscontent {
	width:48%;
	float:left;
	margin-left:10px;
}

#previewcontent {
	width:287px;
	float:right;
	margin-right:5px;
}

#preview-header {
	font-weight:bold;
	font-size:14px;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	padding:3px;
}

.number-active {
	width:50px;
	height:35px;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	background-color:#ffffff;
	font-size:30px;
	float:left;
	text-align:center;
}

.number-inactive {
	width:50px;
	height:35px;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	background-color:#f0f0f0;
	font-size:30px;
	float:left;
	text-align:center;
}

.description-active {
	width:78%;
	float:right;
	height:35px;
	border-top-width:1px;
	border-top-color:gray;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
	border-bottom-style:solid;
}

.description-inactive {
	width:78%;
	float:right;
	height:35px;
	border-top-width:1px;
	border-top-color:gray;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:gray;
	border-bottom-style:solid;
	background-color:#f0f0f0;
}