/*This is the primary style sheet for Taylor Corporation/temp*/

body  {
	font: 130% Arial, Helvetica, sans-serif;
 line-height: 1.4em;
	background: #c3c3c3 url(images/bk1.jpg);
	margin: 16px 0;
	padding: 0;
	text-align: center;
 }
.twoColFixRt #container { 
width: 780px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
border: 14px #000000 solid;
 }

.twoColFixRt #sidebar1 {
	width: 200px; 
	background: #ffffff; 
	padding: 15px 40px;
font-size: 60%;
font-weight: bold;
text-align: right; }

.twoColFixRt #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 30px; 
 font-size: 85%;
} 

p {
text-align: center;
font-weight: bold;
 }

.logo {
margin-left: 10px;}

.member {
font-size: 70%; }

form {
margin: 4px auto;
width: 400px;
 }

form p {
font-size: 60%;
text-align: left;
}

.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.clearright {
clear: right;
height: 0;
font-size: 1px;
line-height: 0px;
}

table {
width: 600px;
margin: 2px auto;
font-weight: bold; }

a:link {
color: #000000; } 

a:visited {
color: #666666;}

a:hover {
color: #ff0000;}

a:active {}



