/*
Author: Tharique Azeez
Author URI: http://www.niram.org
*/
/*
body {
	margin: 0px;
	background:  #fff;
	font-family: "Helvetica", Arial, Trebuchet MS, 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: 12px;
	font-style:bold;
	text-transform: uppercase;
	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: 0px auto;
	padding: 10px;
	background: #FFFFFF;
}

#header {
		   height: 115px;
		
		   padding: 5px 0px 0px 0px;
		 }


#splash {
	width: 910px;
	margin: 0px 0 10px 0;
	height:400px;
}
*/
/* FORM STYLE */
/*
.myform{
	margin:0 auto;
	width:600px;
	padding:14px;
}


#stylized{
		border:solid 2px #b7ddf2;
		background:#ebf4fb;
	}

#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:2px;
	}

#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}

#stylized label{
		font-weight:bold;
		width:140px;
		text-align:center;
	}

#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}

#stylized input{
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:400px;
		margin:2px 0 20px 10px;
	}

#stylized button{ 
		clear:both;
		width:180px;
		height:31px;
		background:#333 url(img/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
*/
/* ABOUT ME AND MY THINGS - EXTREME FOOTER Man.. ;) */
/*
#footer1 {
	background: #111;
	bottom: 0;
	left:0;
	color: #444;
	position: fixed;
	width: 100%;
}

#footer1 #anbu {
	float: left;
	margin-right: 0px;
}
#footer1 a {
	color:  #384662;
}
#footer1 p {
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	text-transform:uppercase;
}

*/