BODY {
	background: #28425C;
	color: white;
}
/*elements*/
h2 { /*used for welcome msg on main page*/
	border-top: 1px solid #b4bfca;
	border-bottom: 1px solid #b4bfca;
	background-color: #4C779F;
	margin: 0;
	color: #B4BFCA;
	text-transform: uppercase;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 28px 10px 2px 0;
	letter-spacing: 2px;
}
h3 { /*used for added pricing media info*/
	font: small-caps 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #4C779F;
	padding: 20px 10px 6px 0;
	border-top: 1px solid #B4BFCA;
	border-bottom: 1px solid #B4BFCA;
	margin: 0;
	color: #A2BFD9;
}

h4 { /*used for section headers*/
	color: #2A2A2A;
	background-color: #5C6F81;
	font-size: 14px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	display: block;
	text-align: left;
	line-height: 22px;
	width: 95%;
	padding-left: 5%;
	font-weight: normal;
	font-variant: small-caps;
}
	/*propaganda*/
#propaganda {
	position: absolute;
	top: 62px;
	right: 10px;
	float: right;
	border: solid silver 1px;
	width: 142px;
	text-align: center;
	padding: 0;
	vertical-align: top;
	}
#propaganda h6 { /*used in Propaganda */
	font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color: #F5F5F5;
	background-color: #526474;
	margin: 0;
	text-align: center;
}
#propaganda img {
	border: none;
}
	/*END Propaganda*/
	/*BEGIN Stylistic specifics*/

ABBR, ACRONYM { border-bottom: 2px dotted #F5F5F5; cursor: help; }
	
/*pre {
	font: 1.2em/1.7em monospace;
}	
*/

#banner {
	position: absolute;
	top: 0;
}

#tabmenu {
	position: absolute;
	top: 64px;
	left: 40px;
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 19px;
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#tabmenu a, a.active {  /*non active tabs*/
	color: #F2E2E2;
	background-color: #304F6D;
	font: small-caps 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 1px 6px 1px 6px;
	margin: 0 0 0 10px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-top: none;
	text-decoration: none;
	}
#tabmenu a.active { /*current tab*/
	background: #5187b9;
	color: white;
	border: 1px solid #FFFFFF;
}
#tabmenu a:hover {
   color: #000000;
   background-color: #5187b9;
	}
#tabmenu a:active {
	background-color: black;
	color: silver;
}
#tabmenu a:visited {
	color: #ffffff;
}
#tabmenu a:visited:hover {
	color: #000000;
	background: #5187b9;
}
#tabmenu a.active:hover {
	background: #5187b9;
	color: silver;
}
#content {
	font: small sans-serif;
	position: absolute;
	top: 85px;
	left: 15px;
	width: 78%;
	background: #58697E;
	text-align: left;
	padding: 0;
	margin: 30px 0 0 0;
}
#content img {
	border: none;
}
#content a {
	text-decoration: underline;
	color: #ffffff;
}
#content a:hover {
	color: Black;
	background: #7198BD;
}
#content a:visited {
	color: Silver;
}

#content a:active {
	color: #AF5757;
}

.documentTitle {
	margin: 5px;
	float: left;
	background-color: #647686;
}
#content p {
	color: #f2e2e2;
	text-align: justify;
	padding-left: 3px;
	margin: 3px 3px 10px 3px;
	z-index: -5;
}

#content p img {
	vertical-align: middle;
}

.comment {
	width: 60%;
	font-size: x-small;
}

#footnote{
	position: absolute;
	right: 0px;
	top: 115px;
	float: right;
	width: 142px;
	font: small sans-serif;
	background: #647686;
	padding: 0;
	margin: 0 10px 0 0;
	border: 1px solid silver;

}
#footnote p {
	width: 90%;
	text-align: right;
	color: #f2e2e2;
	font-size: x-small;

}
#footnote h6 {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #F2E2E2;
	background-color: #526474;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid Silver;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}


/*floating images in a paragraph with wraparound*/	
.floatright {
	float: right;
	margin: 5px 5px;
}
.floatleft {
	float: left;
	margin: 5px 5px;
}

/*Begin Right Side Bar*/
#rightbar {
	position: absolute;
	top: 115px;
	right: 10px;
	width: 142px;
	color: #f2e2e2;
	background-color: #647686;
	border: 1px solid Silver;
}

#rightbar h6 {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #F2E2E2;
	background-color: #526474;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid Silver;
	padding-top: 14px;
	padding-bottom: 13px;
	margin: 0;
}
#rightbarThumbs{
	margin-left: auto;
	margin-right: auto;
}

#rightbar ul{
	margin-left: 10px;
	margin-right: 10px;
}
#rightbar li {
	width: 120px;
	list-style: none;
	margin-top: 25px;
}

#rightbar img {
	border: none;
}


#rightbar span { /*span for media description on rightbar*/
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	display: block;
	text-align: center;
	border: 1px solid gray;
	background-color: #696969;
}

/*End Rightside Bar*/

/*begin Gallery pics*/

#gallery {
	height: auto;
	font: small sans-serif;
}

#thumbs {
	padding: 0;
	width: 560px;
}
#thumbs a {
	text-decoration: none;
	background-color: #304F6D;
	margin: 5px;
	bottom: 140px;
	display: block;
	padding: 2px;
}
#thumbs a:hover {
	color: white;
	background-color: #355A79;
	bottom: 10px;
	border-right: black 5px solid;
}
#thumbs a img {
	height: 0; 
	width: 0; 
	border-width: 0;
	}
#thumbs a:hover img {
	border-left: solid #505050 3px;
	position: absolute;
	left: 555px;
	top: 260px;
	height: 120px; 
	width: 120px;
}

/*end Gallery Pics*/

/*Begin Example Section*/

.examples {
	list-style: square;
	color: #F0F8FF;
}

/*End Example Section*/

/*Begin Pricing Forms and Lists*/

#sections {  /*watercolor prices, grapthite prices... etc*/
	float: left;
	margin: 0 0 2%;
	padding: 0;
	width: 100%;
}

#sections img {
	padding-top: 5px;
}

.media { /*picture title of media e.g. "pencil" "oil" etc...*/
	margin-left: 1em;
	float: left;
}
.items { /*containing divs that hold dimensions, paypal, and price info*/
	width: 15%;
	color: Black;
	text-align: center;
	background-color: #4C779F;
	display: inline;
	float: left;
	border-top: solid #2b567f 3px;
	border-right: double #96B4D1 2px;
	border-bottom: double #96B4D1 2px;
	border-left: solid #2B567F 3px;
	margin: 0 1% 0 0;
}
.dimensions { /*special color given to dimensions in containing div*/
	color: black;
	background: #789DC0;
	display: block;
	width: 100%;
}
.price { /*special color given to price in above defined div*/
	color: silver;
	display: block;
	background-color: #315C85;
	width: 100%;
}










