a:link, a:visited, a:hover, a:active
{
	color: #000;
}
body
{
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(/pics/bg_base.gif);
	_background-image: url(/pics/bg_baseie.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.clear
{
	clear: both;
}
div#base
{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(/pics/bg_base.gif);
	background-repeat: repeat-y;
}
div#left_base
{
	background-color: #000;
	width: 300px;
	min-height: 400px;
	float: left;
	text-align: right;
}
div#right_base
{
	width: 470px;
	min-height: 400px;
	float: right;
	text-align: left;
	padding: 20px 10px 50px 20px;
	font-size: 87%;
}
div#logo
{
	margin-top: 50px;
	padding: 30px 0px 40px 0px;
	border-top: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	text-align: center;
}
img#lense_small
{
	width: 72px;
	height: 72px;
	margin-bottom: -72px;
	margin-right: -72px;
	position: relative;
	top: 5px;
	left: -45px;
}
td#gallery_image
{
	text-align: center;
	background-color: #eee;
	width: 452px;
	height: 452px;
	padding: 4px;
}
td#gallery_image img
{
	border: solid 1px #000;
}
div#menu
{
	margin-top: 40px;
	margin-left: 125px;
	text-align: left;
	width: 175px;
}
div#menu a:link, div#menu a:visited
{
	color: #fff;
	margin: 0px 25px;
	text-decoration: none;
}
div#menu a:hover, div#menu a:active
{
	text-decoration: underline;
}
p.parent_page, p.child_page
{
	margin: 0px;
}
p.parent_page
{
	font-weight: bold;
	margin-right: 40px;
	margin-top: 5px;
	width: 190px;
}
p.child_page
{
	font-weight: normal;
	margin-left:10px;
	font-size: 95%;
	width: 180px;
}
div#footer
{
}
/* Form specific styling */
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	width: 320px;
}

/* Table specific styling */
table.form
{
	width: 400px;
	border-top: solid 1px #DDD;
	margin-bottom:5px;
}
table.form caption
{
	background-color: #000;
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	padding: 3px;
	font-weight: bold;
}
table.form td, table.form th
{
	text-align: left;
	font-size: 0.9em;
	border-top: solid 1px #000;
	padding: 3px;
	vertical-align: top;
}
table.form th
{
	font-weight: normal;
}
table.form td
{
	padding-left: 5px;
}
/*ENDS */
table#gallery
{
	width: 460px;
	margin-bottom: 10px;
}
table#gallery td
{
	width: 230px;
}
/*LIST ITEMs*/
div.list_item
{
	width: 460px;
	margin-bottom: 5px;
}
div.item_left
{
	float: left;
	width: 100px;
	height: 100px; 
	background-position: center;
}
div.item_right
{
	float: right;
	padding-left: 10px;
	width: 350px;
}
div.item_right h3
{
	margin: 0px 0px 3px 0px;
	font-size: 110%;
}
div.item_right p
{
	margin: 0px;
}
.clear
{
	clear: both;
}