body {
	margin: 0;
	padding: 0;
	/*	background: url("img/bg-main.png") repeat; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #300000;
	color: #666;
}

a:link {color:#FFFFFF;}      /* unvisited link */
a:visited {color:#FFFFFF;}  /* visited link */
a:hover {color:#CFCFCF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

td {
	vertical-align: top;
}

#canvas {
	width: 1024px;
	margin: auto;
	background-color: #300000;
}

#container {
	float: left;
	width: 1024px;
	/*background: url("img/bg-main-container.png") no-repeat;*/
	overflow: hidden; /*position: relative;*/
	background-color: #300000;
}

#main_text {
	border-spacing: 5px;
	padding: 0px;
	border: 2px;
	margin: 0px;
}


.textarea {
	padding: 5px;
	background-color: #633F2B;
	border-width: 1px;
	border-style: solid;
	border-top-color: #74503C;
	border-left-color: #74503C;
	border-right-color: #54301C;
	border-bottom-color: #54301C;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	overflow-y: scroll;
	scrollbar-face-color: #b0947c;
	scrollbar-shadow-color: #301404;
	scrollbar-highlight-color: #301404;
	scrollbar-3dlight-color: #301404;
	scrollbar-darkshadow-color: #301404;
	scrollbar-track-color: #301404;
	scrollbar-arrow-color: #301404;
}

::-webkit-scrollbar {
	width: 14px;
	height: 14px;
	background-color: #301404;
}

::-webkit-scrollbar:hover {
	background-color: #301404;
}

::-webkit-resizer {
	-webkit-border-radius: 2px;
	background-color: #666;
}

::-webkit-scrollbar-thumb {
	min-height: 12px;
	min-width: 12px;
	-webkit-border-radius: 0px;
	background-color: #b0947c;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #b0947c;
}

::-webkit-scrollbar-thumb:active {
	background-color: #b0947c;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment
{
	display: block;
	height: 14px;
	width: 14px;
}

::-webkit-scrollbar-button:start:decrement {
	background-image: url(images/UpArrow.png);
	background-position: 1px 1px;
}
::-webkit-scrollbar-button:end:increment {
	background-image: url(images/DownArrow.png);
	background-position: 1px 1px;
}

.big-title {
	color: #C3BB77;
	font-family: Georgia, "Times New Roman", Serif;
	border: 0px solid green;
	font-size: 50px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color = #000000, offx = 2, offy = 2);
}

.heading {
	color: #C3BB77;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	border-bottom: 1px solid #C3BB77;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color = #000000, offx = 2, offy = 2);
	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 0px #000;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

.major-button {
    border: 0px;
	width: 252px; 
	height: 40px;
	cursor: pointer;
}

.article {
	/*color: #bcA868; */
	color: #ccb878;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: normal;
}

.section {
	font-size: 18px;
	color: #FFFFE0;
	font-family: Georgia, "Times New Roman", Serif;
	font-weight: bold;
	margin-bottom: 2px;
}

