body {
	background-color:black;
	color: #2d3436;
	text-align:center;
	margin:0;
}

header, footer, nav, section, article {
	display:inline-block;
}

img{
	border:none;
}

/*-------header-----*/

header {
	width:940px;
	font-size:16px;
	font-family:Garamond, Georgia, "Times New Roman", "Time Normal";
	text-align:left;
	line-height:1.4;
	margin:15px 0;
}

#about{
	width:612px;
}

#top{
	width:100%;
    height:174px;
	background:url(images/website_01.jpg) bottom;
}

#logo{
	width:45px;
	float:right;
	margin-top:-90px;

}

header .text{
	color:#643F16;
	font-family:Garamond, Georgia, "Times New Roman", "Time Normal";
}

header #titletext{
	font-size:35px;
}
header .resume {
	color:#B5732C;
	background-color:#edf2f2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	text-decoration:none;
	padding:3px;
}

/*-------content------*/

#mid{
	width:100%;
	height:533px;
	background:url(images/website_02.gif) bottom;
}

section {
	width:940px;
	margin:50px 0 0px;
}

	
/*--------footer--------*/

#bottom{
	height:378px;
	background:url(images/website_03.jpg) bottom;
	width:100%;
}

footer {
	width:940px;
	clear:both;
	text-align:left;
	font-size:25px;
	font-family:Garamond, Georgia, "Times New Roman", "Time Normal";
}

#social{
float:left;
margin:65px 0 0 330px;
width:250px;
text-shadow:0 1px 0 rgba(215, 215, 215, 0.8);
}

#contact{
font-size:15px;
margin:65px 0;
text-align:right;
width:285px;
float:right;
}

.copyright{
	font-size:12px;
	color:#666;
}
 
.copyright a{
	font-size:12px;
	color:#696562;
	text-decoration:none;
}

footer #contacttext{
	font-size:25px;
	font-family:Garamond, Georgia, "Times New Roman", "Time Normal";
	text-shadow:0 1px 0 rgba(215, 215, 215, 0.8);
}

p {
	margin:0px 0 5px;
}
