body {
	font-size: 11px;
	font-face: sans-serif;
	font-family: Arial;
	background:#ffffff;
	margin:0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color: #880000;
}

a:link {
	text-decoration: none;
}

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

a:active {
	text-decoration: none;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #880000;
	text-decoration: none;
}
.blacktxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.whitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.redcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #880000;
	text-decoration: none;
	text-transform: uppercase;
}
.whitecaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}


.TopBar {
	top: 0px;
	right: 0px;
	background-color: #CCCCCC;
	height: 80px;
}

/*** WORK STYLES ***/
.PaintingBar {
	padding-top: 25px;
	left: 0px;
	padding-left: 19px;
	background-color: #595959;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-right: 19px;
	height: 100px;
}
.paintingTitle_wht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	font-style: italic;
	padding-bottom: 5px;
}
.PaintingWrap {
	width: 1000px;
	padding-top: 10px;
	padding-left: 19px;
	padding-bottom: 50px;
	float: left;
}
.ThumbnailBar {
	float: right;
	color: #333333;
	padding-right: 4px;
	margin-right: 35px;
}
.PaintingWrap .ThumbnailBar img {
	margin-top: 5px;
	margin-right: 5px;
}
.paintingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 17px;
	font-style: italic;
	padding-bottom: 5px;
	border-top: dotted 1px #999999;
}
.thumbnail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 0px;
	overflow: hidden;
}

.thumbnail img {
	margin-bottom: 20px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
} 

.thumbnail img:hover {
	border: 1px solid #AEBFD5;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
.WorkWrap {
	padding-left: 19px;
	float: left;
	width: 425px;
}
.workTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #292929;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 5px;
}
/*** TEXT SECTION STYLES ***/
.TextsWrap {
	width: 600px;
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 50px;
}

.copyright {
	float: left;
	height: 25px;
	text-align: left;
	padding-top: 100px;
	color: #999999;
	width: 400px;
	clear: both;
	margin-left: 19px;
}
.copyright a {
	color: #999999;
}

.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top: dotted 1px #999999;
	padding-bottom: 15px;
	float: left;
	width: 425px;
}
.pagetext img {
	margin-bottom: 20px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
	border: 1px solid #FFFFFF;
	cursor:pointer;
} 
.newstxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top: dotted 1px #999999;
	padding-bottom: 15px;
	line-height: 16px;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292929;
	text-decoration: none;
	padding-top: 17px;
	padding-bottom: 5px;
	line-height: normal;
}
.awardlisting {
	margin-bottom: 5px;
	margin-top:	5px;
}

/*** NAVIGATION ***/
.NavBar {
	padding-left: 0px;
	overflow: hidden;
	margin-top: 8px;
	margin-left: 8px;
	border-top: 0px dotted #333333;
	float: left;
	width: 1115px;
	height: 140px;
}

.navitem {
	background-image: url(../images/dots_vertOff.gif);
	background-position: 0px 0px;
	width: 99px;
	height: 44px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 11px;
	float: left;
}
.navitem_work {
	background-image: url(../images/dots_work.gif);
	background-position: 0px 0px;
	width: 199px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 11px;
	float: left;
	height: 135px;
}
.navitem_contact {
	background-image: url(../images/dots_vertOff.gif);
	background-position: 88px 0px;
	width: 88px;
	height: 44px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-right: 11px;
	float: left;
	text-align:right;
}
.navitem_contact_on {
	background-image: url(../images/dots_vertOn.gif);
	background-position: 88px 0px;
	width: 88px;
	height: 44px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-right: 11px;
	float: left;
	text-align:right;
}
.navitem_on {
	background-image: url(../images/dots_vertOn.gif);
	background-position: 0px 0px;
	width: 99px;
	height: 44px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 11px;
	float: left;
}
.wp_thumbs img {
	margin-right: 10px;
	margin-bottom: 10px;
}
