@charset "utf-8";
/* CSS Document */

	body {
		margin:0;
		background-color:#DDD;
	}
	* {
		font-family: Tahoma, Geneva, sans-serif;
		cursor:default;
	}
	p {
		line-height:18px;
		background-image:url(../images/paragraph.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		width:707px;
		padding:20px;
		font-size:14px;
		line-height:22px;
		letter-spacing:2px;
	}
	#siteWrapper{
		width:980px;
		margin:0;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/title_nar.jpg);
		background-position:right top;
		background-repeat:no-repeat;
		background-color:#FFF;
		border-style:solid;
		border-color:#000;
		border-width: 0 2px;
	}
	#header {
		width:100%;
		text-align:left;
		border-bottom: 2px solid #000;
		height: 211px;
	}
	h1 {
		font-family: Calibri, Geneva, sans-serif;
		padding-top:20px;
		color: #000;
		font-size:38px;
		margin:0;
		font-weight:bold;
	}
	.subHeader {
		letter-spacing:2px;
	}
	h2 {
		padding-top:25px;
		color:#00BBD4;
		font-size:24px;
	}
	a {
		text-decoration:none;
		cursor:pointer;
		color:#F00;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	img {
		border-width:0;
	}
	
	#logo {
		display:block;
		float:left;
		height:200px;
		width:700px;
	}
	
	#content {
		padding:0 0 0 30px;
		clear:both;
	}
	input.inputField {
		border-width:1px;
		border-style:solid;
		border-color:#999;
		float:left;
	}
	
	#search {
		float:right;
		display:block;
		height:150px;
		width:260px;
		padding: 50px 0 0 20px;
		font-size:12px
	}
	
	form {
		margin:0;
		font-weight:bold;
		font-size:16px;
	}
	
	#footer {
		position:relative;
		text-align:center;
	}
	#dots {
		background-image:url(../images/bar_x.gif);
		background-repeat:repeat-x;
		height:29px;
		width:920px;
		padding-top:21px;
		padding-left:30px;
		padding-right:30px;
	}
	#dots span {
		display:block;
		float:left;
		width:60px; 
		padding-left:40px;
	}
	#bar {
		background-image:url(../images/bar.gif);
		height:40px;
		width:100%;
	}
	#menu{
		margin-right:10px;
		margin-top:50px;
		float:right;
		width:185px;
	}
	#menu img {
		margin-bottom:5px;
		cursor:pointer;
	}
	#our {
		position:relative;
		width:0px;
		height:0px;
	}
	#littlesecret {
		position:absolute;
		width:10px;
		height:10px;
		top:153px;
		left:495px;
	}
	
	#schrodinger {
		position:absolute;
		top:10px; 
		left:30px;
	}
	
	#disclaimer {
		font-size:8px;
		color:#ccc;
		clear:both;
		display:block;
		padding-bottom:10px;
	}
