* {
	margin:0;
	padding:0;
	line-height: 1.4em;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", arial, helvetica, sans-serif;
	font-style: normal;
}

a:focus, a:hover, a:active {
	outline: none;
}

ul { 
	padding-left: 1em;
}

li {
	color: #505050;
	font-size: .9em;
}

.floatleft { float: left; }
.floatright { float: right; }

p {
	color: #505050;
	font-size: .9em;
}

body {
	background: #dbdbdb 0 0px;
	font-size: 1em;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgstc.gif');
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 92px;
	width: 900px;
	padding-top: 50px;
}

#logo a {
	color: #000;
	text-decoration: none;
}

#title {
	float: left;
	height: 70px;
	padding-top: 30px;
	width: 900px;
}

#col1 {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	width: 650px;
}

#col2 {
	float: right;
	margin-top: 30px;
}

.button {
	margin-top: 10px;
	float: left;
    border: none;
	padding: 10px 12px;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	background-repeat: repeat-x;
	background-image:
	url('../img/bgbutton.gif');
}

.button:hover {
	color: #fff;
	cursor: pointer;
}

.button:active {
	position: relative;
	top: 2px; 
}

img {	
	border-width: 0px;	
	border-style: none;
}

h1 {
	color: #fff;
	font-style: normal;
	font-weight: lighter;
	font-size: 1.7em;
	letter-spacing: 1px;
	padding-bottom: 30px;
}
