/* Tableless layout from tutorials.jemjabella.co.uk.
Example only; may be used for inspiration or testing, 
obvious copying or theft is against Copyright Laws. */

body {
background: #686751;;
background-image: url("images/bg.jpg");
margin: 10px;
text-align: left;
font-family: Trebuchet MS;
color: #21220A;
font-size: 11px;
}

td { 
font-family: Trebuchet MS;
color: #29121F;
font-size: 11px;
}



#container {
width: 530px;
margin: 0px auto;
}
#header {
background: #fff;
width: 100%;
height: 264px;
padding-top: 0px;
}

#content {
background: #686751;
float:left;
width: 515px;
text-align: left;
padding-left: 15px;
font-family: Trebuchet MS;
color: #21220A;
font-size: 11px;
}


a:link 		{
		text-decoration:none;
		color:#EBE9DC;
		font-weight: bold;
		}


a:visited 	{
		text-decoration:none;
		color:#EBE9DC;
		font-weight: bold;
		}


a:hover 	{
		text-decoration:none;
		color:#D5D6C4;
		font-weight: bold;
		}


a:active 	{
		text-decoration:none;
		color:#EBE9DC;
		}


input,textarea,select {
		padding:1px;
		border:1px;
		background-color:#D5D6C4;
		border-color: #888A6D;
		color:#21220A;
		font-family: Trebuchet MS;
		font-size: 11px;}

