body {
	margin:0px;
}

html, body {
	height:100%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#header {
	width:100%;
}

#headerImage {
	height:150px;
}

#headerBar {
	height:25px;
	width:100%;
	background:#FFFFFF;
}

#headerBottom {
	height:25px;
}
/*
#navHeaderBar {
	border-top:1px solid #FFFFFF;
	height:24px;
	background:#FFFFFF;
}

#navHeaderBottom {
	background:#000000;
	height:25px;
}
*/
/*
#tagline {
	font-family:"Century Gothic";
	font-size: 12px;
	margin-left:563px;
	padding-top:5px;
}
*/

#sidebar {
	position: fixed;
	right: 150px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 150px;
}

/*#sidebar {
	float:left;
	width:150px;
	height:100%;
}*/

.content {
	margin-left:25px;
	margin-right:25px;
}

#footer {
	margin-right:auto;
	margin-left:auto;
	width:600px;
	text-align:center;
}

.footerContact {
	font-family:"Century Gothic", sans-serif;
	font-size: 10px;
}

.container {
	margin-left:150px;
	height:100%;
}

.footerText {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
}

.wrapper {
	max-width:100%;
	overflow:hidden;
}

/* Styles */

	/* Links */

a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #114477;
	text-decoration: none;
}
a:active {
	color: #114477;
	text-decoration: none;
}

a img {
	border:none;
}

	/* Block Level */
	
#note { /* contacts */
	padding-right:10%;
}

.caption {
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

	/* Other */

div .content, h2, h3 {
	font-weight:normal;
}

#join ul{
	text-align:left;
}

abbr[title], acronym[title] {
  border-bottom: dotted 1px;
}

div.container .content {
	font-family: "Goudy Old Style", sans-serif;
	/*font-size: 18px;*/
}

h1, h2, h3 {
	font-family: "Century Gothic", sans-serif;
}

/* Projects Page */

.pictures {
	text-align:center;
}

.picture {
	padding-left:10px;
	padding-right:10px;
}

.pictureRow {
	padding-top:10px;
	padding-bottom:10px;
}


/* Tweaks */

.clearfloat {
	clear:both;
}

/* Other */

.headerAltText {
	
}