/* 
	
	CSS Document
	Filename: style.css
   	Project : People College
	Ver.	: 1.0
	Date	: May, 9th 2010
	Author  : Nikolas Sildeyna - Sildeyna.com
	
	PANDAWEB.US
	   
*/


/* CSS RESET v1.0 | 20080212 -------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* CSS RESET END-------------------------------------------- */

h1 
{
    font-size:20px;
}
h2 
{
    font-size:16px;
    color:#436990;
}
h3 
{
    font-size:14px;
    color:#436990;
}

body {
	background:url(/images/nivo/bg_main.gif) #fff repeat-x top;
	color:#333;
	font-family:'Arial',sans-erif;
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0;
}

a {text-decoration:none; padding:0; margin:0; }
a:link { color:#265b90; }
a:visited {color:#265b90;}
a:hover { color:#4082c3; }
a:active { 	color:#265b90; }



#container{ 
	margin:0 auto;
	width:950px;
	min-height:450px;
	}
	
#header{
	width:950px;
	background:url(/images/nivo/bg_head.gif) no-repeat left top;
	height:126px;
	float:left;
	color:#93b2d1;
	}

#content{
	float:left;
	background:#fff;
	min-height:350px;
	width:925px;
	padding:25px 0 0 25px;
	
	
	}
#donation{
	margin: 0 0 0 100px		
	}
		
	
#footer{
	float:left;
	width:900px;
	font-size:11px;
	margin:35px 0 25px 25px;
	}
	

/* HEADER START ---------------------------------------------------------------------------- */

#header h1  
{
    float:left;  
    margin:30px 0 30px 0;  
}
#header h1 a {  width:91px; height:79px; background:url(/images/nivo/logo.gif) no-repeat; cursor:pointer; text-indent:-9999px; display:block; }

#header a { color:#fff; }


#header_nav { margin:87px 0 0 58px;float:left;  }
#header_nav ul { display:inline;   }
#header_nav ul li { float:left; padding:0; list-style:none; display:block; font-size:16px; line-height:19px; }
#header_nav ul li a { background:url(/images/nivo/bg_menu.gif) repeat-x; line-height:20px; font-size:18px; padding:11px 15px 20px 15px; margin-right:1px; font-weight:bold; }
#header_nav ul li a:hover, #header_nav ul li a.current { background:url(/images/nivo/bg_menuhover.gif) repeat-x; color:#00203f; }
#header_nav a { font-size:18x; line-height:22px; letter-spacing:-1px; color:#fff;  }

#header_nav a.active, #header_nav a.current {  color:#aacce5; }

#user { float:right; text-align:right; margin:25px 0 0 0; }



/* HEADER END ---------------------------------------------------------------------------- */


/* CONTENT START ---------------------------------------------------------------------------- */

#index_side { width:400px; height:300px; float:left; background:#CCC; }
#index_gallery { float:left; width:900px; margin:20px 0 0 0; }
.gallery_box { width:164px; float:left; margin-right:20px; }
.gallery_box h3 { margin-top:5px; font-size:14px; } 
#index_gallery .lastitem { margin-right:0; }

#content ul { margin: 0 0 0 30px   }

/* CONTENT END ---------------------------------------------------------------------------- */


/* FOOTER START ---------------------------------------------------------------------------- */


#pandaweb { float:right; }
	

/* FOOTER END ---------------------------------------------------------------------------- */


