@charset "UTF-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #3B4248;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
}
.layout #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3B4248;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-color: #3C4247;
	height: 37em;
} 
.layout #header {
	height: 9.375em;
	background-color: #DDDDDD;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: left;
} 
.layout  #navbar  {
	background: #A2AEB1 url(../images/navback.gif) repeat-x;
	height: 1.375em;
	margin-left: 0px;
	padding-left: 10em;
	margin-bottom: 0.1em;
}
.layout #mainContent {
	width: 59.375em;
	background: #3C4247;
	height: 25em;
} 
.layout  #sidebar {
	width: 10em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #3C4247;
	margin-top: 0em;
	float: left;
	height: 24em;
}
.layout #details_welcome {
	background: #3C4247;
	width: 31em;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-top: 3em;
	margin-left: 0em;
	height: 12em;
}
.layout   #anim1  {
	float: left;
	clear: none;
	height: 8.1em;
	width: 14em;
	margin-top: 7em;
	margin-left: 1.5em;
}
.layout #anim2 {
	float: left;
	clear: none;
	width: 14em;
	height: 7.1em;
	margin-top: 1em;
	margin-left: 1em;
}
.layout #anim3 {
	float: left;
	clear: none;
	height: 7.1em;
	width: 14em;
	margin-top: 1em;
	margin-left: 2.25em;
}
.layout #anim4 {
	float: left;
	clear: none;
	height: 7.1em;
	width: 14em;
	margin-top: 1em;
	margin-left: 2.25em;
}
.layout  #details_profile {
	background: #3C4247;
	width: 40em;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-top: 3em;
	height: 20.9em;
}
.layout    #details    p   {
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3C4247;
	padding: 0px;
	margin-left: 12em;
	margin-top: 3.5em;
}
.layout #details_portfolio {
	background: #3C4247;
	width: 38em;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-top: 3em;
	height: 22em;
}
.layout  #details_contact {
	background: #3C4247;
	width: 20em;
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	padding-left: 1em;
	padding-top: 2em;
	margin-left: 0em;
	height: 23em;
}
.layout #contactform {
	height: 23em;
	width: 24em;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background: #3C4247;
	padding-left: 1em;
	margin-left: 0em;
	padding-top: 1em;
}
.layout #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#010101 url(../images/navback.gif) repeat-x top;
	clear: left;
	height: 1.6em;
} 
.layout #footer p {
	font: 80% Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	height: 1.75em;
	margin-top: 0.5em;
}
.layout  #pic_profile   {
	width: 10em;
	float: left;
	height: 20.9em;
	margin-top: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
}
