div.container
{
	width:100%;
	margin:0px;
	border:1px solid gray;
	line-height:150%;
	background-image: url(images/ucr-logo-plain-transa.jpg);
	background-repeat: no-repeat;
	background-position: 330px;
	background-attachment: scroll;



}
div.header,div.footer
{
	padding:0.5em;
	color:#009900;
	background-color:#FFFFFF;
	clear:left;
	text-align: center;
	width: 1200px;

}
h1.header
{
	padding:0;
	margin:0;
}
div.left
{
	float:left;
	width:300px;
	margin:0;
	padding:1em;
	font-weight: bolder;

}
div.content
{
	margin-left:300px;
	border-left:1px solid gray;
	padding:1em;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 330px 230px;




}

a:link {
	color: #006600;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #00CC00;
}

