/* CSS Document */

* { margin: 0; padding: 0; border: 0;}

html,body{
	/* height: 100%; */
}

.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333333;
}  


div.container{
	width:800px;
	margin: 0 auto;
	margin-top: 180px;
}

div#identity{
	width: 160px;
	height: 40px;
	margin: 0 0 10px 675px;
	display: block;
}

div#identity a{
	text-decoration: none;
	color: #333333;
}

div#identity h1 {
	font-size: 1em;
	padding: 15px 0 0 0;
	width: 100px;
}

#logo{
	float: left;
	margin: 0 0 0 -45px;
}

div#myGallery{
	width: 810px;  !important;
	height: 250px; !important;
}

div#myGallerySet{
	width: 810px;  !important;
	height: 250px; !important;
}

div#nav{
	width: 630px;
	margin-top: 5px;
}

div#nav ul{
	width: 630px;
	height: 70px;
	padding: 7px 7px 7px 0px;
	margin: 0 0 0 -30px;
	list-style-type: none;
	/* background: url(images/navBG.png) repeat-y; */
	display: block;
}

div#nav li{
	width: 110px;
	float: left;
	height: 70px;
	text-align: center;
}

div#nav li a{
	padding: 5px 0 0 75px;
	font-size: 1.0em;
	text-decoration: none;
	color: #333333;
}

div#nav li a:hover{
	text-decoration: underline;
}

a#portfolio{
	background: url(images/portfolio.png) no-repeat top;
	height: 70px;
	display: block;
}

a#portfolio:hover {
	background: url(images/portfolioOVER.png) no-repeat top;
}

a#resume{
	background: url(images/resume.png) no-repeat top;
	height: 70px;
	display: block;
}

a#resume:hover {
	background: url(images/resumeOVER.png) no-repeat top;
}

a#school{
	background: url(images/school.png) no-repeat top;
	height: 70px;
	display: block;
}

a#school:hover {
	background: url(images/schoolOVER.png) no-repeat top;
}

a#blog{
	background: url(images/blog.png) no-repeat top;
	height: 70px;
	display: block;
}

a#blog:hover {
	background: url(images/blogOVER.png) no-repeat top;
}

a#contact{
	background: url(images/contact.png) no-repeat top;
	height: 70px;
	display: block;
}

a#contact:hover {
	background: url(images/contactOVER.png) no-repeat top;
}

div#nav li.divider{
	/* background: url(images/divider.png) no-repeat; */
	height: 71px;
	width: 2px;
	padding: 0px;
	margin: 0px;
}

div#nav li.divider1{
	/* background: url(images/divider1.png) no-repeat; */
	height: 71px;
	width: 2px;
	padding: 0px;
	margin: 0px;
	}
	
#SiteInfo{
	position: absolute;
	bottom: 0;
	padding: 3px;
	width: 210px;
	margin: 0 0 0 280px;
	font-size: .75em;
}

div#SiteInfo p{
	margin: 10px 0 0 20px;
	padding-bottom: 0;
	width: 290px;
}

ul#favicons{
	list-style: none;
	margin-left: 60px;	
}

ul#favicons li{
	float: left;
	padding: 3px;
}

.pre{
white-space: pre;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
