/*
///////////////////////////////////////////////////////////////////
garywentz.com styles
© 2011 Gary Wentz
///////////////////////////////////////////////////////////////////
*/
/* ----------------------------------------------------------------- UNDO -- */

* {	margin: 0; padding: 0; }
:link,:visited { text-decoration: none; }
a img, :link img, :visited img { border: none; }
ul, ol { list-style: none; }

/* --------------------------------------------------------------- LAYOUT -- */

body {
	background: #fff url(../i/bg.jpg) 0 100% no-repeat;
	background-attachment:fixed;
	margin-left: 30px;
	text-align: left;
}

body a, a:link, a:visited {
	text-decoration: underline;
	font-style: none;
	color: #333;
}

body a:hover, a:active {
	background-color: #eccdcd;
	color: #333;
	text-decoration: none;
}

body h1 {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	width: 140px;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin-top: 0px;
	padding-left: 11px;
}

body h2 {
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	width: 140px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 25px;
}

body h3 {
	text-align: left;
	font-size: 13px;
	line-height: 22px;
	width: 140px;
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	color: #333;
	margin-top: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin-top: 0px;
}

.logo {
	position: fixed;
	font-size: 77px;
	line-height: 77px;
	background: none;
	float: left;
	margin-top: 50px;
	margin-left: 0px:
}

.clear { clear: both; height: 1px; }

#text {
	position: fixed;
	float: left;
	margin-top: 175px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 3px;
}

#art {
	background-color: #fff;
	width: 960px;
	margin-left: 210px;
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 50px;
}


#buttons {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 10px; 
	padding-left: 25px;
	font-size: 19px;
	line-height: 19px;
}
