html {
	background-color: #cccccc;
	background-image: url(Images/BluGuruWebBG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Link Effects */
a, a:visited {
	text-decoration: none;
	color: #0000CC;
}

a:hover {
	text-decoration: none;
	color: #0099FF;

}

#toppadding {

	height:20px;

}
#container {
	/* width: 1240px; */
	
/*	background-image: url(Images/placeholder1.jpg);
	background-repeat: no-repeat;
	background-position: center center; */
}
#navbar{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
	height:240px;
	margin: 0;
	padding: 0;
}

#navbar a:hover {
	text-decoration: none;
	color: #DBEA50;
}


#maincontent {
	margin-top:20px;
	width: 90%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333399;
	height: 350px;
	padding: 10px;
	overflow: auto;

}

#textcontainer {
	background-image: url(Images/text_bg_body.png);
	background-repeat: repeat-y;
	background-position: center;
}

#textcontainertop {
	background-image: url(Images/text_bg_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:25px;
}

#textcontainerbottom {
	background-image: url(Images/text_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	height:50px;

}

#textblock {
	padding:1px;

}

#sidebar {
	text-align: center;
	padding: 300px 5px 5px 5px;
	margin-left: 660px;

}

#slideshowbox {
	width: 60%;
}

.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333399;
}


.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#333399;

}

.largefont {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333399;

	
}
