/*  
CSS Code and Design copyright 2005 to Sullivan+Wolf Design. All Rights Reserved. 
Copying and/or re-using this code, its sub-code or derivatives without written permission is a violation of copyright law.
Visit us at SullivanandWolf.com
 */



a, p, td, ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: smaller;





}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../assets/bg.gif);
	background-color: #FFFFFF;
}


p {
	font-size: 100%;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #887A5D;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #887A5D;


}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
}
ul {
	list-style-type: square;
	font-size: larger;



}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
select {
	font-size: 11px;
	background-color: #F2EBDD;
}
form {margin: 0;}