html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #DBDBDB;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

div#container {
	min-width: 700px;
}

div#header {
	background-color: #DBDBDB;
	background-image: url(../img/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 37px;
}

div#logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#menu {
	background-image: url(../img/menu/menu_bg.png);
	background-repeat: repeat-x;
}

div#content {
	overflow: auto;
	min-height: 400px;
	margin: 20px;
	padding: 20px;
	border: 1px solid #B5B5B5;
	background-color: #E3E3E3;
	background-image: url(../img/content_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#footer {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

div#latest_registrations {
	background-color: #FFFFFF;
	width: 150px;
	float: right;
	padding: 10px;
	border: 1px solid #8F8F8F;
}

div#art_box {
	text-align: center;
	width: 70%;
}

div#art_info {
	text-align: left;
	float: right;
	width: 24%;
	border-color: #8F8F8F;
	border-style: solid;
	border-width: 0px 0px 2px 5px;
	padding: 0px 0px 20px 20px;
	margin-top: 50px;
}

div#art_detail_box {
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 8pt;
}

h1 {
	color: #FF5500;
	font-size: 16pt;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	color: #999999;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 15px;
}

h3 {
	color: #B33B00;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 20px;
	text-transform: uppercase;
}

.error {
	border: 3px solid #FF3333;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFFFFF;
	width: 400px;
}

.success {
	border: 3px solid #00CC00;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFFFFF;
	width: 400px;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

img {
	border-width: 0px;
}

img.thumbnail {
	border: 1px solid #000000;
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	padding: 3px 3px 3px 0px; 
}

table, td {
	border: 1px solid #B5B5B5;
}

table.form {
	border: 0px;
}

table.form tr {
	vertical-align: top;
}

table.form td {
	border: 0px;
}

table.form td.required {
	font-weight: bold;
}

table.form td.description {
	font-size: 8pt;
	vertical-align: middle;
}

thead tr {
	background-color: #B5B5B5;
	text-align: left;
	font-size: 8pt;
	text-transform: uppercase;
}


form dt {
   clear: both;
   width: 100px;
   float: left;
   text-align: right;
}

form dd {
   float: left;
   width: 300px;
   margin-left: 10px;
   margin-bottom: 3px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	magin: 0px;
	padding: 2px;
	border: 1px solid #B5B5B5;
	background-color: #FFFFFF;
}

input.submit {
	font-size: 8pt;
	font-weight: bold;
	padding: 4px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #000000;
}


a {
	color: #999999;
	text-decoration: none; 
}

a.colorless, a.colorless:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #BBBBBB;
}

p.link_add {
	margin: 0px;
	padding: 3px 0px 0px 16px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/add.gif);
	background-position: left;
	background-repeat: no-repeat;
}

p.link_go {
	margin: 0px;
	padding: 3px 0px 0px 16px;
	font-size: 10pt;
	font-weight: bold;
	background-image: url(../img/go.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div.description {
	position: relative;
	margin-left: -300px;
	left: 50%;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	width: 600px;
}

div.question {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	background-color: #CCCCCC;
}

div.answer {
	font-size: 10pt;
	padding: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-color: #000000;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	background-color: #FFFFFF;
}


fieldset {
	margin-top: 15px;
	padding: 4px 8px 8px 8px ;
	border: 1px solid #8F8F8F;
}

legend {
	font-size: 10pt;
	font-weight: bold;
	color: #8F8F8F;
}