/* CSS Document for Words by Sally Brown : Created by Bluewire Media */

html, body{
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background-color: #F6F4E5;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;/*Arial, Helvetica, sans-serif;*/
}

.header{

}
.body{
	position: relative;
	top: 0;
	left: 0;
	width: 1012px;
	height: auto;
	background-image:url(../images/background-repeat.jpg);
	background-repeat: repeat-y;
}
.footer{

}

.logo{
	position: absolute;
	top:1px;
	left:0px;
}

.sally{
	position: relative;
	top: 10px;
	left: 5px;
}

/*****************************************************/
/**                   MAIN MENU                     **/
/*****************************************************/

.mainmenu{
	position: relative;
	top: 0;
	left: 0;
	width: 174px;
	height: auto;
	/*background-image: url(../images/Green-Section.jpg);
	background-repeat:no-repeat;*/
}

/*****************************************************/
/**                   CONTENT                       **/
/*****************************************************/

.content{
	position: relative;
	top: 0;
	left: 0;
	width: 619px;
	height: auto;
	padding: 20px 40px 20px 40px;
	/*background-image: url(../images/White-Section.jpg);
	background-repeat:no-repeat;*/

}

.text{
	position: relative;
	top: 0px;
	left: 0;
	width: auto;
	height: auto;
	text-align: left;

	font-size: 14px;
	line-height: 18px;	
	
	padding-right: 10px;
	
	overflow: auto;	
	
	scrollbar-face-color: #93A946;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #666666;
	
	color: #616161;
}

.text a:link{color: #000000;}
.text a:visited{color: #000000;}
.text a:hover{color: #93A946;}

h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}

.highlighted{
	color: #C1002B;
	font-weight: bold;
}

.portfolio-table{
	font-size: 11px;
	line-height: 15px;
}
.portfolio-table td{
	padding-top: 5px;
}

.portfolio-title{
	color: #707070;
	font-size: 10px;
}

.portfolio-date{
	font-size: 10px;
}

/*****************************************************/
/**                    FOOTER                       **/
/*****************************************************/

.footermenu{text-align: center;}

.footermenu a{
	font-size: 8pt;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}
.footermenu a:link{color: #93A946;}
.footermenu a:visited{color: #93A946;}
.footermenu a:hover{color: #C1002B;}

.bluewireLink{
	margin: auto;
	text-align: center;
	font-family: Arial;	
	padding-top: 8px;
font-size: 11px;
}



