@charset "UTF-8";
body {
	font-family: Helvetica, "Akzidenz Grotesk", Arial, san-serif;
	font-size: 0.8em;
	font-style: normal;
	color: #333333;
	line-height: 20px;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(64wavy.jpg);
	padding: 0;
	margin-top: 0px;
}
#main {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: auto;
	background-color: #FFFFFF;
}
#header  {
	height: 100px;
	padding-top: 15px;
}
#header #logo {
	padding-left: 25px;
	padding-bottom: 10px;
	width: 960px;
}
#content {
	float: left;
	position: relative;
	width: 975px;
}
#content #discripton {
	margin: 15px;
	height: 200px;
	width: 450px;
	float: left;
	padding-left: 20px;
}
#content #discripton h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	font-style: oblique;
}
#content #aboutme {
	float: right;
	height: auto;
	width: 400px;
	margin-top: 48px;
	line-height: 1.6em;
}
#content #contact {
	height: auto;
	width: 500px;
	float: left;
	margin-top: 15px;
	margin-left: 32px;
}
#content  #skillset  {
	height: auto;
	margin-left: 32px;
	margin-top: 20px;
}
#content  #skillset  p  {
	line-height: 0.55em;
}
.column {
	width:150px;
	padding:10px;
	float:left;
	text-align:justify;
}
#navigation ul {
	list-style-type: none;
	position: relative;
	width: 433px;
	height: 14px;
	margin: 0;
	padding-left: 30px;
	padding-top: 12px;
	background:#ffffff;
}

#navigation li { float: left; }

#navigation a {
	border: 0;
	display: block;
	height: 14px;
	overflow: hidden;
	width: 433px;
	text-indent: -9999px;
	background-image: url(buttons/globalnav.gif);
}

#nav_design a { width: 105px;}
#nav_artwork a { background-position: -105px 0; width: 130px;}
#nav_about a { background-position: -235px 0; width: 96px;}
#nav_contact a { background-position: -330px 0; width: 100px;}

#nav_design a:hover { background-position: 0 -28px;}
#nav_artwork a:hover { background-position: -105px -28px; }
#nav_about a:hover { background-position: -235px -28px; }
#nav_contact a:hover { background-position: -330px -28px; }

#current_design a { background-position: 0 -14px; width: 105px;}
#current_artwork a { background-position: -105px -14px; width: 130px; }
#current_about a { background-position: -235px -14px; width: 96px;}
#current_contact a { background-position: -330px -14px; width: 100px;}

#content  #pagenav  {
	height: 195px;
	width: 960px;
	margin-left: 25px;
	float: left;
	margin-top: 15px;
}
#content #pagenav #otherlinks {
	padding-left: 10px;
}

#content #aboutpagenav {
	height: auto;
	width: 960px;
	margin-left: 15px;
	float: left;
	margin-top: 15px;
}

#content #rollovers #otherlinks {
	width: 973px;
	vertical-align: bottom;
}
#content #rollovers {
	width: auto;
	height: 160px;
}
#rollovers img {
	border: 2px solid #999999;
	margin: 6px;
}
#rollovers  a:hover img {
	border: 2px solid #3f0000;
}
.italic {
	font-style: oblique;
}
#footer {
	text-align: center;
	width: 975px;
	font-size: 10px;
	padding-top: 15px;
}
#footer p {
	margin: 0px;
}
a {
	color: #777777;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #3f0000;
}
a:active {
	text-decoration: none;
	color: #663300;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
