/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

body{
     background-image:url(../images/bg.gif);
	 background-attachment:fixed;
	
	 background-color:#cecece;

	
	}
	
img {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	margin-left:20px;
	}

a img{
	border:none;
	}

a {
	color:#000;
	text-decoration:none;
}	

a:hover {
	color:#CCCCCC;
}
	
	/* M A I N  */

#container {
	width: 800px;
	margin: 0 auto;
	padding:0;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6c6c6c;
	line-height:1.5em;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	border:#a5a5a5 1px solid;

	}


.spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}
/* H E A D E R */


#header{
	width:800px;
	height:120px;
	background-image:url(../images/header.jpg);
 

	}

#header img {
	display:block;
	
	}

/* N A V B A R */
#navbar {
    width:800px;
	height:20px;
	background-image:url(../images/nav_bg.gif);


}
#navbar_wrap{
	width:380px;
	float:right;
	margin-right:20px;

}

#navbar_wrap img{
float:left;

}



/* C O N T E N T */


#content {
	width:800px;


	}


#left_content {
	width:420px;

	float:left;
}



#left_content p {
	margin-left:40px;
	margin-right:40px;
}

#left_content h1 {
	font-size:14px;
	letter-spacing: 0em;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}
#left_content ul {
	margin-left:80px;
}

#right_content {
	width:380px;

	float:left;
}


	

table.the_table {

	margin-left:20px;
		margin-top:20px;

}

table.the_table td{
padding:0px 0px 0px 0px;
vertical-align:top;

}

table.gallery {
	position:relative;
	left:30px;
	margin-top:10px;

}

table.gallery td{
padding:5px 5px 5px 5px;

}

table.gallery td a{
color:#0033FF;
text-decoration:underline;

}
table.gallery td a:hover{
color:#fff;
text-decoration:underline;


}
td.address {
	background-image:url(../images/logoheader.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
	
#address {
float:right;
margin-right:15px;
	font-size:14px;
	color:#999999;
	letter-spacing: 0em;
	font-weight:bold;
	text-align:right;

}

#address h1 {
	color:#666666;
}

#address a {
	color:#9ec198;
}
#address a:hover {
	color:#666;
}


#address p{
	margin-left:5px;
	
}
#content_right p{
	margin-left:20px;
}



#content_right ul{
	margin-left:50px;
}


#footer {

	width:800px;
	height:20px;
	
	background-image:url(../images/footer_bg.gif);
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

#postfoot {

	width:800px;
	height:44px;
	margin:auto;

	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}
	
#footer a {
	color:#fff;
	text-decoration:none;
	}	
#footer a:hover {
	color:#666;
	text-decoration:underline;
	}		

		
#w3c {	
	float:right;
	padding: 10px;
	}
	
	
/* P O P B O X */

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("../images/magminus.cur"), pointer;
}