﻿/*** page layout ***/
body
{
	margin:0;
	padding:0;
}

#header
{
	background-color:White;
	border-bottom:5px solid #880000;
}

#header h1
{
	margin:0;
	padding:4px 10px;
	display:none;
}

#header img
{
	display:block;
}

#content
{
	margin-left:198px;
	padding:10px;
	background-image:url(images/shadow_blackwhite.jpg);
	background-repeat:repeat-x;
	/*background-color:Aqua;*/
}
/*** end page layout ***/

h2
{
	/*background-color: #FD6363;*/
	background-image:url(images/Red30_bgFD6363.jpg);
	background-image:url(images/slice.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	border-bottom:1px dashed #880000;
	color:red;
	line-height:30px;
	font-size:25px;
	padding:3px;
	padding-left:55px;
}

h3
{
	border-bottom: 1px dashed;
}

code
{
	background-color:#cccccc;
	border:dashed 1px;
	/*padding:2px;*/
}

/*** gradient image page style ***/
ul#gradver30
{
	list-style: none;
	width: 200px;
}

ul#gradver30 li
{
	background-position: 0 50%;
	padding:3px;
	margin:2px;
	line-height:30px;
	font-weight:bold;
	color:White;
	border:1px solid black;
}
/*** end gradient image page style ***/



