html{	background:#808080;}

body {
	background:#808080;
}

img{border:none}

.maintweak{
	background:#000000;
	background-image: url(images/topfade.jpg);
	background-repeat:no-repeat;
}

.navwrapper{
	margin-top:200px;
	padding-right:10px;
	padding-left:10px;	
}

.toprow{
	background:#D9D9D9;
	overflow:hidden;
	padding-right:10px;
	padding-left:10px;
	padding-top:45px;	
	margin-right:8px;
	
}

.bottomrow{
	background:#D9D9D9;
	overflow:hidden;	
	margin-right:8px;	
	padding-right:10px;	
	padding-left:10px;
	margin-bottom:10px;
	border-top:solid 1px black;
	}

h1{
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	color:#808080;	
}

p{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform:none;;
	letter-spacing: normal;
	line-height: 1.4em;	
}

/* CONTACT FORM */

label{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-transform:none;;
	letter-spacing: normal;
	line-height: 1.4em;	
	color:#808080;
}
.formlabel{
	margin-top:10px;
	margin-bottom:5px;	
}

input{
	color:#d9d9d9;
	border:solid 1px #808080;
	background-color:#000000;
	padding:1px;
	width:280px;	
}

textarea{
	color:#d9d9d9;	
	border:solid 1px #808080;
	background-color:#000000;
	padding:1px;
	width:280px;	
	resize:none;
	overflow:hidden;	
}

.buttons{
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: normal;
	line-height: 1.4em;		
	color:#808080;
	border:solid 1px #808080;
	background-color:#000000;
	padding:1px;
	width:100px;
	cursor:pointer;
}

/* SIDEBAR */

p.nav{
	color:#808080;
	margin-bottom:10px;
}

/* BLOG STUFF */

p.blogheader{
	font-family: Georgia, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	color:#000000;	
}

p.blogdate{
	font-style:normal;
	padding-top:5px;
}

.note{
	margin-top:20px;
}
.endnote{
	margin-bottom:50px;
	border-bottom:solid 1px #000000;		
}

.notetable{
	width:100%;
}
.notetext{
	padding-right:5px;
	border-right:solid 1px #000000;	
	width:80%;
}
.noteimg{
	padding-left:7px;
}
/* END BLOG STUFF */