@charset "UTF-8";
/* CSS Document */

body{
  height:100%;
  width:900px;
  background-color:#FFF;
  background-image:url(images/gradientbg.png);
  background-position:center;
  background-repeat:repeat-y;
  
 }
 

a:link {color:#95A32F; text-decoration: none;}
a:visited {color:#95A32F; text-decoration:none;}
a:hover {color:#95A32F; text-decoration: underline;}
a:active {color:#95A32F; text-decoration:none}
tr#nav a:link {color:white; text-decoration:none;}
tr#nav a:visited {color:white; text-decoration:none;}
tr#nav a:hover {color:white; text-decoration:underline;}
tr#nav a:active {color:white; text-decoration:none;}
tr#foot a:link {color:#630; text-decoration:none;}
tr#foot a:visited {color:#630; text-decoration:none;}
tr#foot a:hover {color:#630; text-decoration:underline;}
tr#foot a:active {color:#630; text-decoration:none;}

 
 div#wrap {
	 min-height: 100%;}

 
 
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:219px;
  background-image:url(images/bgheader.png);
  background-repeat:repeat-x;
 }
 
 
 
 div#navbar{
	position:absolute;
	margin:auto;
	top:156px;
	width:900px;
	height:60px;
	left:50%;
	margin-left:-450px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
 }
 
 
  div#search{
	position:absolute;
	margin:auto;
	top:32px;
	width:900px;
	height:140px;
	left:50%;
	margin-left:-450px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: center;
 }
 
 div#main{position:absolute;
 margin:auto;
 width:900px;
 top:225px;
 left:50%;
 margin-left:-450px;
 height:auto;
 overflow:auto;
 }
 
 div#searchwrapper {
width:240px; /*follow your image's size*/
height:40px;/*follow your image's size*/
background-image:url(THE_SEARCH_BOX_IMAGE);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
div#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:3px;
left:9px;
width:180px;
height:28px;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:3px;
left:189px;
width:37px;
height:28px;
}


 
.navbartext {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.navbartext3 {
	font-size: 12px;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:14px;
}
.shoptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}
.sidenavbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.sectiontitle {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #95A32F;
	font-weight:bold;
}

.eventtitle {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #95A32F;
	font-weight:bold;
}


.footertitle{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#95A32F;
}

.footertext{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#630}
	
.footernavbar{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000}