/* SPACING SCHEDULE FOR ELEMENTS (.618x or 1.618x)

960
593
367
227
140
87
53
33
20
13
8
5
3

*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	background: #ffffff;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}
select {
	font-size: 13px;
}
input,textarea {
	padding: 3px;
}
option {
	padding: 0 6px;
}
textarea {
	font-family: Tahoma, "Tahoma MS", Arial, Helvetica, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}
img, table {
	border: 0;
}
embed {
	position: relative;
}
ul, ol {
	list-style-type: none;
	list-style-position: inside;
}
a {color: #3366ff; font-weight: bold;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

/*CLEARFIX*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
}
* html .clearfix {height: 1%;}/* Hides from IE-mac \*/
/* END CLEARFIX*/
.clear {
	clear: both;
}

/*MAIN STYLES*/
h1, h2, h3, h4, h5, h6 {font-weight: normal;line-height: 1;	padding: 40px 0 0;}
h1 {font-size: 40px;}
h2 {font-size: 30px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 11px;}

blockquote {
	font-style: italic;
	padding: 0 0 0 13px;
}

.main {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 200px;
}
.volta {
	padding: 200px 0 0;
}


