@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS reset*/
body {
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#Container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 600px;
	background-color: #FFF;
	background-image: url(../Images/MainPage/ContainerGradient.jpg);
	background-repeat: repeat-x;
}
#NavTop ul li  {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	height: 20px;
	margin-left: 10px;
	background-color: #FFF;
	margin-top: 95px;
	font-size: 12px;
	line-height: 25pt;
	letter-spacing: 0.5px;
}
#NavTop ul li a:link, #NavTop ul li a:visited {
	text-decoration: none;
	display: block;
	color: #333;
}
#NavTop ul li a:hover, #NavTop ul li a:active {
	color: #FFF;
	background-image: url(../Images/MainPage/MouseOverLeftNav.jpg);
}

#header {
	background-color: #63666D;
	height: 115px;
}
#Container #header img {
	float: left;
}
#Content {
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 40px;
}
#Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	margin-top: 20px;
	font-style: italic;
}
#Content #LeftNav {
	float: left;
	width: 230px;
}

#Content #LeftNav ul li {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 30px;
	width: 205px;
	background-image: url(../Images/MainPage/LeftNavBackground.jpg);
	margin-bottom: 6px;
}

#Content #LeftNav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style: oblique;
	color: #999;
	font-size: 16px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
#LeftNav ul li a:visited {
	text-decoration:none
}
#Container #Content #LeftNav ul li a:hover, #Container #Content #LeftNav ul li a:active {
	color: #FFF;
	background-image: url(../Images/MainPage/MouseOverLeftNav.jpg);
	background-repeat: no-repeat;
}
#Container #Content #LeftNav ul li a.current {
	border-left-width: 0px;
	background-image: url(../Images/MainPage/CurrentButton.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#Content #LeftNav img {
	margin-right: 25px;
	margin-top: 20px;
}
#Thumbs {
	margin-top: 37px;
}
#aboutSkills {
	background-color: #F36;
	height: 60px;
	width: 230px;
}
#ArtWork2Size {
	background-color: #FFF;
	float: left;
	height: 400px;
	width: 650px;
}
#TextDiv {
	background-color: #FFF;
	float: left;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 18px;
	text-decoration: none;
}

#extraBottom {
	background-color: #FFF;
}
.link_no_underline {
	text-decoration: none;
	color: #666;
}
#thumbText {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	text-transform: none;
	color: #333;
}
H3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #333;
}
