/* CSS Document */

body {
	font-size:13px;
}

#container {
	background:url("images/intro_victorian.gif");
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:480px 58px;
}

h1#logo, h1#logo span {
	background:url("images/intro_logo.gif");
	/*margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	width:776px;
	height:58px;*/
}

div#redRuleShort {
	height:1px;
	background:#c00;
}

div.contentRule {
	width:565px;
	height:2px;
	line-height:0;
	font-size:1px;
	background:#e492a1;
}

#content {
	width:650px;
	height:280px;
	min-height:280px;
}

h3#enter, h3#enter span {
	background:url("images/enter.gif");
	margin:0px;
	padding:0px;
	width:119px;
	height:64px;
}

h3#enter {
	position:relative;
	float:right;
	top:-24px;
	left:-13px;
	overflow:hidden;
	margin-bottom:5px;
}

h3#enter span {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.paragraph1 {
	margin-left:0px;
}

.paragraph2 {
	margin-left:50px;
}

.paragraph3 {
	margin-left:90px;
}