/* Google Font */
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

body {
	
	font: 110% Courier, sans-serif;
	font-weight: normal;
	color: black;
	text-align: left;
	margin: 10px auto 10px auto;
	line-height: 150%;
	/* background-image: url(images/DSC00614.JPG); */
}

img {
	padding: 5px;
}


/* Heading Rules */

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}


#wrap {
	position: absolute;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}



/*Masthead */
	#masthead {
		margin: 5px auto 0px auto;
		width: 88%;
		padding: 1px 5px 0px 5px;
		background-image: url(images/top.png);
		border-bottom: 3px solid #0E214B;
	}
	
	#masthead h1 {
		font-size: 230%;
		font-family: "Ubuntu", sans-serif;
		}


#content {
	width: 88%;
	background-image: url(images/75.png);
	margin: 0px auto 0px auto;
	padding: 5px;
	min-height: 300px;
	
	
}

.code {
	border: 2px solid black;
}

/* Sidebar */
	#sidebar {
		float: right;
		padding: 0px 4px 0px 4px;
		border: 1px solid #000;
		width: 20%;
		margin: 0px 8px 10px 10px;
		text-align: center;
	}
	
	#sidebar ul li{
		list-style: none;
	}
	
	#sidebar p {
		border-bottom: 2px dotted black;
	}
	.last {
		border: none !important;
	}
	
/* Footer */
	#footer {
		margin: 0px auto 0px auto;
		padding: 0px 5px 5px 5px;
		border-top: 2px solid #0E214B;
		width: 88%;
		background-image: url(images/bottom.png);
		clear: both;
	}
	
	
/* Alignment Classes */
	.float-left  { float: left; }
	.float-right { float: right; }
	.align-left  { text-align: left; }
	.align-right { text-align: right; }
	.clear { clear: both; }
	.clear-left { clear: left; }
	.clear-right { clear: right; }
	.centertxt {text-align: center; }
	.centerpic {display: block; margin-left: auto; margin-right: auto;}
	.bg { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: -5000; }
	.bigtxt { font-size: 130%; }
	.italics { font-style: italic; }
	
