/*
Author: Tharique Azeez
Author URI: http://www.niram.org
*/

body {
	margin: 20px;
	background:  #29440D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #350031;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	margin: 0;
	line-height: normal;
	font-size: 9px;
	font-style:bold;
	text-align: center;
}

ul, ol {
list-style: none;
padding-left: 0px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000033;
}

a:hover {
	background: none;
	color:#990000;
}

#wrapper {
	width: 910px;
	margin: 60px auto;
	padding: 10px;
	background: #FFFFFF;
}

#splash {
	width: 910px;
	margin: 5px 0 10px 0;
	height:400px;
}