@charset "utf-8";
/* CSS Document */

body {
	background-color: #12131D;
	overflow-y:scroll;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
#content {
	padding-top: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
link {
	color: #CCC;
}
a {
	color: #CCC;
}
ahover {
	color: #6CF;
}
.para_lt_gray {
	color: #CCC;
}
.bottom_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: capitalize;
	background-color: #333;
	padding: 15px;
	color: #CCC;
}
.par_med_gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
#right_sidebar {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	color: #999;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}
h4 {
	font-size: small;
	font-weight: bold;
}
hr {
	height: 1px;
	border-top: 1px;
	color: #333;
}
.sculpture_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: uppercase;
	color: #6CF;
	font-weight: bold;
}

