/*******************************************************/
/* CSS Content Copyright by Gregg Mrowka               */
/* Used for GreggMrowka.com                            */
/* Created by Gregg Mrowka: gmrowka at gmail dot com   */
/*******************************************************/


/******************* Global Styles *********************/
body {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #1b1b1b;
	background-image: url(../images/BGpagefull02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	text-decoration: underline;
	color: #477F44;
}
a:visited {
	text-decoration: underline;
	color: #477F44;
}
a:hover {
	text-decoration: none;
	color: #477F44;
}
a:active {
	text-decoration: underline;
	color: #477F44;
}
.topdiv {
	width: 910px;
	margin: 10px auto 0px auto;
}
.lighttext {
	color: #666666;
}
.footer {
	color: #000000;
	font-size: 11px;
	width: 891px;
	height:70px;
	margin: 8px auto 0px auto;
	background-image: url(../images/BGfooter01.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 6px;
	line-height: 18px;
}


/******************* Header Styles *********************/
.header {
	height: 60px;
	width: 939px;
	background-image: url(../images/BGheader01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 56px auto 0px auto;
	font-size: 12px;
	color: #FFFFFF;
}
.header a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.header a:hover {
	text-decoration: none;
	color: #999999;
}
.header a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.logo {
	position: relative;
	left: 30px;
	top: 6px;
}
.home {
	position: relative;
	left: 333px;
	top: -12px;
}
.resume {
	position: relative;
	left: 375px;
	top: -12px;
}
.contact {
	position: relative;
	left: 425px;
	top: -12px;
}


/**************** Green Table Styles *******************/
.greentablethin {
	width: 400px;
	height: 400px;
	padding: 13px 10px 10px 10px;
	background-image: url(../images/BGgreen01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.greentablewide {
	width: 891px;
	padding: 13px 10px 10px 10px;
	background-image: url(../images/BGgreenWide01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.greencontent {
	margin: 10px 40px 10px 40px;
}
.greencontentwide {
	margin: 25px 100px 25px 100px;
}
.greencontentwide p {
	margin: 0px;
}
.greencontentwide h2 { 
	font-size: 18px; 
	margin-bottom: 0px; 
	margin-top: 30px;
	text-transform: uppercase;
}
.greencontentwide hr {
	margin-bottom: 10px; 
	margin-top: 0px;
	color: #000000;
	width: 100%;
}
/*
.greencontentwide li {
	color:#737373;
}
*/
