html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end of meyer's*/
body {
	line-height: 1.2em;
	font: 1em Verdana, sans-serif;
	background: #000;
	color: #fff;
}
/*main container*/
#container {
	border-bottom: 6px double #fcfcd0;
	width: 100%;
	min-width: 786px;
}
.clear {
	clear:  both;
}
.clear_right {
	clear: right;
}
/*header styling*/
#container h1 {
	background: #000 url(../images/banner.gif) top left repeat-x;
	width: 100%;
	height: 66px;
	text-align: left;
	border-bottom: 6px double #fcfcd0;
}
#container h1 a {
	padding-top: 0.2em;
	float: left;
	padding-left: 10px;
	color:  #fff;
	text-decoration:  none;
	font:  2.5em Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
#container h1 a:link {}
#container h1 a:visited {}
#container h1 a:hover {
	color: #fcfcd0;
}
#container h1 a:active {
	color: #cc9;
}
/*subnav styling*/
#container h1 #subnav {
	float: right;
	font: 0.4em Verdana, sans-serif;
	margin-left: 35px;
}
#container h1 #subnav a {
	color:  #fff;
	text-decoration: none;
	padding: 1em;
	font-weight: normal;
}
#container h1 #subnav a:link {}
#container h1 #subnav a:visited {
	color: #cc9;
}
#container h1 #subnav a:hover {
	color:  #fff;
	text-decoration: underline;
}
#container h1 #subnav a:active {
	color: #cc9;
	text-decoration: underline;
}
/*main content styling*/
#container #content {
	width: 900px;
	clear: both;	
	padding: 10px;
}
#container #content #nav {
	float: left;
	width: 180px;
	padding-top: 20px;
}
#container #content #nav ul {
	margin: 70px 0 0 20px;
}
#container #content #nav ul li {
	margin-bottom: 2em;
}
#container #content #nav ul li a {
	color: #fff;
	text-decoration: none;
}
#container #content #nav ul li a:link {}
#container #content #nav ul li a:visited {
	color: #cc9;
}
#container #content #nav ul li a:hover {
	text-decoration: underline;
}
#container #content #nav ul li a:active {}
#container #content .column {
	float: left;
	padding: 20px;
	border:  2px solid #fcfcd0;
}
#container #content .column img {}
/*wide column*/
#container #content .columnx2 {
	float: left;
	margin-top: 174px;
	padding-bottom: 10px;
}
#container #content .columnx2 p{
	border: 2px solid #fcfcd0;
	max-width: 374px;
	padding: 20px;
}	
/* footer */
#footer {
	clear:  both;
	padding-top: 2em;
	width: 90%;
	margin: 0 auto;
}
#footer ul {
}
#footer ul li {
		display: inline;
		padding-left: 15px;
}
#footer ul li a {
	color: #fff;
	text-decoration:  none;
}

#footer ul li.right {
	float: right;
	padding-right: 15px;
}
#footer ul li.left {
	float: left;
	padding-right: 15px;
}
/* portfolio page*/
/*main menu*/
#container #content #nav {
	padding-top: 20px;
	float: left;
	width: 160px;
	padding-left: 7px;
}
#container #content #nav dl {
	padding: 70px 0 0 20px;
}
#container #content #nav dl dt {
	margin-bottom: 2em;
}
#container #content #nav dl dt a {
	color: #fff;
	text-decoration: none;
}
#container #content #nav dl dt a:link {}
#container #content #nav dl dt a:visited {
		color: #cc9;
		text-decoration: none;
}
#container #content #nav dl dt a:hover {
	text-decoration: underline;
	color: #fff;
}
#container #content #nav dl dt a:active {
	color: #cc9;
	text-decoration: underline;
}
#container #content #nav dl dd {
	padding: 0 0 2em 50px;
}
#container #content #nav dl dd a {
		color: #fff;
		text-decoration: none;
}
#container #content #nav dl dd a:link {}
#container #content #nav dl dd a:visited {
	color: #cc9;
	text-decoration: none;
}
#container #content #nav dl dd a:hover {
	text-decoration: underline;
	color: #fff;
}
#container #content #nav dl dd a:active {
	color: #cc9;
	text-decoration: underline;
}
/*main picture box*/
#container #content #photo {
	margin: 174px 0 70px 0px;
	float: left;
	width: 400px;
	height: 400px;
	padding: 20px;
	border: 3px double #fcfcd0;
}
#container #content #photo img {}
/*Abstract*/
#container #content .thumb {
	float: left;
	margin: 70px 0 0 10px;
}
/*general thumbnails link styling*/
#container #content .thumb a {
	background: #fff;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	padding: 50px;
	border: 1px solid #fcfcd0;
}
#container #content .thumb a:link {
	border: 1px solid #fcfcd0;
}
#container #content .thumb a:visited {}
#container #content .thumb a:hover {}
#container #content .thumb a:active {
			border: 1px solid #499;	
}
/*particular thumbnail link syling*/
#container #content .thumb a#blue  {
	background: #000 url(../images/blue_t.gif) 0 -199px no-repeat;
}
#container #content .thumb a:link#blue  {}
#container #content .thumb a:visited#blue  {}
#container #content .thumb a:hover#blue  {
	background: #000 url(../images/blue_t.gif) 0 1px no-repeat;
}
#container #content .thumb a:active#blue  {
}

#container #content a#yellow {
	background: #000 url(../images/yellow_t.gif) 0 -200px no-repeat;
}
#container #content a:link#yellow {}
#container #content a:visited#yellow {}
#container #content a:hover#yellow {
	background: #000 url(../images/yellow_t.gif) 0 0px no-repeat;
}
#container #content a:active#yellow {}
#container #content a#puzzle {
	background: #000 url(../images/puzzle_t.gif) 0 -200px no-repeat;
}
#container #content a:link#puzzle {}
#container #content a:visited#puzzle {}
#container #content a:hover#puzzle {
	background: #000 url(../images/puzzle_t.gif) 0 0 no-repeat;
}
#container #content a:active#puzzle {}
#container #content #papermen {
	background: #000 url(../images/papermen_t.gif) 0 -199px no-repeat;
}
#container #content a:link#papermen {}
#container #content a:visited#papermen {}
#container #content a:hover#papermen {
	background: #000 url(../images/papermen_t.gif) 0 1px no-repeat;
}
#container #content a:active#papermen {}
#container #content #phototh {
	margin: 94px 0 70px 0px;
	float: left;
	width: 400px;
	height: 400px;
	padding: 20px;
	border: 3px double #fcfcd0;
}
#container #content #phototh img {}
/*city views page extra styling*/
#container #content .thumb a#city1 {
background: #000 url(../images/city1_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city1 a:visited#city1 {
background: #000 url(../images/city1_t.gif) 0 -200px no-repeat;
}
#container #content .thumb a:hover#city1 {
	background: #000 url(../images/city1_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city1 {}

#container #content .thumb a#city2 {
background: #000 url(../images/city2_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city2 a:visited#city2 {}
#container #content .thumb a:hover#city2 {
	background: #000 url(../images/city2_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city2 {}
#container #content .thumb a#city3 {
background: #000 url(../images/city3_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city3 a:visited#city3 {}
#container #content .thumb a:hover#city3 {
	background: #000 url(../images/city3_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city3 {}
#container #content #thumbs { 
	width:1000px
}
#container #content .thumb a#city4 {
background: #000 url(../images/city4_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city4 a:visited#city4 {}
#container #content .thumb a:hover#city4 {
	background: #000 url(../images/city4_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city4 {}
#container #content .thumb a#city5 {
background: #000 url(../images/city5_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city5 a:visited#city5 {}
#container #content .thumb a:hover#city5 {
	background: #000 url(../images/city5_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city5 {}
#container #content .thumb a#city6 {
background: #000 url(../images/city6_t.gif) 0 -200px no-repeat;	
}
#container #content .thumb a:link#city6 a:visited#city6 {}
#container #content .thumb a:hover#city6 {
	background: #000 url(../images/city6_t.gif) 0 0 no-repeat;
}
#container #content .thumb a:active#city6 {}

