@charset "UTF-8";
/* CSS Document */

p, h1, h2, table, td, tr, body, a, img, ul, li {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 100%;
}

body {
	background-image: url(images/BG_image.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

div#wrapper {
	float: left;
	position: relative;
	width: 960px;
	margin-top: 25px;
}

div#paintsic {
	position: absolute;
	top: 328px;
	left: 43px;
	z-index: 10;
}

div#nav {
	float: left;
	position: relative;
	width: 854px;
	height: 83px;
	margin:0 0 0 106px;
	margin-left: 230px;
	font-size: 12px;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
	white-space: nowrap;
}

#nav a {
	text-align: center;
	width:105px;
	height: 31px;
	padding-top: 15px;
	background-image: url(images/sprite2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	border-right:1px solid #FFF;
	color: #FFF;
}

#nav li a:hover {
	background-position:-139px 0;
}

#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink a:active {
	background-position: -139px 0 !important;
}


div#content {
	position: relative;
	float: left;
	width: 730px;
	height: 400px;
	margin-left: 230px;
	margin-bottom: 20px;
}

.liquid {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
	
div#left_col {
	width: 250px;
	float: left;
	position: relative;
}

div#left_col_logo {
	width: 109px;
	height: 143px;
	float: left;
	position: relative;
}
	
table#thumbs {
	width:105;
}

table#thumbs img {
	margin-right: 5px;
	margin-bottom: 5px;
}

#description {
	width: 225px;
	margin-top: 100px;
	font-size: 10px;
	line-height: 18px;
	color:#333;
}

div#large {
	float: left;
	width: 400px;
	height: 400px;
	margin-left: 13px;
}

div#footer {
	clear: both;
	width: 100%;
	minimum-width: 960px;
	border-bottom:  #000 thin solid;
	border-top: #000 thin solid;
	height: 42px;
	background:url(images/paintsic_bottom.gif) 0 0 no-repeat;
}

/* BOTTOM NAV _______________________________________________ */

div#footer ul {
	font-size: 10px;
	list-style: none;
	margin-left: 212px;
	width: 160px;
	float: left;
}

div#footer li {
	float: left;
	white-space: nowrap;
}
#footer a {
	text-align: center;
	width:160px;
	height: 20px;
	padding-top: 13px;
	display: block;
	font-weight: 800;
	color: #000;
}

#footer a:hover {
	color: #666;
}

/*END BOTTOM NAV ______________________________________________ */

p.cright {
	font-size: 8px;
	color: #666;
	margin: 14px 0 0 60px;
	float:left;
}

p.copy {
	font-size: 12px;
	line-height: 20px;
	color: #696767;
}

p.copy a {
	color: #666;
	font-weight: bold;
}

p.copy a:hover {
	color: #333;
	font-weight: bold;
}
	
	
/* HOME PAGE SPECIFIC ______________________________________________ */

h2.welcome {
	font-size: 14px;
	color: #333;
	line-height: 60px;
}

h3.initial {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	
}
/* END OF HOME PAGE STYLES _________________________________________ */

/* CONTENT PAGE STYLES _____________________________________________ */

div#large_contact {
	float: left;
	width: 450px;
	height: 400px;
	/*margin-left: 60px;*/
	background-image: url(images/crowflying.png);
	background-position: top right;
	background-repeat: no-repeat;
	
}
/* END CONTENT PAGE STYLES _________________________________________ */

/* EXPERIENCE PAGE STYLES __________________________________________ */

div#large_experience {
	float: left;
	width: 500px;
	height: 400px;
}

ul#resume {
	list-style: none;
}

ul#resume li {
	float: left;
	white-space: nowrap;
}

ul#resume a {
	text-align: left;
	width:70px;
	height: 40px;
	padding-top: 5px;
	display: block;
}








