body { 
	background: #FFF url(/images/bg.png) top no-repeat; 
	padding: 0; 
	margin: 0;
}

body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5; /* Unitless for proper inheritance */
}

	 /*
body          { font-size: 75%; }  
html > body   { font-size: 12px; }  
*/

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	color:#d6d6d6; 
	clear:both; 
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; line-height:2; }
h4 { font-size: 1.2em; line-height:1.25; font-weight:bold; }
h5 { font-size: 1em; font-weight:bold; }
h6 { font-size: 1em; }
p {color: #999;}
a { text-decoration: none; }
img { border: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
dl {clear: both;}
dt { color: #d6d6d6; display: block; float: left; clear: left; width: 100px; font-size: 0.5em; line-height: 2em; text-transform: uppercase;}
* html dt { font-size: 0.75em; }
dt:after {
	content: ":";
}
dd { color: #d6d6d6; margin: 0; }
#masthead {
	min-height: 130px;
}
#logo {
	background: url(/images/rysq_logo.png) top left no-repeat;
	display:block;
	float: left;
	height: 103px;
	text-indent: -9999px;
	width: 123px;
}
#logo a {
	text-indent: -9999px;
}
#setuser {
	float: right;
	width: 250px;
	clear: none;
}
div#bio{
	
}
div#img {
	display: table-cell;
	margin: -19px 0 0 -19px;
	margin: 0 0 0 -19px;
	padding: 22px;
	width: 509px;
	text-align: center;
	vertical-align: middle;
}

div#img.glow500 {
  	background: url(/images/glow500bg.png) top left no-repeat;
	width: 509px;
	height: 384px;
	line-height: 373px;
}

div#img.glow375 {
  	background: url(/images/glow375bg.png) top left no-repeat;
	width: 384px;
	height: 509px;
	line-height: 498px;
}

div#img img {
	margin: auto 0;
	padding-right: 9px;
	vertical-align: middle;
	
}


#navigation {
	color: #d6d6d6;
	display: block;
	float: left; 
	font-size: 1.4em;
	padding: 19px 0 7px; 
}

#navigation h2 {
	font-size: 1.2em;  
  font-weight:bold;	
	width: 100px;
}
#navigation ul {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	width: 100%;
}

#navigation li {

	display: inline;
	float: left;
	margin-right: 15px;
	padding: 0;
  
}

#navigation a {
	color: #666;
}
#navigation a:hover, #navigation a.current {
	color: #000;
}
#pagination {
	min-height: 200px;
}
#pagination .hr {
	padding-top: 25px;
}
#pagination hr {
	color: #d6d6d6;
	background-color: #d6d6d6;
	width: 150px;
}
#pagination p {
	width: 150px;
}
ul.pagination {
	clear: both;
	display: block;
	list-style: none;
  text-align: left;
	margin: 19px 0;
	padding: 0 0 19px 0;
  width: 150px;
}
ul.pagination li{
	margin: 0;
	display: block; 
	float: left;
	padding: 0 6px 6px 0;
}

ul.pagination li a, ul.pagination li span {
	color: #666;
	background-color: #d6d6d6;
  	display: block;
	padding: 0;
  	height: 18px;
  	width: 19px;
	text-decoration: none;
  	text-indent: -9999px;
}
ul.pagination li span {
	color: #333;
}
ul.pagination li a:hover, ul.pagination li a.current {
	background-color: #000;
	text-indent: -9999px;
	text-decoration:none;
}
ul.arrows li a, ul.arrows li a:hover, ul.arrows li span {
	height: 20px;
	background: none;
	text-indent: -9999px;
}
ul.arrows li.leftarrow span {
	background: url(/images/arrows.png) 0px 0px no-repeat;
}
ul.arrows li.leftarrow a {
	background: url(/images/arrows.png) -50px 0px no-repeat;
}
ul.arrows li.leftarrow a:hover {
	background-color: transparent;
	background-position:-100px 0px;
}
ul.arrows li.rightarrow { float: right;}
ul.arrows li.rightarrow span {
	background: url(/images/arrows.png) -25px 0px no-repeat;
}
ul.arrows li.rightarrow a {
	background: url(/images/arrows.png) -75px 0px no-repeat;
}
ul.arrows li.rightarrow a:hover {
	background-color: transparent;
	background-position:-125px 0px;
}



