/*Welcome to the Cascading Style Sheet 
for the Ninak.info by Pixel Lava Interactive. 

Notes:
/*padding values: top right bottom left*/

/* Colors
/* left column background - sky blue #3c92bf
/* sidebar background - darker tan#C2B690
/* center column background - tan #cbbf97

blue #3399ff
*/

/* basic layout ____________________________*/
body,
html {
	margin:0;
	padding:0;
	background-image: url(images/bg2.jpg);
	color:#000;
    }
body {
    min-width:900px;
    }
/*main page container ____________________________*/
#container {
    margin:0 auto;
    width:900px;
    }

#header {
    background:#FFF;
	width: 900px;
	height: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    }
	
#nav {
    background:#FFF;
	width: 900px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    }	

#main {
    width:900px;
    }

#header h1 {
    margin:0;
    }	
	
/* manual text formatting _______________________*/

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #3399ff;
}
.WhiteH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


/* automatic text formatting _______________________*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3399ff;
	font-weight: bold;
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #3399ff;
	font-style: italic;
	}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399ff;
	font-style: italic;
	}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	}	
.bluehref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #479BF9;
}
a{
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;	
	}
a:hover{
	text-decoration:underline;
	}

/* footer ______________________________*/
#footer {
    clear:both;
    height: 50px;
	width: 890px;
	border-top: solid 2px #000;
	text-align: right;
	color: #000;
	padding:5px;
    }
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
 }	
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
    }
.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	background-color: #FFFF00;
}
