body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 20px;
}
a:link, a:visited, a:active {
	color: #B37D09;
	text-decoration: underline;
}
a:hover {
	color: #B37D09;
	text-decoration: none;
}
.paginglr {
	padding: 3px 6px 3px 6px;
	border: 1px solid #353535;
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #777777;
}
.paginglink a:link, .paginglink a:visited, .paginglink a:active {
	padding: 3px 6px 3px 6px;
	border: 1px solid #353535;
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #B37D09;
}
.paginglink a:hover {
	padding: 3px 6px 3px 6px;
	border: 1px solid #B37D09;
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #B37D09;
	background: #EDC97C;
}
.pagingcurrent {
	padding: 3px 6px 3px 6px;
	border: 1px solid #B37D09;
	margin: 0 3px 0 3px;
	color: #B37D09;
	background: #EDC97C;
}


/******************************* HEADER **************************************/

#header {
	height: 115px;
}
#logo {
	background: url(images/ramettaheader.png) no-repeat;
	height: 100px;
	width: 700px;
	margin: 20px 0 0 0;
}


/***************************** NAVIGATION BAR ***********************************/

#horizback {
	position: relative;
	z-index: 2;
	background: url(images/horizback.png) repeat-x;
	height: 150px;
}
#navbar {
	position: relative;
	z-index: 3;
	top: -162px;
	background: url(images/navbar.png) no-repeat;
	width: 840px;
	height: 34px;
	padding: 5px;
}
#nav1, #nav2, #nav3, #nav4, #nav5 {
	width: 168px;
	height: 34px;
	float: left;
	display: block;
}
#nav1 {
	background: url(images/navbar.png) no-repeat -5px -5px;
}
#nav2 {
	background: url(images/navbar.png) no-repeat -173px -5px;
}
#nav3 {
	background: url(images/navbar.png) no-repeat -341px -5px;
}
#nav4 {
	background: url(images/navbar.png) no-repeat -509px -5px;
}
#nav5 {
	background: url(images/navbar.png) no-repeat -677px -5px;
}
#nav1:hover {
	background: url(images/navbar.png) no-repeat -5px -49px;
}
#nav2:hover {
	background: url(images/navbar.png) no-repeat -173px -49px;
}
#nav3:hover {
	background: url(images/navbar.png) no-repeat -341px -49px;
}
#nav4:hover {
	background: url(images/navbar.png) no-repeat -509px -49px;
}
#nav5:hover {
	background: url(images/navbar.png) no-repeat -677px -49px;
}


/********************************** CONTENT *****************************************/

#content {
	width: 790px;
	padding: 40px 30px 30px 30px;
	text-align: left;
	background: url(images/contentbg.png) repeat-y;
	z-index: 1;
	top: -55px;
	position: relative;
}


/*********************************** HEADINGS ***************************************/

.heading1 {
	color: #B37D09;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0 0 30px 0;
	text-shadow: #000000 2px 2px 3px;
}
.heading2 {
	color: #B37D09;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-shadow: #000000 2px 2px 3px;
}
.heading3 {
	color: #777777;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}


/******************************** BUTTONS ****************************************/

.login {
	background: url(images/login.jpg) no-repeat;
	height: 24px;
	width: 104px;
	outline: none;
	border: 0;
}
.login:hover {
	background: url(images/login.jpg) no-repeat 0 -24px;
	cursor: pointer;
}
.add {
	background: url(images/add.jpg) no-repeat;
	height: 24px;
	width: 104px;
	outline: none;
	border: 0;
}
.add:hover {
	background: url(images/add.jpg) no-repeat 0 -24px;
	cursor: pointer;
}
.edit {
	background: url(images/edit.jpg) no-repeat;
	height: 24px;
	width: 104px;
	outline: none;
	border: 0;
}
.edit:hover {
	background: url(images/edit.jpg) no-repeat 0 -24px;
	cursor: pointer;
}
.delete {
	background: url(images/delete.jpg) no-repeat;
	height: 24px;
	width: 104px;
	outline: none;
	border: 0;
}
.delete:hover {
	background: url(images/delete.jpg) no-repeat 0 -24px;
	cursor: pointer;
}


/********************************* FORMS *****************************************/

.input {
	width: 168px;
	border: 0;
	background: url(images/input.jpg) no-repeat;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	margin: 4px 0 4px 0;
	color: #777777;
	outline: none;
}
.input:focus {
	background: url(images/input.jpg) no-repeat 0 -24px;
}
.send {
	background: url(images/send.jpg) no-repeat;
	height: 24px;
	width: 104px;
	outline: none;
	border: 0;
}
.send:hover {
	background: url(images/send.jpg) no-repeat 0 -24px;
}
.textarea {
	width: 350px;
	height: 90px;
	border: 0;
	background: url(images/textarea.jpg) no-repeat;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #777777;
	outline: none;
}
.textarea:focus {
	background: url(images/textarea.jpg) no-repeat 0 -100px;
}
.errorpic {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.formerror {
	color: #B37D09;
	width: 344px;
	height: 35px;
	background: url(images/errorback.jpg) no-repeat;
	padding: 4px 8px 6px 8px;
	text-align: center;
	margin: 0 0 20px 0;
}
.errortext {
	color: #B37D09;
}
.loginerror {
	color: #B37D09;
	width: 260px;
	height: 30px;
	line-height: 30px;
	background: url(images/loginerror.jpg) no-repeat;
	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
}
.check {
	height: 17px;
	background: url(images/checkbox.jpg) no-repeat top left;
	padding: 3px 0 3px 25px;
}
.uncheck {
	height: 17px;
	background: url(images/checkbox.jpg) no-repeat 0 -17px;
	padding: 0 0 0 25px;
}


/********************************* PICTURES ***************************************/

.homepic {
	width: 350px;
	height: 250px;
	background: url(images/homepagepic.jpg) no-repeat;
	float: right;
	margin: 0 0 10px 10px;
}

/*********************************** FOOTER ***************************************/
#footer {
	width: 850px;
	height: 10px;
	background: url(images/footerbg.png) no-repeat;
	position: relative;
	top: -55px;
}
#links {
	width: 840px;
	padding: 10px 5px 5px 5px;
	position: relative;
	top: -60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
#links a:link, #links a:active, #links a:visited {
	color: #777777;
	text-decoration: underline;
	margin: 0 10px 0 10px;
}
#links a:hover {
	color: #777777;
	text-decoration: none;
}

