body {
	background: url('images/background.jpg') top left repeat;
	color: white;
	font-family: Arial, Verdana, sans-serif;
}

#wrapper {
	width: 926px;
	margin: 0px auto 0px auto;
}

#header {
 	width: 875px;
	height: 47px;       
	margin: 0px auto;
}

#myImageFlow {
	height: 250px;
}

#nav {
	width: 100%;
	text-align: right;
	padding-top: 1px;
}

#nav li { 
	display: inline;
}

#nav a { 
	color:white;
	text-decoration: none;
}

#nav a:hover { 
	color:white;
	text-decoration: none;
}

.work_entry {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #fff;
}

#showcase {
	background: url('images/topbar.png') top left no-repeat;
	width: 926px;
	height: 276px;
}

#body {
	padding: 0px 15px;
}

#quoteForm {
	width: 370px; 
	border: 2px solid #666; 
	background: white;
	float: right; 
	margin: 15px 0px 15px 30px;
	color: black;
	padding: 15px;
	font-size: 12px;
	position: relative;
}

#quoteForm h3 { 
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	/*
	padding-left: 30px;
	background: url('images/info_24.png') center left no-repeat;*/
}

#quoteForm .input {
	border: 1px solid #000;
	background: #ffc;
}

#quoteForm textarea {
	border: 1px solid #000;
	background: #ffc;
}

/** CLASSES **/
.none { display: none; }
.inline { display: inline }
.right { float: right; padding: 10px }


/** GENERIC TAGS **/
img { border: none; }
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-family: "Arial Black", Arial, Verdana, sans-serif;
	font-weight: bold;
}

a {
	color: #659ee4;
	text-decoration: none;
}

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

a:visited {
	color: #659ee4;
	text-decoration: none;
}
