	@import "all.css"; /* just some basic formatting, no layout stuff */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */
	
	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background: #fff;
		}

div#openingpara {
	position: absolute;
	top: 210px;
	left: 130px;
	width: 435px;
	padding: 30px 20px 20px 20px;
	text-align: justify;
	font-size: 13px;
	}

div#frontnav {
	position: absolute;
	top:  275px;
	left: 0px;
	width: 90px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	}
	
h1	{
	}

h2	{
	text-align: left;
	position: relative;
	top:0px;
	left:0px;
	right:0px;
	width:435px;
	font-size:17px;
	font-weight: 900;
	color:darkslateblue;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:0px;
	}

.logo{
	position: absolute; margin:5px 0px 5px 95px;
	}

div#rightside {
	text-align: left;
	position: absolute;
	padding: 0 0 10px 10px;
	top: 295px;
	left: 615px;
	width: 110px;
	}

.rightimg {
	border-width: 0px;
	align: center;
	}
	
div#copyright {
	position: relative;
	padding: 15 0 0 1px;
	margin: 0px auto;
	width: 730px;
	font-size: 10px;
	font-color: black;
	text-align: center;
	}

div#signup-horizontal {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	width: 385px;
	border-style: dashed;
	border-color: #483D8B;
	background-color: white;
	}
	
div#recent-posts {
	padding: 10px;
	border-style: dashed;
	border-color: #483D8B;
	background-color: red;
	}
