a			{ color: #ff7; }
a:visited	{ color: #bb9; }
a:current	{ color: inherit; }
a:hover		{ color: #fff; text-decoration: none;}

body,
html   	{
	margin:0;
	padding:0;
	color: white;
	background: #222;
	font-size: 12px;
	font-family: Tahoma;
}

/* hack to allow padding and borders that would otherwise overflow the body */
.inside {
	padding: 4px;
	border: 0px;
}

img {
	border: 3px solid black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#maincontent  	{
	margin: 4px;
	padding: 4px;
	background: #444;
	border: 0px;
	float: left;
	width: 750px;
	color: #DDD;
	font-size: 12px;
	min-height: 400px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main img	{
	border: 1px solid #444 ;
	padding: 10px;
}

#main h1	{
	color: white;
}

.titleScreen	{
	position: relative;
	top: 130px;
	text-align: center;
}

.blurb {
	padding: 50px;
	text-align: justify;
}

#leftBar	{
	background: #222;
	border: 0px;
	float: left;
	position: relative;
	left: 0px;
	width:200px;
}

.leftBarSub {
	margin-top: 4px;
	margin-left: 4px;
	padding: 6px;
	background: #444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.moduleMenu {
	font-size: 16px;
	text-align: center;
	padding-bottom: 4px;
	border-bottom: solid #222 2px;
}

.moduleContent {
	padding: 4px;
}

#header	{
	font-size: 18px;
	color: #444;
	background: #333;
}

#header a { color: #444 ; text-decoration: none ; }

#footer	{
	color: #444;
	background: #333;
	width: 100%;
	clear: both;
}

#footer .right {
	float: right;
}

.endPhoto {
	font-size: 9px;
	color: #111;
	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.portfolioGallery {
	text-align: center;
	padding: 20px;
}

.portfolioGallery img {
	margin: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}