/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-color: #808080; }
#wrapper { background-color: white; margin: 10px auto 0; width: 750px; padding: 10px; }
#header { width: 750px; height: 145px; }
#navigation { width: 750px; height: 25px; margin: 0 0 10px; }
#content2 { 
 width: 700px;
 color: #333;
 border: solid 1px #ccc;
 background: #f2f2e6;
 margin: 0;
 padding: 10px;
 height: 350px;
}
#quote { background-color: #ebebeb; background-image: url(../images/quote_bg.jpg); background-repeat: no-repeat; padding-top: 35px; padding-bottom: 20px; padding-left: 30px; width: 720px; margin-top: 10px; }
#form { color: black; font-size: 10px; font-family: verdana, arial, helvetica; width: 700px; padding: 5px; }
.formquote {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: black;
	text-decoration: none;
	background-color: #f7e02e;
	padding-left: 2px;
	border: solid 1px #000;
	letter-spacing: 1px;
	margin-left: 3px;
}
.formbody { color: black; font-size: 10px; font-family: verdana, arial, helvetica; }
#form a:hover { color: #000; font-size: 10px; background-color: #f7e02e; }
#form a, a:visited { color: black; font-size: 10px; text-decoration: none; }
#faqs { color: black; font-size: 10px; font-family: verdana, arial, helvetica; background-color: #ebebeb; background-image: url(../images/faqs_bg.jpg); background-repeat: no-repeat; width: 720px; margin-top: 10px; padding-top: 35px; padding-bottom: 20px; padding-left: 30px; }
#artguide { color: black; font-size: 10px; font-family: verdana, arial, helvetica; background-color: #ebebeb; background-image: url(../images/art_guide_bg.jpg); background-repeat: no-repeat; margin-top: 10px; width: 720px; padding-top: 35px; padding-bottom: 20px; padding-left: 30px; }
#artvariation { width: 450px; height: 170px; float: right; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
#footer { width: 750px; color: black; font-size: 9px; font-family: verdana, arial, helvetica; text-align: left; position: relative; left: -10px; margin: 5px auto 10px; }

