/*Layout specs*/

body 		{background-color:#ffffff;}

#container	{width:100%;
		height:100%;
		margin:15px;}

#nav		{width:240px; 
		position:fixed;
		background-color:#ffffff;}

#main		{background-color:#ffffff;
		max-width:700px;
		width:700px;
		position:relative;
		left:245px;}

img.jne		{margin-bottom:20px;}
img.indx	{margin-top:100px;}
img.so		{margin-bottom:50px;}
img.pstr	{position: absolute;
		left:550px;}
img		{margin-bottom:15px;
		border:0px;}	


/*typographic specs*/
p		{font-family:Helvetica, Arial, "sans-serif";
		font-size:10px;
		line-height:14px;}

p.right 	{text-align:right; 
		color:#333333;
		padding-right:135px;}

a		{text-decoration:none;
		font-size:10px;
		line-height:14px; 
		color:#768D1A}

.new		{color:#3399cc;}

a:hover		{color:#9a9d99;}
a:visited	{color:#333333;}
a:visited.new	{color:#333333;}