/* universal */
* {
	margin: 0px; 
	padding:0px;
}

body {
	font: 13px arial;
	color: #000;
	margin: 0;
	padding: 0;
	background: #fff;
}


/* Default link colors */

a:link {color: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}


/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: verdana;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}



/* General style */

#container {
	margin: 75px auto;
	width: 808px;
	height: 604px;
	background: url(images/container.png) no-repeat;
}

#header {
	font-size: 32px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	padding: 155px 0 0 35px;
}


#contents {
	width: 550px;
	padding: 45px 0 0 35px;
	float: left;
}


#contents li {
	background: url(images/bullet.gif) no-repeat center left;
	min-height: 22px;
	list-style: none;
	padding: 0 0 0 35px;
	margin: 0 0 15px 0;
	font-size: 14px;
	font-family: arial;
}


#testimonial {
	float: left;
	margin: 95px 0 0 35px;
	width: 160px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 20px;
	font-style: italic;
}


#button {
	text-align: center;
}


#footnote {
	margin: -10px 0 0 550px;
}

#footnote li{
	list-style: none;
	float: left;
	margin: 0 0 0 25px;
}





/* General Classes */

.searchbutton {
	background: url(images/button.png) no-repeat;
	border: none;
	width: 331px;
	height: 81px;
}

.searchbutton:hover {
	background: url(images/button_roll.png) no-repeat 2px 2px;
	border: none;
	width: 331px;
	height: 81px;
}

.poster {
	line-height: 50px;
	font-size: 12px;
}


.red {
	color: #FF0000;
}

.clear {
	clear:both;
	line-height: 20px;
}
