@charset "utf-8";
/* CSS Document */

html, body, div, p, h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

body {
	background-color:#3399cc;
}

a:link, a:active, a:visited {
	color:#39c;
	border-bottom:1px dashed #f90;
	text-decoration:none;
} a:hover {
	color:#f90;
	border-bottom:1px dashed #39c;
}

#header {
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-320px;
	background-image:url(../images/logo.jpg);
	width:600px;
	height:300px;
	border:20px solid #99cc66;
	z-index:20;
}

#content {
	position:absolute;
	top:280px;
	left:50%;
	margin-left:-420px;
	width:720px;
	z-index:0;
	padding:40px;
	padding-top:100px;
	border:20px solid #666;
	background-color:#fff;
}

#footer {
	color:#fff;
	width:760px;
	position:absolute;
	bottom:-110px;
	text-align:center;
	padding-bottom:50px;
}

#content p.phone-number {
	text-align:center;
	font-size:3em;
	font-weight:bold;
}

#content p.email-me {
	text-align:center;
	font-size:1.5em;
	margin-top:20px;
}

#bluehost {
	text-align:center;
	clear:both;
	margin-top:30px;
	font-size:10px;
}

.my-work-group {
	overflow:hidden;
}
.my-work-group .left {
	float:left;
	width:360px;
	text-align:center;
}
.my-work-group .right {
	float:right;
	width:360px;
	text-align:center;
}
.my-work-group p {
	padding-bottom:20px;
}

h2 {
	border-bottom:1px solid #666;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
