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

/*------------------------- reset -----------------------------*/

html, body {background-color: #000;}

html, body, div, span, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h2{margin:3px 0px 13px 0px;
}
body {
	line-height: 1;
}
ol, ul {
	font-size: 11px; line-height: 1.7em; padding-left: 20px; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr{
	background-color:#333; height:1px; width: 300px; 
	}

/*------------------------- DIV -----------------------------*/

#container	{width: 960px; margin: 0 auto; padding-top: 10px;}
#top		{width: 100%;}
#logo		{background-image:url(../images/sallyspenceart.gif); background-repeat: no-repeat; width: 415px; height: 120px; padding: 5px 0;}
#logo a		{width: 415px; height: 120px; padding: 0; margin: 0; display: block; text-indent:-9999px;}
#nav		{width: 200px; height: 500px; float:left;}
#right		{float:right; width: 740px; height: 500px;}
#alignright	{width:590px; float:right;}
#footer		{width: 100%; text-align:left;}
#nav table	{margin-top:10px;}

/*------------------------- Type -----------------------------*/

#footer p		{font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#333; line-height:20px;}
#footer .copyright 	{width: 50%; float:left;}
#footer .jump		{width: 50%; float:right;}
#footer .jump p		{text-align:right;}
#footer .jump a		{color:#333; text-decoration:none;}
#footer .jump a:hover, #footer .jump a:focus	{text-decoration: underline;}

h2			{font-size:14px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; color:#fff;}
h3			{font-size: 14px; font-weight:bold; font-family:Tahoma, Geneva, sans-serif; color:#fff; line-height: 20px;}
p, table			{
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height:18px;
	text-align: justify;
}
table h2{
margin:3px 0px 13px 0px;	
}
a.home		{background-image: url(../images/nav_off_06.gif); }
a.home:hover, a.home:focus	{background-image:url(../images/nav_on_06.gif);}




.contactinfo	{color:#fff; font-family: Tahoma, Geneva, sans-serif; font-size:12px; line-height: 20px; margin-left: 5px;}
.asterix	{font-size: 11px; color:#CCC;}

.line		{float:left; margin:0; padding:0;}
.clear		{clear:both;}