body {
	margin: 0px;
	background-image: url(../images_site/mainbg.gif);
}

p, div, span, td, ul, ol, .formfield {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #7B7B7B;
	line-height: 20px;
}

.bgleft {
	background-image: url(../images_site/mainbg_l.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.bgright {
	background-image: url(../images_site/mainbg_r.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.nav {
	background-image: url(../images_site/nav_bg.gif);
	background-repeat: repeat-y;
}

.nav_inner {
	background-image: url(../images_site/nav_top.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
}

.navitem_sel {
	background-image: url(../images_site/nav_div2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px;
}

	.navitem_sel img {
		margin-right: 10px;
	}
	
	.navitem_sel a:link, .navitem_sel a:visited, .navitem_sel a:active {
		color: #FF0101;
		text-decoration: none;
	}
	
	.navitem_sel a:hover {
		color: white;
	}


.navitem {
	background-image: url(../images_site/nav_div1.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px;
}

	.navitem img {
		margin-right: 10px;
	}
	
	.navitem a:link, .navitem a:visited, .navitem a:active {
		color: #6A6A6A;
		text-decoration: none;
	}
	
	.navitem a:hover {
		color: white;
	}



.pagetitle {
	color: #FCDC04;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images_site/title_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-left: 20px;
	line-height: 15px;
}

.page_bg {
	background-color: #1E1E1E;
}

.pageconent {
	padding: 20px;
	padding-top: 0px;
}

.footer {
	background-image: url(../images_site/footerdiv.gif);
	background-repeat: no-repeat;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align:right;
	font-size: 10px;
	
}

a:link, a:active, a:visited  {
  color: white;
  text-decoration: none
}

a:hover  {
  color: #EF0000;
}

h1 {
	color: #FCDC04;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #EF0000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
}

.formfield {
	border: 1px solid #0C0C0C;
	padding: 5px;
	background-color: #3D3D3D;
}

.saveButton {
	border: 1px solid #0C0C0C;
	padding: 5px;
	background-color: black;
	color: #FF0101;
	font-size: 10px;
}

.galleryImage {
	border: 0px;
}

.galleryImage img {
	margin: 5px;
	border: black solid 5px;
}

.side_contact {
	font-size: 9px;
	padding-top: 10px;
}
