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

/* Normalizes margin, padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	vertical-align:baseline;
}
	
img {
	
	}
	
body {
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font: 62.5% Verdana, Geneva, sans-serif;
	width: 900px;
	}
	



/*Define text styles*/

p {
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-weight: normal;
	}
	
h1 {
	color: #000;
	font-size:3.6em;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	}
	
h2 {
	font-size: 1.5em;
	margin-bottom:10px;
	
	
	}
	
h3 {
	font-size: 17px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
	}
	
h4 {

	}
	
h5 {

	}
	
a.ts_buttonlink {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
	
a:link.ts_buttonlink {
	font-size:1.1em;
	color:#CCC;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 0px;
}
	
a:link {
	color: #C00;
	text-decoration: none;
	}

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

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

	
ul {
	margin-bottom: 15px;
	}
	
li {
	font-size: 10px;
	line-height: 1.4em;
	margin-bottom: 5px;
	}
	
blockquote {

	}
	


#under_construction {
	height: 27px;
	width: 196px;
	position: absolute;
	left: 10px;
	bottom: 0px;
	float: left;
}


#wrapper {
	width: 990px;
}

#main {
	background: url(../../assets/images/content_back.png);
	width: 990px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.widget {
	float: right;
	width: 400px;
	height: 300px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.text_headline {
	width:859px;
	height:146px;
	position: absolute;
	left: 10px;
	top: 10px;
}
	
	
