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

body {
	font-family: arial,sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url('images/border-grunge-1a.jpg');
	background-repeat: no-repeat;
	background-position: top right;

}

#navtop {
	position: absolute;
	top: 6px;
	left: 30px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #99731E;
	display: inline;
}

#navtop a:link {
	text-decoration:hone;
	color: #99731E;
}

#navtop a:active {
	text-decoration: none;
	color: #99731E;
}

#navtop a:visited {
	text-decoration: none;
	color: #99731E;
}

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

a:link, a:active, a:visited {
	color: #712517;
	text-decoration: underline;
}

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

#container {
	width: 850px;
	margin: 0 auto;
	text-align:left;
}


div#bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 566px;
	height: 412px;
	background-image: url('images/border-grunge-2.jpg');
	background-repeat: no-repeat;

}

p {
	margin: 10px 10px;
	line-height: 1.4;
}

.topnavigation a {
	display: block;
	color: #981793;
	padding: 10px;
}



/* myBox is the outside container to achieve curved corners */
.myBox {
	margin-top: 0px;
}


div#wrapper {
	float: left;
	width: 100%;
}

div#content {
	margin: 0 195px;
	width: 460px;
	border-left: 0px dotted #CCC;
	border-right: 0px dotted #CCC;

}

div#content-header {
	width: 100%;
	height: 200px;
}
	
div#content-logo-bg {

	height: 185px;
	background-image: url('images/writers-cup-logo-3.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div#content p {
	line-height: 1.4;
	margin: 10px 10px;
}



#content-inners {
float: left;
width: 440px;
margin: 0px 0px 0px 10px;
padding: 7px 0px 10px 0px;
background-color: #FFFFE7;
background-image: url('images/content-inners-background-3.jpg');
background-repeat: repeat-y;
}

#content-inners-form {
float: left;
width: 440px;
margin: 0px 0px 0px 10px;
padding: 7px 0px 10px 0px;
background-color: #FFFFE7;
background-image: url('images/content-inners-background-4.jpg');
background-repeat: repeat-y;
}

#content-inner-left {
float: left;
width: 47%;
display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px;
	border: 0px gray solid;

}

#content-inner-right {
float: right;
width: 48%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	border: 0px gray solid;
}


div#clear {
	clear: both;
}


div#left-column {
	position: relative;
	top: 2.5em;
	background: #FFFFFF;
	float: left;
	width: 175px;
	margin-left: -840px;
}

.left-column-navigation {
	margin-left: 20px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
}

.left-colomn-navigation a:link, .left-column-navigation a:active, .left-column-navigation a:visited {
	color: #712517;
	text-decoration: none;
}

.left-column-navigation a:hover {
	color: #99731E;
	text-decoration: none;
}
.right-column-navigation {
	margin-left: 20px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
}

div#right-column {
	position: relative;
	top: 2.5em;
	float: left;
	width: 175px;
	margin-left: -185px;
	background: #FFFFFF;
}

div#footer p {
	margin: 0;
	padding: 5px 10px;
}



div#footer {
	position: relative;
	left: 3em;
	top: 1.7em;
	text-align: right;
	height: 35px;
	width: 790px;
	background-color: #FFF;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000;
}

#copyright {
	width: 760px;
	height: 80px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000;
	line-height: 1.8;
	border: 0px black solid;

}

#navbottom a:link, #navbottom a:active, #navbottom a:visited {
	font-style: italic;
	color: #99731e;
	display: inline;
	text-decoration: none;
}

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