* {
  margin: 0;
  padding: 0;
  border: 0;
}

html{
	background-color: #f9ac09;
	text-align:center;
}

#wrap{
	font-family: sans-serif, arial;
	background-color: #fff;
	width: 750px;
	max-width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#masthead {
	padding-top: 20px;
	margin-bottom:20px;
	width: 100%;
	text-align:center;
}

#masthead img {
	margin-left:auto;
	margin-right:auto;
}

h1 {
	background: #fff url('h1.png') top left repeat-y;
	width: 640px;
	padding: 20px;
	text-shadow: #666 1px 1px 2px;
}

h2 {
        padding: 10px 20px;
        text-shadow: #666 1px 1px 2px;
}

h3 {
        padding: 10px 20px;
        text-shadow: #666 1px 1px 2px;
}

p {
	padding: 5px 20px;
}

ul {
	list-style-type: none;
	padding:10px 20px;
}

.profile {
	float:left;
}

.profile:hover {
	color: #444;
}

.intro {
        padding: 0px 20px;
	clear:both;
}

.popup {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border: solid #f9ac09 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius:
	15px; padding:
	10px; background-color: #fff;
	width: 600px;
	clear:both;
	display:none;
}

.click2close {
	margin-top:10px;
	padding-left:4px;
	padding-right:4px;
	font-size: 1.1em;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
	background-color: crimson;
	color: #fff;
	font-weight:bold;
	float:left;
	display:none;
}

.click2close:hover {
	background-color: red;
}

.avail {
	clear:both;
        padding: 0px 20px;
	font-style:italic;
	font-weight:bold;
}

.preview {
	padding:0px 20px 20px 20px;
}

.previewimg {
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
}

.profilewrap {
	padding: 0px 20px;
}

#fullimage {
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	margin:20px;
}

#site {
	float:right;
	background-color:#fbd583;
	width: 540px;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
}

#sitedesc {
	padding: 0px 20px 20px 20px;
	text-align:justify;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
}

#portfolio {
	padding:20px;
}

#portfoliomenu {
	padding-top:20px;
	float:left;
	background:#fbd583;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
}

#footer {
	height: 75px;
	background: #fff url('babelconsultingfooter.png') top left no-repeat;
	width: 750px;
	text-align:center;
	font-size: .75em;
	clear:both;
}

#footer p {
	padding: 20px;
}
