*{
	margin:0;
	padding:0;
}

html, body{
	background:white;
	width:100%;
	text-align:center;
}

body{
	font-size:70%;
	line-height:1.2em;
	color:black;
	font-family: Arial, Verdana, Helvetica;
}

 h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, dl, ol, address {
    margin:0.7em 4% 0.5em 4%}

h1 { font-size: 160%;line-height:1.2em; }

h2 { font-size: 140%;line-height:1.2em; }

h3 { font-size: 110%;line-height:1.2em; }

h4,
h5,
h6 { font-size: 100%;line-height:1.2em; }

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

a{ text-decoration:none; color:black; }

a:hover{ color:#000; }

img{ border: 0 solid }

#section_header{
	margin:0 auto;
	width:100%;
	height:170px;
	border-bottom: 1px solid #666;
	background:transparent url(images/bg_header.gif) repeat-x;
}

h1#logo{
	width:770px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	text-align:left;
}

h1#logo img{
	display:block;
	margin:20px 0 0 80px;
}

#section_content{
	margin:0 auto 0 auto;
	text-align:left;
	width:770px;
	overflow:hidden;
	background:transparent;
	clear:both;
}

#nav{
	position:relative;
	z-index:10;
	margin: -1.4em auto 0 auto;
	width:770px;
	height:1.4em;
}

#menu{
	margin:0 0 0 130px;
	padding:0;
	list-style: none;
	width:640px;
}

#menu ul {
	margin:0;
	list-style: none;
	overflow:hidden;
}

#menu a {
	text-transform: uppercase;
	display: block;
	padding:0 10px 0 5px;
	line-height:1.4em;
	text-align:center;
	border-left:1px solid #999;
	color:#666;
}

#menu a:hover{
	color:#333;
}

#menu li { /* all list items */
	float: left;
}

#menu li ul { /* second-level lists */
	width:15em;
	display:none;
}

#menu li ul li a { /* second-level lists */
	padding:0.4em 10px 0.3em 5px;
	width: 15em;
	text-align:left;
	border-bottom:1px solid #CCC;
	border-right:1px solid #999;
	background-color:white;
	-moz-opacity: 0.8;
	opacity:0.8;
}

#menu li ul li a:hover { /* second-level lists */
	background:#FE0;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	display:block;
	position:absolute;
}

#article{
	margin:0;
	background:none;
	width:100%;
	overflow:hidden;
}

#photo{
	margin:3px 0;
	padding-bottom: 5px;
	float:left;
	width:336px;
	min-height:260px;
	height: auto!important;
	height: 260px;	
	background:white;
	display:inline; /* ie dld margin-bug */
}

#photo dl{
	margin:0;
}

#photo.wide{
	width:756px;
}

#photo.wide dd{
	width:101px;
	height:102px;
}

#photo.wide dd.wide{
	width:206px;
}

#photo.wide dd.tall{
	height:150px;
}

#photo dt, #photo dd{
	float:left;
	overflow:hidden;
	margin:2px;
	display:inline;
}

#photo dt{
	/*width:248px;
	height:191px;*/
}

#photo dt.wide{
	width:332px;
}

#photo dt.tall{
	height:256px;
}

#photo img,
#photo a
{
	/*width:100%;
	height:100%;*/
}

#photo dd{
	width:80px;
	height:61px;
}

#photo dd.wide{
	width:164px;
}

#photo dd.tall{
	height:126px;
}

#photo dd.shift_x{
	margin-left:86px;
}

#photo dd.shift_y{
	margin-top:67px;
}

#photo dt.right{
	float:right;
}

a.dia:hover img {
	-moz-opacity: 0.7;
	opacity:0.7;
 }

#text{
	margin: 5px 0 0 5px;
	width:415px;
	float:left;
	min-height:324px;
	height: auto!important;
	height: 324px;
	background:#ccc;
	display:inline; /* ie dld margin-bug */
}

#text a{
	text-decoration:underline;
}

#text h2 { text-transform: uppercase; }

#section_footer{
	margin: 5px 0 0 0;
	width:100%;
	height:2em;
	border-top: 1px solid #666;
	background:transparent url(images/bg_footer.gif) no-repeat center bottom;
	overflow:hidden;
}

#address{
	margin:0.4em auto;
	width:770px;
	text-align:left;
}

#address b{
	margin-left:0.8em;
}

