/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/
html, body, form, fieldset, img {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/*-------------------------------------
GENERAL FORMATS
-------------------------------------*/
body {
	background: #fff;
}

a {
	text-decoration: none;
	color: #09c;
}

a:hover {
	text-decoration: underline;
	color: #069;
}

img {
	border: 0;
}

/*-------------------------------------
CONTAINERS
-------------------------------------*/
#container {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background: url('images/bg3.png') top center no-repeat;
}

#text_wrapper {
	float: left;
	padding: 10px;
	margin: 105px 300px 0 63px;
	width: 260px;
	height: 260px;
	font-size: 0.7em;
	overflow: auto;
}

#link_wrapper {
	float: left;
	margin: 70px 0 0 60px;
	padding: 10px;
	width: 270px;
	height: 55px;
}

#link_wrapper a {
	padding-left: 3px;
}

/*-------------------------------------
TEXT & LINK FORMATS
-------------------------------------*/
.heading {
	font-size: 1.2em;
	font-weight: bold;
}

.download {
	padding: 5px 0 5px 25px;
	height: 20px;
	background: url('images/download.png') left no-repeat;
}

#footer {
	margin: 100px auto 0;
	padding: 20px;
	width: 800px;
	height: 200px;
	font-size: 0.8em;
	text-align: center;
	border-top: #ccc dotted 1px;
}