/* Ben's Page Stylsheet */
/* Written by Ben Zvan <www.zvan.net> */

body {					/* the whole thing */
		font-family: sans-serif; 
		color: #000088;
		background-color: #ffffff; }

#content {					/*content of page */
		display: block; 
		position: relative;
		margin-left: auto;
		margin-right: auto;
		}
.center {					/* centered content */
		text-align: center; }

#title h3	{
		text-align: right;}
#topfade {				/* fade out items */
		position: fixed;
		top: 0px;
		left: 0px;
		right: auto;
		bottom: auto;
		margin: 0px;
		height: 24px;
		width: 100%;
		background: transparent url( 'white-top.png' ) repeat top; }


p {						/* all paragraphs */
		padding: .5em; 
		padding-top: 0em;
		margin: 0px; }

b {						/* plain old bold */
		font-weight: 700; }

small {					/* plain old small */
		font-size: 90%; }

a:visited {					/* default visited link */
		color: #6666ff; }

a:link {					/* default links */
		color: #4444ff; }

a:hover, active, focus {		/* default mouseovers */
		color: #0000cc; }

.rounded {				/* anything with rounded corners */
		border-radius: .25em; 
		-moz-border-radius: .25em; }

.newsbox {				/* the news container */
		background-color: #fff;
		border: 1px solid #ddf; 
		padding: 0em;
		border-radius: .5em; 
		-moz-border-radius: .5em; }

.newshead {				/* news headder information */
		background-color: #eef; 
		padding: .25em; }

img {		display: none;
		}



