/* @override http://localhost/beckrocks/style.css */
html {overflow-y: scroll;}


html, body {
	margin: 0;
	padding;
}

body {
	background-color: #222222;
	margin: 0;
	font-family: Courier New, Arial, Helvetica, sans-serif;	
}

body,td,th {
	color: #666666;
}

img {
	border: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}

#header {
	text-align: center;
	margin: 20px auto;
}

#content {
	margin: 0 auto;
	width: 100%;
}

#title {
	font-size:50px;
	margin: 218px 0;
	text-align: center;
}

#title img {
	vertical-align: middle;
}

#overview {
	background-color: #484848;
	padding: 80px 0;
	text-align: center;
}

#footer {
	margin: 60px auto 5px auto;
	clear: left;
	text-align: center;
	font-size: 8pt;
	color: #444444;
}

#footer a {
	color: #444;
}

#footer a:hover {
	color: #F00;
}

.big {
	font-size:25px;
}

.selected {
	border: 1px #fff solid;
}

#gallery
{
	position: relative;
	width: 380px;
	margin: 0 auto;
	text-align: center;
}

#gallery a
{
	margin: 5px;
	width: 64px;
	height: 64px;
	display: inline-block;
}

#gallery #icon {
	height:128px;
	position:absolute;
	right:-133px;
	top:0;
	width:128px;
}

#toolbox {
	height:220px;
	position:absolute;
	right:20px;
	top:60px;
	width:195px;
	text-align: center;
}

#toolbox a {
	width: 100%;
}

#image
{
	margin: 0 auto;
	text-align: center;
}

#image a
{
	display: inline-block;
	min-width: 64px;
	min-height: 64px;
	vertical-align: top;
}

#image .ro
{
	margin-top: 180px;
}

#image_keepsize
{
	display: inline-block;
	width: 580px;
}

#menu {
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 60px;
}

#textcontent {
	margin: 0 auto;
	width: 400px;
	text-align: justify;
}

#textcontent_left {
	margin: 0 auto;
	width: 400px;
}

#textcontent h1 {
	text-align: center;
}

div.article {
	margin: 0px auto;
	width: 600px;
	clear: both;
	float: none;
	display: block;
	padding-top: 20px;
}

div.article_img {
	width: 200px;
	display: inline;
	text-align: right;
	float: left;
}

.article img {
	margin-right: 10px;
}

div.article_text {
	width: 400px;
	display: inline;
	float: left;
	clear: right;
}

div.article_text p {
	margin-top: 0;
}

table {
	clear: left;
}

#name, #email, #message {
	width: 400px;
}

.center {
	text-align: center;
}

.threshold {
	width: 64px;
	height: 64px;
}

.highlight a {
	color: #000;
}

#crop_preview_box {
	width: 64px;
	height: 64px;
	overflow: hidden;
	display: inline-block;
}

#crop_box {
	display: inline-block;
}
