body{
	margin: 0 auto;
	background-color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 730px;
}

a:link{
	color: #f90;
	text-decoration: none;
}
a:visited{
	color: #f90;
	text-decoration: none;
}
a:active{
	color: #f90;
	text-decoration: none;
}
a:hover{
	color: #666;
	text-decoration: none;
}

.Content{
	margin: 0 auto;
	background-color:#333;
	text-align: center;
}

.Header{
	background-color: #333;
	margin-top: 20px;
}

.Navigation{
	margin: 0 auto;
	margin-top: 20px;
	width: 170px;
	color: #333;
	height: 30px;
}
.crNav{
	margin: 0 auto;
	margin-top: 20px;
	width: 296px;
	color: #333;
	height: 30px;
}

.Leftoftab{
	float: left;
	width:6px;
	height: 30px;
	background: url(images/layout/lefttab.gif) no-repeat;
}
.Selectedtab{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	background-color: #eee;
	height: 30px;
	font: 15px/2em Georgia, "Times New Roman", Times, serif;
}

.Rightoftab{
	float: left;
	width:6px;
	height: 30px;
	background: url(images/layout/righttab.gif) no-repeat;
}
.Link{
	padding-left: 16px;
	padding-right: 16px;
	float: left;
	height: 30px;
	font: 15px/2em Georgia, "Times New Roman", Times, serif;
}

.threeimg, .oneimg, .ErrorSection, .OneLiner{
	clear:both;
	background-color: #eee;
	color: #666;
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.website{
	margin-top: 30px;
	border: 5px solid #333;
}

.ErrorSection{
	height: 250px;
	padding-top: 150px;
}
.OneLiner{
	height: 200px;
	padding-top: 200px;
}

.LargeText{
	font-size: 40px;
}

.Footer{
	height: 180px;
	color: #666;
	padding: 10px;
	width: 600px;
	margin: 0 auto;
}
.FormField, .FormArea{
	background-color: #252525;
	border-top: 4px solid #212121;
	border-left: 2px solid #212121;
	border-right: 2px solid #212121;
	border-bottom: none;
	margin-top: 4px;
	margin-bottom:4px;
	color: #777;
	font: 12px Georgia, "Times New Roman", Times, serif;
	width: 150px;
	padding: 3px;
	overflow: auto;
}

.FormArea{
	height: 60px;
	margin-bottom: 8px;
}

.ContactForm{
	width:170px;
	height: 180px;
	float: left;
}
.Division{
	width: 20px;
	float: left;
	height: 180px;
	background: url(images/layout/grip.gif) no-repeat 50% 50%;
}

.AboutMe{
	float: left;
	height: 130px;
	width: 400px;
	margin-left: 5px;
	padding-top: 50px;
	text-align: left;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #777;
}

.CopyNote{
	color: #444;
	font-size: 12px;
}
