/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } */

body {
	background: transparent url(images/4.gif) repeat-y 50% 0;
}

#branding {
	background: transparent url(images/3.gif) no-repeat 50% 100%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

#branding h1 {
	background: transparent url(images/2.gif) no-repeat;
	height: 131px;
	margin: 0.6em auto;
	text-align: center;
	text-indent: -99999px;
	width: 264px;
}

#branding p {
	background: transparent url(images/6.gif) no-repeat;
	font-size: 1.3em;
	height: 17px;
	margin: 25px auto 35px;
	text-indent: -99999px;
	width: 521px;
}

#userBlock * a {
		text-decoration: none;
	}
#userBlock * a.active {
		text-decoration: none;
		font-weight: bold;
}
#navigation {
	margin-top: 00px;
	position: fixed;
	text-align: center;
}
	
	#navigation ul.nav {
		font-size: 1.2em;
		line-height: 1.66;
		list-style: none;
		margin-left: 0;
	}
	

	#navigation ul.nav a {
		text-decoration: none;
	}
	
		#navigation ul.nav a.active {
			font-weight: bold;
			text-decoration: none;
		}

#content {
	margin-left: 190px;
}

#content p {
	font-size: 13px;
}

#content h3, 
#content h4, 
#content h5 {
	font-size: 1.66em;
	font-weight: normal;
}

#content-sub {
	margin-top: 170px;
	margin-left: 30px; 
	position: fixed;
}

#userBlock 
{
	
	margin-left: 850px; 	
	font-family:"American Typewriter","Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:14.4px;	
	
}


#content-sub h4 {
  font-family: "American Typewriter", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  font-size: 13px;
	margin-bottom: 0;
}

#content-sub p {
	margin-bottom: 1em;
}

#content-sub p span {
	display: block;
}

#site-info {
	background: transparent url(images/5.gif) no-repeat 50% 0;
	font-size: 80%;
	margin: 2em auto;
	padding-top: 65px;
	text-align: center;
}

#site-info p {
	margin-top: 2em;
}
