/* Header Content */
#header_left {
				float					:left;
				margin-top				:0px;
				margin-left				:15px;
				margin-bottom			:0px;
				width					:550px;
				height					:120px;
				color					:#333;
				/* Borders so you can see the various boxes */
				border					:0px solid #FFFFFF;
}
#header_right {
				float					:right;
				margin-top				:30px;
				margin-right			:10px;
				margin-bottom			:20px;
				width					:234px;
				height					:60px;
				color					:#333;
				/* Borders so you can see the various boxes */
				border					:1px solid #0000FF;
}
#header_center {
				margin-top				:0px;
				margin-left				:auto;
				margin-right			:auto;
				margin-bottom			:0px;
				padding					:80px 0px 0px 0px;
				width					:538px;
				height					:120px;
				color					:#333;
				background				:transparent;
				/* Borders so you can see the various boxes */
				border					:0px solid #FFFFFF;
				
}
/* Body Content */

#picture_box1 {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box1.png);
				background-position		:0 0;
}
#picture_box1:hover{
				background-position		:0px -200px;
}
#picture_box1_active {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box1.png);
				background-position		:0px -200px;
}
#picture_box2 {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box2.png);
				background-position		:0 0;
}
#picture_box2:hover{
				background-position		:0px -200px;
}
#picture_box2_active {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box2.png);
				background-position		:0px -200px;
}
#picture_box3 {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box3.png);
				background-position		:0 0;
}
#picture_box3:hover{
				background-position		:0px -200px;
}
#picture_box3_active {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box3.png);
				background-position		:0px -200px;
}
#picture_box4 {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box4.png);
				background-position		:0 0;
}
#picture_box4:hover{
				background-position		:0px -200px;
}
#picture_box4_active {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box4.png);
				background-position		:0px -200px;
}
#picture_box5 {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box5.png);
				background-position		:0 0;
}
#picture_box5:hover{
				background-position		:0px -200px;
}
#picture_box5_active {
				width					:96%;
				height					:200px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/picture_box5.png);
				background-position		:0px -200px;
}

#event_button {
				width					:96%;
				height					:100px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #FF0000;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/box.png);
				background-position		:0 0;
}
#event_button:hover{
				background-position		:0px -100px;
}
#event_button_active {
				width					:96%;
				height					:100px;
				text-decoration			:none; 
				display					:block;
				border					:4px solid #666666;
				border-radius			:10px;
				-moz-border-radius		:10px; /* Old Firefox */ 
				background-image		:url(../images/box.png);
				background-position		:0px -100px;
}


/* End Middle Content */

/* Bottom Content */
#copyright  {
				margin-top				:0px;
				margin-left				:10px;
				margin-bottom			:0px;
				font-family     		:Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size       		:10px;
				color					:#CCCCCC;
				font-style				:normal;
				text-decoration 		:none;
				font-weight				:normal;
				text-align				:center;
				border-top				:0px solid #98CB00;
				border-bottom			:0px solid #98CB00;
				border-left				:0px solid #98CB00;
				border-right			:0px solid #98CB00;
				padding					:10px 0px 0px 0px;
}
#copyright a:link, #copyright a:visited {
  				color            		:#CCCCCC;
  				text-decoration  		:none;
  				font-weight      		:normal;
}
#copyright a:hover {
  				color            		:#FF0000;
  				text-decoration  		:none;
  				font-weight      		:normal;
}
/* webZplus Link */
#webzplus  {
		width					:200px;
		height					:25px;
		background 				:transparent;
		color					:#9E9E9E;
		margin-top				:0px;
		margin-left				:0px;
		margin-right			:0px;
		margin-bottom			:0px;
		border-top				:0px solid #98CB00;
		border-bottom			:0px solid #98CB00;
		border-left				:0px solid #98CB00;
		border-right			:0px solid #98CB00;
		padding					:0px 45px 0px 0px;
}
.webzplus_logo { 
		position				:relative;
		top						:6px;
		right					:0px;
		left					:2px;
		border-top				:0px solid #FF0000;
		border-bottom			:0px solid #FF0000;
		border-left				:0px solid #FF0000;
		border-right			:0px solid #FF0000;
		padding					:0px 0px 0px 0px;
}
#webzplus  {		

		font-family     		:Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size       		:10px;
		color					:#9E9E9E;
		font-style				:normal;
		text-decoration 		:none;
		text-align				:right;
}
#webzplus a:link, #webzplus a:visited { 

		color					:#9E9E9E;
		font-style				:normal;
  		text-decoration  		:none;
}
#webzplus a:hover { 

  		font-style      		:normal;
  		text-decoration  		:underline;	
}