#menu {
	font-size: 13px;
	text-align: right;
	height: 30px;
	margin-right: 20px;
}
#directory {
	background-color: #ffffff;
	border: 6px solid #aaaaaa;
	padding: 20px;
	text-align: left;
	top: 0px;
}
.folder {
	float: left;
	height: 80px;
	text-align: center;
	margin-top: 20px;
	width: 120px;
}
#picture {
	text-align: center;
}
#picture img {
	border: 6px solid #777777;
}
a {
	color: #5555aa;
	text-decoration: none;
}
a img {
	border: 3px solid #5555aa;
}
a:hover {
	color: #ff9400;
}
a:hover img {
	border: 3px solid #ff9400;
}
.folder img {
	border: 0px;
}
.folder a:hover img {
	border: 0px;
}
#gallery {
	margin-top: 50px;
}
#comment {
	background-color: #333333;
	border: 3px solid #555555;
	color: #999999;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
}
html,body {
	padding: 2px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, serif;
}
.mainpage {
	background-color: #FFF;
	border:1px solid #D6D3CE;
	width: 800px;
	padding: 0px;
	text-align: left; 
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: left;
}

.header {
	padding: 0px;
	display: block;
	width: 800px;
	height: 73px;
	background: url('/images/navbar-natecarlson.png') no-repeat top left;
	background-color: #aaaaaa;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.header-text {
	padding-top: 52px;
	padding-right: 5px;
}
.header a {
	color: #333333;
	text-decoration: none;
}
.header a:hover {
	color: #CCCCCC;
}

.content{
	width: 625px;
	text-align: left;
	float: left;
	padding: 3px;
}

.content-fullwidth {
	width: 800px;
	text-align: left;
	float: left;
	padding: 3px;
}

.mainpage-picture {
	padding: 0px;
	display: block;
	width: 100%;
	height: 298px;
	background: url('/images/natecarlson.com-mainpage.png') no-repeat top center;
	background-color: #aaaaaa;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainpage-text {
	position: relative;
	top: 290px;
	left: 125px;
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.mainpage-text a {
	color: #333333;
	text-decoration: none;
}
.mainpage-text a:hover {
	color: #CCCCCC;
}


.sidebar {
	width: 160px;
	text-align: center;
	float: right;
	padding: 15px 3px 0px 3px;
}

.ipsecChangelog {
	font-size : 10px;
}

.ipsecExample {
	font-size : 12px;
	font-family : "Courier";
}

.ipsecExampleInput {
	font-size : 12px;
	font-family : "Courier";
	color : #FF0000;
}

.ipsecExampleComment {
	font-size : 12px;
	font-family : "Courier";
	color : #0000FF;
}

.ipsecTabbedExample {
	font-size : 12px;
	font-family : "Courier";
	padding-left : 24px;
}

.ipsecHeader {
	font-weight: bold; 
}

.bodyMainPage {
	background-color: #FFFFFF;
}
