@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	background-color:#FFF;
}

#top {
	height: 592px;
	background-image: url(../img/bgrepeat.jpg);
	background-repeat:repeat-x;
}

#top-img {
	height: 422px;
	width: 648px;
	background-image: url(../img/topleft.jpg);
	background-repeat:repeat-x;
}

#bottom {
	margin-top: 500px;
	position: relative;
	background-image:url(../img/footerbg.jpg);
	height: 310px;
	width: 100%;
	visibility: visible;
	display: block;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 1000px;


}

#bottom-img {
	background-image:url(../img/footerimage.jpg);
	margin-left: 734px;
	background-repeat:no-repeat;
	height: 310px;
	width: 266px;
}

#content-me {
	float: left;
	position: absolute;
	left: 200px;
	top: 470px;
	width: 280px;
	height: 145px;
	margin-bottom: 710px;
	text-align: left;
}

#content-mywork {
	float: left;
	position: absolute;
	left: 505px;
	top: 320px;
	width: 495px;
	height: 145px;
	margin-bottom: 310;
}

h1 {
	font-size: 2em;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
}

h2 {
	font-size: 2.0em;
	color:#333;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.6em;
	color:#333;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.2em;
	color:#F98156;
	margin-bottom: 5px;
	margin-top: 3px;
}


.header {
	font-size: 1.0em;
	color:#999;
}

#content-me_header {
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
}

#content-mywork_header {
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width: 1px;
	text-align: right;
	margin-bottom: 3px;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}

.comms_icon {
	width: 32px;
	height: 32px;
	top: -5px;
	position: relative;
	float: left;
	margin-right: 5px;
}

#comms_container {
	background-image:url(../img/talks.png);
	height: 70px;
	padding: 10px;
}


/* Form */

.input {
	background-color:#F67F4F;
	color: #666;
	border:#666 solid 1px;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 20px;
	padding: 5px;
}
.info {
	background-color:#F67F4F;
	color: #666;
	border:#666 solid 1px;
	width: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 75px;
	padding: 5px;
}

.button {
	background-color: #CCC;
	border: #F67F4F solid 1px;
}

#content-mywork_folio {
	background-image:url(../img/back-mywork.png);
	background-repeat:no-repeat;
}

#footer_info {
	float: left;
	left: 0px;
	bottom: 0px;
	position:absolute;
	color:#FFF;
	padding: 10px;
	font-size: 0.8em;
}

