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

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #c5b695;
	background:url(../images/bg.gif) top left repeat-x;
	margin: 0; 
	padding: 0;
	color: #000000;
}
#header {
	color: #ebe5c1;
	padding: 20px 100px 0 10px;   
	float:;
}
.address {
	color: #ebe5c1;
	font-size: 11px;
	padding: 0 100px 0 5px;   
	float:left;
}
.address a {
	color: #ebe5c1;
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;	
}

#container {
	background-color: #red;
	float: left;
	padding: 0;
	background: url(../images/mainBg.jpg) top left no-repeat;
	width: 100%;
	text-align: left; 
}
#maincontent h1 {
	padding-top: 5px;}

#maincontent h3 {
	padding-top: 10px;}	
	

#sidebarLeft {

	float: left;
	margin-left: 0px; width: 200px;
	padding: 0px 0px 15px 15px; 
	}

#sidebarRight {
	float: left;
	margin-left: 0px; width: 200px;
	padding: 0px 0px 15px 10px; 
	}
	
#maincontent {
	float: left;
    line-height: 14pt;
	font-size: 95%;
	max-width: 580px;
	margin: 40px 0 10px 60px;
}

#maincontent .bio{

	margin: 120px 0 10px 0px;
		}

.blog {
	padding: 5px; 
	border: 15px black solid; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f6f6f6;
	width: 200px;
	margin: 200px 10px 0 0;
}
.titleWelcome {
	position: absolute;
	top: 155px;
	left: 879px;
}
.title {
	position: absolute;
	top: 155px;
	left: 879px;
}


.titleContact {
	position: absolute;
	top: 153px;
	left: 879px;
}


.mslogos {
	padding: 150px 0 0 0;
}



#footer { 
	padding: 20px 10px 40px 20px; 
	background:#000;
	color: #ebe5c1;
	font-size:70%;
} 
#footer a {
	color: #ebe5c1;
}
.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;
}
