html {
background-color: #FFF;

}

body {
	background: url(background.jpg) no-repeat;
	background-position: bottom left;
	background-color: #996633;
	width:800px;	
	font-family: Arial,Verdana,sans-serif;
	margin-left: auto;
	margin-right: auto;
	
}

/* Rules for headings */
h1 {
font-size:140%;
font-weight: lighter;
padding-bottom: 0;
}
h2 {
font-size:120%;
font-weight: lighter;
}
h3 {
font-size:120%;
}
p {
font-size:100%;
line-height:150%;
}



/* Default paragraph styles */ 
  p { 
    font-size:80%; 
    line-height:150%; 
     } 
     

#masthead h3 {
	float: left;
	margin: -8px;
	margin-left: 1px;

}

#masthead .right {
	float: right;
	width: 400px;
}

#masthead .left {
	margin-left: 10px;
	float: left;
	width: 200px;
	margin-top: 10px;
	text-align: left;
	padding: 3px;


}

#content {
	background-color: #FFF;
	width: 565px;
	margin-left: 200px;
	margin-right: 0px;
	padding: 5 20 5 10px;

}

.form {
	padding-left: 13px;
	padding-top: 5px;
}

#sidebar_a .form {
	padding-left: 0px;
	padding-top: 5px;
}


#content a {
	color: #330000;
	text-decoration: none;

}

.image{
	
	width: 590px;
	margin-left: 190px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0 30 10 10px;
	}



#footer {
	height: 100px;
	margin: 20 0 30 0;


}

#container {
	background: url(faux.jpg) repeat-y;
}

#content h1 {
	color: #330000;
	border-bottom: #330000 solid 2px;
}

#content p{
	color: #333;
	font-size: 80%;
	line-height: 150%;
}

#content h2 {
	color: #669900;
	font-size: 90%;
}

#content li{
	color: #333;
	font-size: 80%;
	line-height: 150%;
}




#sidebar_a {
	float: left;
	margin-left: 8px;
	min-width: 120px;
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #330000;

	
}

#sidebar_a ul {
	
	font-size: 90%;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	list-style-type: none;
	
}

#sidebar_a li {
	width: 150px;
	margin-left: -20px;
	
	
}

#sidebar_a li img {
	padding-right: 2px;
	

	
}

#rightcolumn {
	margin-left: 10px;
	padding-top: 5px;
	margin-top: 50px;
	float: right;
	width: 240px;
	background-color: #ddd;
}




.pic {
	float: left;
	width: 100px;
	padding: 0px 10px 15px 10px;

}





/* TAGS */

#sidebar_a a:link {
	color: #FFF;
	text-decoration: none;

}

#sidebar_a a:visited {
	color: #FFF;
	text-decoration: none;
}


#sidebar_a a:hover {
	color: #CC9999;
	text-decoration: none;

}

img {
	border: 0;
}

/* NEWSLETTER */

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

#newsletter .submit input
{
margin-left: 14px;
}

#newsletter input
{
color: #330000;
background: #fee3ad;
border: 1px solid #330000;
}

.buttons {
	margin-left: 134px;
}








