body {
	background-color: #95978c;
}


/* STRUCTURE */

#thumbnails {
	padding-left: 20px;
}

#quoteBox {
	width: 360px;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* HOME STYLES */

input, select, textarea {
	color:#5a5a5a;
	font-family:verdana,arial,geneva,tahoma,helvetica,sans-serif;
	font-size:11px;
	margin-top:2px;
}

#StudioBlog a {
	text-decoration: none; color: #dddbd4;
}

#StudioBlog a:hover {
	text-decoration: none; color: #4e5143;
}

a:link		{ text-decoration: none; color: #21201d}
a:visited	{ text-decoration: none; color: #21201d}
a:hover		{ text-decoration: underline; color: #21201d}

.whitelink:link		{ text-decoration: none; color: #dddbd4}
.whitelink:visited	{ text-decoration: none; color: #ffffff}
.whitelink:hover	{ text-decoration: none; color: #ffffff}



/* FOOTER */

#footer {
	margin-left: 10px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

#footer a{
	text-decoration: none;
	color: #0a6181;
	margin-right: 6px;
}

#footer a:hover{
	text-decoration: none;
	color: #000000;
}

#copyright {
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	margin-bottom: 35px;
}

#copyright a{
	text-decoration: none;
	color: #ffffff;
}

#copyright a:hover{
	text-decoration: none;
	color: #dddbd4;
}

#titleBanner {
	margin-left: 75px;
	padding-top: 26px;
	width: 432px;
	float: left;
	display: inline;
	height: 60px;
}

.arrownavBlarge {
	float: left;
	width: 140px;
	margin-bottom: 4px;
	background: url(../images/arrow.blue.gif) no-repeat;
	padding-left: 9px;
	font-family: Georgia;
	font-size: 13px;
	color: #17698a;
	text-decoration: none;
}

.arrownavBlarge:hover {
	color: #000000;
	/* text-decoration: none; */
}

h2{
	font-family: Georgia, Arial Narrow, Arial, Tahoma;
	font-size: 42px;
	font-weight: normal;
	line-height: 30px;
	margin: 30px 0px 0px 0px;
	color: #21201d;
}

h3{
	font-family: Georgia, Arial Narrow, Arial, Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #21201d;
	margin: 0px 0px 0px 0px;
}

h4{
	font-family: Arial;
	font-size: 15px;
	margin: 0px;
	color: #3f413d;
}

h5{
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	margin: 0px;
	color: #193360;
}


/* FONTS */

.bodytext{
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
}

.small {
	font-size: 11px;
}

.large {
	font-size: 14px;
	line-height: 18px;
}

.green {
	color: #7e837a;
}

.wv {
	line-height: 21px;
}

.nv {
	line-height: 15px;
}

.white {
	color: #dddbd4;
}

.bodytextSmall{
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
}

.bodytextTitle{
	font-family: Arial;
	font-size: 15px;
}