*
{
	border: 0;
	margin: 0;
	padding: 0;
}
  
body
{
    background-image: url("http://richbala.com/PhotoGallery_files/image003.jpg"); 
    background-repeat: repeat;
    color: #777;
    padding: 50px;
}

.gallery
{
    width: 1200px;
	cursor: default;
	list-style: none;
	vertical-align: center;
	margin: 0 0 0 100;
}

.gallery img
{
	background: #FFFFFF;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 5px;
	color: #FFFFFF;
	padding: 2px;
	margin: 3px;
	vertical-align: center;
}

.gallery li
{
	background: #FFFFFF;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	/* color: #000080; */
	color: #000000;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0;
	position: relative;
	font: 12px Verdana, serif;
	height: 308;
	width: 275;

}

.gallery p
{
	background: #FFFFFF;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline;
	float: left;
	margin: 3px;
	/* width: 315; */
	width: 275;
	height: 25;
	font: 24px MarkerFeltThin-Plain, serif;
	color: #000099; ;
    font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0 22px 0 0 ;
}


h1
{
	background: inherit;
	color:#000099;
	font: 36 MarkerFeltThin-Plain;
	text-align: center;
    font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	text-align: center;
	font-style: italic;
}

h2
{
	background: inherit;
	color:#000099;
	font: 20 MarkerFeltThin-Plain;
	text-align: center;
    font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	text-align: center;
	font-style: italic;
}

h3
{
	background: inherit;
	font: 28 MarkerFeltThin-Plain;
	text-align: left;
    font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	text-align: left;
	font-style: italic;
	display: inline;
}

.red
{
	color: red;
} 

.black
{
	color: black;
} 
.size20
{
	font-style: normal;
	font: 20 MarkerFeltThin-Plain;
}
.blue
{
	color: #000099;
} 

.green
{
	color: darkgreen;
} 
.maroon
{
	color: maroon;
}

h4
{
	background: inherit;
	color:red;
	font: 24 MarkerFeltThin-Plain;
	text-align: left;
    font-weight: bold;
	margin: 0 0 10px 10px;
	padding: 0 0 10px;
	text-align: left;
	font-style: italic;
}

.inline
{
	display: inline;
}

p
{
	background: inherit;
	font: 18 Times New Roman;
	font-style:normal;
	text-align: left;
    font-weight: normal;
	text-decoration: none; 
	margin: 0 0 0 10;
	display: block;
}

.italic
{
	font-style:italic;
}

.center
{
	text-align: center;
}
.bottom
{
	vertical-align: text-bottom;
}
