* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #139BE9;
	font-family: arial, san-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .4em;
}

textarea {
	overflow: auto;
}

.blue {
	color: #00aeef;
}

.green {
	color: #0dac7c;
}

a:link {
	color: #00aeef;	
	text-decoration: none;
}

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

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

a:active {
	color: #00aeef;	
	text-decoration: underline;
}

div#page {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 350px;
	width: 900px;
	height: 600px;
	z-index: 100;
}

div#content {
	background-color: #ffffff;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-bottom: 8px;
}

div#footer p {
	color: #ffffff;
}

div.botright{
	/* http://www.andrewpeace.com/css-bottom-right-corner-div.html */
   	display:block;
    position:fixed;
    bottom:0;
    right:0;
    width:450px;
	z-index: -100;
}

div.navi {
	font-size: 1.2em;
	margin-left: 20px;
	margin-bottom: 4px;
}

div.navi a:link {
	color: #FFFFFF;	
	text-decoration: none;
}

div.navi a:visited {
	color: #FFFFFF;	
	text-decoration: none;
}

div.navi a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

div.navi a:active {
	color: #FFFFFF;	
	text-decoration: underline;
}

div#content h1 {
	margin-bottom: .4em;
}

p.text-content {
	font-size: 1em;
	margin-bottom: .8em;
	line-height: 1.2em;
}

p.text-content:first-letter {
	font-size: 1.1em;
}

p.text-content-small {
	font-size: .9em;
	margin-bottom: .3em;
	line-height: 1.2em;
}

.sub-block {
	width: 180px;
	margin: 10px;
	font-size: .8em;
}

.sub-block h3 {
	margin-bottom: .4em;
}

.stuff h2 {
	margin-bottom: .4em;
}

ul.clean {
	list-style-type: none;
}

ul.clean li {
	margin-left: .8em;
	margin-bottom: .2em;
}

p.values {
	font-size: 1.4em;
}

form div.input {
	padding-bottom: 12px;
	padding-left: 8px;
}

form div.input label {
	font-size: 1.2em;
}

form p.niceties {
	padding: 4px;
	width: 300px;
	color: #0dac7c;
	height: 16px;
}

#thanks {
	color: #0dac7c;
	/*
	background-color: #0dac7c;
	color: #ffffff;
	width: 400px;
	padding: 4px;
	*/
}

.yum_text {
	margin-left: -2000px;
}

/* jquery tools scrollable */
#scroll {
	position:relative;
	height:460px;
	overflow:hidden;
	/*border:1px solid #ddd;*/
	width:900px;
	/*padding:15px;*/
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}

#minipages {
	width:9999em;
	position:absolute;
	height:400px;
}

.minipage {
	float:left;
	padding: 20px 20px;
	width:860px;
	height:400px;
	background-repeat:no-repeat;
	background-position:0 -40px;
}
/* END jquery tools scrollable */


