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

* {
margin: 0; 
padding: 0; 
border: 0; 
}

/*Affects entire layout*/
body {
	background-color: #d0dcf2;
	background-image: url(r_horibg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
	color: #6a6fd6;
	font-family: georgia;
	font-size: 10px;
}

/*Affects individual div layers*/
#main {
	width: 1000px;
}

#navi {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content {
	position: absolute;
	left: 306px;
	bottom: 170px;
}

/*Affects links*/
a:link {
	font-family: georgia;
	font-size: 10px;
	font-style: italic;
	color: #875E73;
	text-decoration: none;
}

a:active {
	font-family: georgia;
	font-size: 10px;
	font-style: italic;
	color: #875E73;
	text-decoration: none;
}

a:visited {
	font-family: georgia;
	font-size: 10px;
	font-style: italic;
	color: #875E73;
	text-decoration: none;
}

a:hover {
	font-family: georgia;
	font-size: 10px;
	font-style: italic;
	color: #5345AD;
	text-decoration: line-through;
}
