body {
	background-color: #BF8941;
	color: #0d323a;
	font-family: "Garamond", "Book Antiqua", Palatino, serif;
}

div#content {
	width: 800px;
	margin: auto auto auto auto;
	border-color: #1F545C;
	padding: 10px 30px 30px 30px;
	background-color: #E8CE90;
		border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}

div#header{
	min-width: 800px;
	width:800px;
	background-color: #1F545C;
	text-align: center;
	margin: auto auto auto auto;
		border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
			border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
		padding: 5px 30px 10px 30px;

}

div#header, th{
	font-variant: small-caps;
				color: #8fc8c8;
	text-shadow:#0B1018 2px 2px 1px;
	font-weight: bold;
}

test{
	font-size: 250%;

}

test2{
	font-size: 150%;
}


h2{
	font-size: 115%;
	text-indent: -15px;
	margin-bottom: 5px;
		color: #1F545C;
}

h3{
	font-size: 100%;
	color: #1F545C;
	text-indent: -5px;
	margin-bottom: 0px;
}

wg{
	color: #1F545C;
	font-weight:bold;
}

input[type="text"], textarea {
    width:12em;
    border-radius:2px;
    border: solid 1px #1F545C;
    padding:0.4em;
    background-color: #BF8941;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
    resize: none;
}

textarea {
	width: 200px;
	height: 50px;
}

#load, #saveTemplate, #wordforms{
	width: 70%;
	height: 15em;
	margin: auto auto auto auto;
}

table{
	width:80%;
	margin: auto auto auto auto;
    border-radius:5px;
	text-align: center;
	vertical-align: center;
    border: solid 3px #1F545C;
}

td, th
{
	border:1px solid #1F545C;
    border-radius:2px;
    padding: 5px 2px 5px 2px;
}
th
{
	background-color:#1F545C;

	font-size: 125%;
}

div#intro{
	border-bottom: 2px solid #1F545C;
	padding: 10px 10px 10px 10px;
	font-size:110%;
	text-indent: 30px;
}

div#options{
	border-bottom: 2px solid #1F545C;
	padding: 0px 10px 18px 10px;
	font-size:110%;
	text-align:center;
}

input[type="button"], button{
	background-color: #BF8941;
	border-radius:2px;
    border: solid 1px #1F545C;
    font-family: "Garamond", "Book Antiqua", Palatino, serif;
    font-size: 1em;
}

div#generator{
	width: 750px;
	margin: auto auto auto auto;
}

select {
	background-color: #BF8941;
	border-radius:2px;
    border: solid 1px #1F545C;
	margin-right: 4px;
}

div#footer{
	min-width:800px;
	text-align: center;
	padding: 10px 30px 30px 30px;
	color: #031B1F;
}