@charset "UTF-8";
/* CSS Document */

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

body {
	background: url(../images/background.png) repeat-x;
	background-color: d6e03d;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#content {
	height: 900px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#content .bottom-padding {
	padding-bottom: 20px;
}

.300widesmltxt {
	font-size: 12px;
	width: 300px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

