* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color:#ef9346; /* orange */
	text-align:center;
}

#container {
	height: 100%;
	width: 900px;
	margin: 0 auto;
	background-color:#977f63; /* brown */
	min-height:100%	;
	text-align:left;
	background-image:url('../images/header.gif');
	background-position:top;
	background-repeat:repeat-x;
	
	font-size: 11px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #454545;
}

#container2 {
	padding-left:50px;
	background-color:#f1ebd1;  /* beige */
}


* html #container {
	height:100%	
}

#header {
	padding:28px 0px 0px 0px;
}

#menu {
	clear:left;
	float:left;
	width:140px;
	padding-top:60px;
	margin-bottom:100px;
}

#menu ul {
	font-size:14px;
	line-height:28px;
	list-style-type:none;
	padding-left:4px;
	letter-spacing:2px;
}

#menu a:link, #menu a:visited { text-decoration: none; color:#988769; }  
#menu a:active, #menu a:hover { text-decoration: none; color: #666666; }

#menu #social {
	width: 140px;
	margin-left: 10px;	
}
#menu #social img {
	border: none;
	margin: 15px 3px;	
}

#content {	
	float:left;
	width:652px;
	background-color:#f1d1a8;
	margin-bottom:70px;
}

#contenthome {	
	float:left;
	width:640px;
	margin-bottom:70px;
}

#bodycontent {	
	float:left;
	padding:0px 30px 30px 30px;
	color:#333333;
}

#bodycontent .right {
	 float:right; 
	 margin:16px 0px 16px 16px;
	 border:2px solid #988769;
	
}
#portfolio { 
	text-align:center; 
	padding-top:7px; 
	padding-left:42px;
}

#portfolio .left {
 	width:132px; 
	float:left;
}

#portfolio .center, #portfolio .right {
 	width:132px; 
	float:left;
	padding: 0px 0px 26px 80px
}

#portfolio img{
	 border:2px solid #988769;
}

#project {	
	float:left;
	padding:0px 0px 0px 30px;
	color:#333333;
}

hr {
	margin-left:-50px;
	border-top:2px solid #333333; 
	border-bottom:40px solid #977f63; 
	border-left:0px; 
	border-right:0px;
}

#description {
	margin-left:95px; 
	margin-top:10px; 
	padding-left:20px; 
	padding-right:20px; 
	margin-bottom:30px; 
	border-left:1px solid #000000;
}

ul.submenu li {
	font-size:11px; 
	line-height:14px;
	letter-spacing:1px;
	padding-top:4px;
	padding-bottom:4px;
}

img {
	border:0px;
}

p {
	padding:10px 0px;
}

td {
	vertical-align:top;
}

h1 {
	font-size:16px;
	font-weight:normal;
	color:#ffffff;
	line-height:24px;
	width:410px;
	height:24px;
	padding:0px 0px 0px 30px;
	margin:16px 0px;
	background-color:#ef9346;
	letter-spacing:2px;
}

a:link, a:visited { text-decoration: underline; color:#454545; }  
a:active, a:hover { text-decoration: underline; color: #ef9346; }

#design_by {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 10px;
}
