/* watcha looking at? */

body {
	margin:0;
	align:center; 
	border:0; 
	height:100%; 
	overflow-y:auto;
}

body {
	font-family: georgia, serif;
	font-size:16px;
	background: #000000 url("images/bground.jpg") repeat-y; 	
}

a:active {
  outline: none;
}

:focus{
  -moz-outline-style: none;
}

a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

/* header */

#menu {
	display:block; 
	top:0px; 
	left:0px; 
	bottom:0px;
	width:995px;
	height:161px; 
	position:fixed;

}

.corner {
	display:block;
	width: 995px;
	height: 23px;
	position:fixed;
	top:160px;
}

* html #menu {
	position:left;
	height:183px;
}


/* nav */


#nav {
	display:block; 
	width:827px; 
	position:fixed;
	margin:-55px 0 0 40px;

}
#buttons {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 5px;
	text-transform: uppercase;
	font-size: 10px;
	color: #f4e9e9;
}
#buttons a:link {
	text-decoration: none;
	color: #d2dfed;
}
#buttons a:visited {
	text-decoration: none;
	color: #d2dfed;
}


#buttons a:hover {
	text-decoration: none;
	background:#FFCC00;
	color: #000000;
}

/* middle */

#page {
	margin:200px 0 0 80px; 
	display:block; 
	width:820px; 
	height: auto;
	padding:0 0 0 0;
}




/* pics */

#left {
	float: left;
	width: 550px;
	height: auto;
	padding:40px 0 40px 0;
}
#left .box {
	padding:50px 0 0 0;
}
#left a img {
	border:none;
}



/* Title*/
#title {
	float: left;
	width: 700px;
	padding:10px 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	color: #778493;
}
/* copy */
#right {
	margin:0px 0 0 0;
	float: left;
	width: 140px;
	height: auto;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #b2c4db;
}

.right .title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	padding: 0px 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f5864;
}

.byline a:link {
	text-decoration: none;
	color: #576e89;
}
.byline a:visited {
	text-decoration: none;
	color: #576e89;
}

.byline a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background:#6b6c64;
}
#box {
	padding:50px 0 0 0;
}


#line { 
width:600px;
height:0px;
border:dotted 1px #333333;
margin:0 0 0 0;
float: left;
}


/* Snippets */


.pr, .pl {
	width: 600em;
	margin: 1.5em;
	background-color: #ffffcc;
}
.pr {
	float: right;
	margin-right: 0;
}
.pl {
	float: left;
	margin-left: 0;
}
.apop, .bpop {
	display: none;
}
a.tpop {
	display: block;
	text-decoration: none;
	color: #000;
}
a.tpop:hover, a.itr:hover {
	border-width: 0; /* IE */
}
/* IE/Mac? */
a.tpop {
	position: relative;
}
/* */
a.tpop:hover .apop {
	display: block;
	position: absolute;
	width: 600em;
	background-color: #ffffcc;
	z-index: 1;
}
.intp, .apop span {
	display: block;
	padding: 0.5em;
	border: 4px solid;
}
.intp {
	border-color: #333;
}
.apop span {
	border-color: #f00;
}
#wrap {
	margin: 0 5em;
	background-color: #dfd;
	padding: 0.4em;
}

.itr {
	position: relative;
	background-color: #ccf;
	text-decoration: none;
	color: #000000;
}
.itr:hover .bpop {
	display: block;
	position: absolute;
	width: 40em;
	color: #000000;
	background-color: #ffffcc;
	padding: 1px 3px 2px 3px;
	border: 1px #000 solid;
	font-size: 0.8em;
	left: 3em;
	top: 0.5em;
}

.itr {
	display: inline-block;
	top: 0.15em;
	line-height: 1.05;
}



