html,body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #84b3c1;
	min-width: 974px;
	min-height: 650px;
	background-image: url(../design/body_bg.jpg);
	background-repeat: repeat-x;
}

* { font-family: Georgia; }

#vertical
{
	position: absolute;
	top: 50%;
	margin-top: -325px;
	/* half main elements height*/
	left: 0;
	width: 100%;
	background-image: url(../design/body_bg.jpg);
	background-repeat: repeat-x;
}

#hoz
{
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	height: 650px;
	overflow: auto;
	/* allow content to scroll inside element */
	text-align: left;
	background-image: url(../design/body_bg.jpg);
	background-repeat: repeat-x;
}

#topnav
{
	text-align: center;
	background-image: url(../design/header_stones.jpg);
	background-repeat: no-repeat;
	height: 85px;
	padding: 15px 0px 0px 0px;
	width: 450px;
}

#topnav .navbar
{
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0px 0px 83px;
	background-color: #fff;
	width: 350px;
}

#topnav .navbar a { font-size: 123.1%; }

#hd h1
{
	font-size: 197%;
	font-weight: bold;
	float: right;
	margin: 30px 40px 0px 0px;
}

h1
{
	color: #099;}

.hp_content
{
	text-align: center;
	margin: 200px 0px 0px 50px;
}

.hp_content h1
{
	color: #099;
	font-size: 197%;
	font-weight: bold;
	margin: 10px 0px 0px 93px;
	width: 300px;
}

.navbar
{
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0px 0px 83px;
	background-color: #fff;
	width: 300px;
}

.navbar { color: #999; }

.navbar a
{
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}

.navbar a:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
	text-decoration: underline;
}

.home
{
	color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.about
{
	color: #F60;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.poetry
{
	color: #C90;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.music
{
	color: #399;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.sculpture
{
	color: #609;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#leftnav { padding: 0px 15px 0px 20px; }

#leftnav ul li
{
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #FFF;
	background-image: url(../design/button_bg.jpg);
	background-repeat: repeat-x;
}

#leftnav ul li a
{
	color: #099;
	text-decoration: none;
}

#leftnav ul li a:hover
{
	color: #609;
	text-decoration: underline;
}

#leftnav ul li a:visited
{
	color: #999;
	text-decoration: none;
}

#page_content
{
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
}

#page_content h1
{
	font-size: 167%;
	padding: 10px 0px 20px 10px;
}

#page_content h2
{
	font-size: 138.3%;
	padding: 10px 0px 20px 10px;
}

#page_content p { padding: 10px; }

#contactform td { padding: 10px; }

.gallery_block { height: 140px; }

.gallery_block h3
{
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 20px;
	font-size: 131%;
}

.gallery_block p { margin: 0px 0px 0px 100px; 
	padding: 0px 0px 0px 20px;}

.copyright
{
	color: #fff;
	font-size: 77%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	margin: 30px 0px 0px 0px;
	text-align: center;
}