* {
	margin: 0;
	padding: 0;
	}

body {
	background: #FFFFFF left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
	
#container { 
	width: 900px; 
	margin:0 auto 0 auto;
	position: relative;
	background : #FFFFFF; 
	color : #FFFFFF; 
	text-align : left; 
	background-image: url("images/bg.jpg");
	background-repeat: repeat-y;
	background-position: top right;
	} 

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #990033;
}
.style1 {font-size: 10px}

.style3 {color: #336699}

.style14 {
	color: #3399CC;
	font-weight: bold;
	font-size: 14px;
	}	

#welcome {	 
	background-color: #FFFFFF;
	background-image: url("images/backgroundtop.gif");
	background-repeat: repeat-x;
	height: 186px;
	width: 900px;
	position: relative;
	}

	#welcome .leftside {
		float: left;
		width: 504px;
		margin-left: 0px;
		margin-top: 0px;
		}

.rightside {
		width: 195px;
		position: absolute;
		right: 0;
		top: 0;
		margin-right: 0px;
		margin-top: 0px;		
		}	
		
#menu {
	background: transparent left bottom no-repeat;
	padding-bottom: 0px;
	width:120px; 
	float: left;
	}	
	
		#menu ul li a {
			display: block;
			font: bold 110%/19px Arial, Helvetica, sans-serif;
		}

#content { 
	color : #454545; 
	width: 585px; 
	margin-left: 135px;
	position: relative;
	z-index: 2;
	}	
	
	
.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
#bottomstuff { 
	clear: both;
	width: 900px;
	position: relative;
	margin:0 auto;
	padding-top: 10px;
	text-align: right;
	}
