*, html, * {
	margin: 0;
	padding: 0
	border: 0;
	}

body {
	background-color: #c1c1c1;
	background-image: url("images/bg_gradient.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	}

a {
	color: #7d7d7d;
	text-decoration: none;
	font-weight: bold;
	} 

a:hover {
	color: #cfcfcf;
	text-decoration: none;
	}

#wrap {
	width: 650px;
	height: 1200px;
	margin: 10px auto 0 auto;
	position: relative;
	overflow: hidden;
	}

#info {
	position: relative;
	left: 0px;
	top: 40px;
	}

#infotest {
	width: 52px;
	height: 32px;
	background-image: url("images/info.gif");
	overflow: hidden;
	}

#infotest:hover {
	background-position: -52px;
	overflow: hidden;
	}

#navbox {
	position: relative;
	top: 50px;
	left: 0;
	height: 50px;
	width: 645px;
	background-color: #fff;
	}

#navbox #archives{
	position: absolute;
	top: 18px;
	left: 50px;
	color: #000;
	}

#navbox #about{
	position: absolute;
	top: 18px;
	left: 200px;
	color: #000;
	}

#navbox #contact{
	position: absolute;
	top: 18px;
	left: 350px;
	color: #000;
	}

#navbox #update{
	position: absolute;
	top: 18px;
	left: 500px;
	color: #000;
	}

#logo {
	position: relative;
	left: 0px;
	top: 60px;
	}

#photos {
	position: relative;
	left: 0px;
	top: 65px;
	}

#photos img {
	margin-right: 5px;
	}

#contact {
	position: relative;
	left: 0px;
	top: 100px;
	}

#aboutme {
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	color: #b2b2b2;
	}

#updatenotes {
	width: 250px;
	text-align: left;
	margin: 0 auto;
	padding: 20px;
	color: #b2b2b2;
	overflow: auto;
	}

#contactform {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	color: #b2b2b2;
	}

#contactform .input1{
	border: solid 1px #ddd;
	margin: 4px 0 0 3px;
	padding-left: 2px;
	width: 240px;
	}

#formlabel {
	color: #b2b2b2;
	font-weight: light;
	padding: 3px 0 0 0;
	text-align: left;
	float: left;
	margin-left: 32px; 
	}

#footer {
	top: 660px;
	left: 200px;
	position: absolute;
	text-align: center;
	font-size: 10px;
	color: #777;
	width: 600px;
	z-index: 5;
	}

#footer a {
	color: #1f7f2c;
	text-decoration: underline;
	}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	}


/* Twitter */
	
p.twitter-message {
width: 155px;
}

.twitter-timestamp {
color: #bbb;
display: block;
width: 155px;
}

/* End Various Tags & Classes*/