BODY {
	background-image: url(../images/page-back1.jpg);
	background-repeat: repeat-y;
	background-color: #BFCFDE;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height:auto;
	text-align: center;
	font-family: "verdana", Georgia, Arial;
	font-size: 14px;
	line-height: 1.5em;
}

/* These are the styles associated with the various div tags */
#Navtop {
	background-image: url(../images/nav-top.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
	background-position: center;
}
#Navbase {
	background-image: url(../images/nav-base.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 190px;
}
#Contentbase {

	background-image: url(../images/contentbase.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 550px;
}
#Content {
	background-image: url(../images/content-back.gif);
	background-repeat: repeat-y;
	width: 550px;
	text-align: left;
}
#Contenttop {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 550px;
}
#Contentmenu{
	background-image: url(../images/content-menu.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 550px;
	float: right;
	
		
}
#Gradient {
	background-image: url(../images/top-grafient.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
	background-position: center top;
}
#Nav {
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#Navsub {

	background-repeat: repeat-y;
	background-position: left;
}
#Textcontainer {
	margin: 0px 20px;
	padding: 0px;
}
#Footer {
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	font-size: 12px;
	text-align: center;
	width:500px;
	padding-left:30px;
	float:left;
	
	
}
#Footer a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

/* These are general presentation styles */
H1 {
	font-size: 140%;
	margin-top: 0px;
	padding-top: 0px;
	color:#400000;
}
H2 {
	font-size: 130%;
	color:#000066;
}
H3 {
	font-size: 120%;
	color:#400000;
}
H4 {
	font-size: 110%;
}

/* These styles below are all your navigation styles */
.buttonscontainer {
	width: 190px;
	color: #000000;
	background-image: url(../images/nav-back.gif);
	background-repeat: repeat-y;
}

.buttons a {
	color: #000B87;
	padding: 4px 4px 4px 40px;
	display: block;
	font: bold 14px/1.5em "Trebuchet MS", Georgia, Arial;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/normal.jpg);
	background-repeat: no-repeat;
	background-position:left;
	margin-right: 10px;
	width: 135px;
}

.buttonsub a:hover{
	background-image:none;
	color: #000B87;
	padding: 4px 10px 4px 40px;
	display: block;
	text-decoration: none;
	text-align: left;
	background-position: left;
	margin-right: 2px;
	width: 135px;
	font-family: "verdana", Georgia, Arial;
	font-size: 9px;
	line-height: 1em;
	font-weight: lighter;
}
.buttons a:hover {
	color: #0085DB;
	text-decoration: none;
	background-image: url(../images/hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#picturesr {
	float:right;
	width:200;
	height:110
}
