/*

The Unavowed - WAR.

 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	/* background:gray; */
	
	font-family:verdana,sans-serif;
	font-size:small;
	color:#362d1d;
		
	background-color: #41311f;

}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	font-weight: bold;
	margin:0 0 0.5em;
	color:#362d1d;
}


p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#f0f0f0;
	background-image:url(images/war_background.jpg);
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	/* padding:1em; */
	/* background:#ddd url("../csslayout.gif") 98% 10px no-repeat; */
	/* border-bottom:6px double gray; */
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 6em 5em; /* bottom padding for footer */
}

/*div#content p {
		text-align:justify;
		padding:0 1em;
	}
	*/

div#navigation {
	padding-top: 0em;
	padding-right: 10em;
	padding-bottom: 0em;
	padding-left: 10em;
}

	div#navigation p {
		text-align:right;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	border-top-width: 6px;
	border-top-style: none;
	border-top-color: gray;
}
	div#footer p {
		padding:1em 10em 1em;
		margin:0;
	}

/* TEXT, LINKS, AND SOME POSOTIONING SHIT */


.CenterPics {
	text-align:center;
}

.RightPics {
	text-align:right;
}

.LeftPics {
	text-align:left;
}

.MainContent {
	text-align:justify;
	padding:0 1em;
}

.MainContentCenter {
	text-align:center;
	padding:0 1em;
}

.ContentSm {
	font-size: x-small;
	text-align:justify;
	padding:0 1em;
}

.navBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bolder;
	color: #352D1D;
	text-align: center;
}

.Footer {
	line-height:1.5; 
	margin:0 0 1em;
	text-align:center;
}

a.TopNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bolder;
	color: #352D1D;
	text-decoration: none;
}

a.TopNav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}

a.ContentNav {
	font-family:verdana,sans-serif;
	font-size:small;
	color:#362d1d;
	text-decoration: underline;
}

a.ContentNav:hover {
	font-family:verdana,sans-serif;
	font-size:small;
	color: #685636;
	text-decoration: underline;
}

/* Contact Form */


.contact_text {
	background-color: #ddb574;
	border-color: #362d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #362d1d;
	letter-spacing:.1em
	color: #362d1d;
	width: 350px; 
	border-style: solid;
	border-width: 1px;
}

.contact_area {
	background-color: #ddb574;
	border-color: #362d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #362d1d;
	letter-spacing:.1em;
	/* color: #362d1d; */
	width: 350px; 
	border-style: solid;
	border-width: 1px;
}

.contact_bttn { 
background-color: #ddb574; 
border-color: #362d1d #362d1d #362d1d #362d1d; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: x-small;
color: #362d1d;  
width: 75px; 
cursor: hand;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px;
}
