html {
	height:100%
}

body {
	height:100%;
	margin-left:30px;
	margin-right:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:100px;
	margin-bottom:40px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	letter-spacing: .1em;
	text-align: justify;
	word-spacing: .1em;
	
}

p {
	text-indent: 3em
}

h1 {
	color:#CC3300; 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	line-height: 200%; 
	letter-spacing: 0.5em;
	word-spacing: 0.4em; 
	font-weight: normal; 
	text-align:right
}

h2 {
	color:#990000; 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	line-height: 200%; 
	letter-spacing: 0.3em;
	word-spacing: 0.2em; 
	font-weight: normal; 
	text-align:right
}

h3 {
	color: #333333; 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	line-height: 150%; 
	letter-spacing: 0.3em; 
	word-spacing: 0.2em; 
	font-weight:normal; 
	text-align:right
}

h4 {
	color:#663300; 
	font-family: Garamond, “Hoefler Text”, Times New Roman, Times, serif; 
	line-height: 130%; 
	letter-spacing: 0.2em; 
	word-spacing: 0.1em; 
	font-weight:normal;
	text-align: right
}

h5 {
	color:#663300; 
	font-family: Garamond, “Hoefler Text”, Times New Roman, Times, serif; 
	line-height: 120%; 
	letter-spacing: 0.2em; 
	word-spacing: 0.1em; 
	font-weight:normal; 
	font-style:normal; 
	text-align:right
}
	
h6 {
	color:#000000; 
	font-family: Verdana, Geneva, Arial, sans-serif; 
	line-height: 120%; 
	letter-spacing: 0.2em; 
	word-spacing: 0.1em; 
	font-weight:normal; 
	font-style:normal; 
	text-align:center
}
	
a:link {
	color: #cc3300; 
	text-decoration: none; 
	background-color: transparent
}

a:visited {
	color: #666600;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #cc6600; 
	text-decoration: none; 
	background-color: transparent
}

a:active {
	color: #ffcc00; 
	text-decoration: none; 
	background-color: transparent
}

#container {
	min-height:100%;
	position:relative;
	width: 1010px;
	margin:auto
	
}
 
#title {
	position:relative;
	height: 20px;
	text-align: right;
	padding-right: 40px

}
 
#header {
	position: relative;
	height: 240px;

}

#leftcol {
	position:relative;
	text-align: right;
	width: 20%;
	float: left;
	padding-bottom: 40px;
	padding-right: 40px
}

#rightcol {
	position:relative;
	width: 60%;
	float: right; 
	padding-right: 40px;
	padding-left: 40px;
	text-align:justify;
	padding-bottom: 40px
	}
	
#blurbs {
	position:relative;
	width:90%;
	float:right;
	padding-right:25px;
	padding-left:inherit
}

#writerscolumn {
	position:relative;
	padding-right:80px;
	padding-left:80px
}

	
#footer {
	clear:left;
	position:absolute;
	width:100%;
	bottom:0;
	text-align: center;
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style:double; 
	border-color:#990000;
	border-width:thin
}
	
.clearfooter {
	height: 40px;
	clear: both;
}
