/**************************************
The default stylesheet for ScribeOfTheNile.com
***************************************/

/* Structural elements */

#banner {
	width: 800px;
	height: 100px;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	position: absolute;
	left: 194px;
	top: 12px;
}

#navigation {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 169px;
	color: #FFFFFF;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #777777;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

#main {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	position: absolute;
	top: 136px;
	left: 194px;
	width: 800px;
	background-color: #DCDCDC;
	font-family: Verdana, Arial, sans-serif;
	font-size : 13px;
	color : #483D8B;
	line-height : 18px;
	text-align : center;
}

/* Presentational elements */



img {
	border: 0;
}

#navigation a.underline {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #FA9C08;
	text-align: center;
	margin-top: 0;
	margin-bottom: -3px;
	line-height: 20px;
}

input {
	background-color: #777777;
	color: #FFFFFF;
}

textarea {
	background-color: #777777;
	color: #FFFFFF
}

textarea.error {
	text-align: center;
}

#navigation ul {
	line-height : 15px;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 0;
	padding-left: 1px;
}

#navigation a {
	padding-left: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FA9C08;
}

#main a {
	padding-left: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #00008B;
}

#main a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #ED9105;
}

div.align-center {
	text-align: center;
}

div.align-left {
	text-align: left;
}