body {
	background: #dddddd url('http://beta.x-54.com/template/default/images/cccccc.gif');
	padding: 30px;
	padding-top: 140px;

}
form {
	padding: 0px;
	margin: 0px;
}
a img {
border: none;
}
a {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
a:hover, ul.links li:hover a {
	color: #d5a73a;
}
					input.field, textarea {
						padding-left: 5px;
						padding-right: 5px;
						background-color: white;
						border: 1px solid #eeeeee;
						border-radius: 3px;
						width: 100%;
					}
					input.field:hover, textarea:hover {
						border: 1px solid #cccccc;
					}
					input.submit {
						width: 100%;
						background-color: white;
						border: none;
						border-bottom: 1px dashed #cccccc;
						font-style: italic;
						color: #666666;
					}
					input.submit:hover {
						color: black;
						border-bottom: 1px dashed #aaaaaa;
					}
					select {
						width: 100%;
						max-width: 100%;
					}

table {
	width: 100%;
}

th, td.kkey {
	color: #666666;
	text-transform: uppercase;
	background-color: #f6f6f6;
	border-radius: 3px;
}
td.kkey {
width: 120px;
text-align: right;
font-weight: bold;
}
#contents td, #contents th {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1, h2, h3, h1 a, h2 a, h3 a {
	font-family: Georgia;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	margin-bottom: 10px;
}
h1 {
	background-color: #ccc;
	padding: 10px;
	border-radius: 3px;
}
h1, #menu h2 {
	font-size: 14pt;
	margin-top: 0px;
	padding: 10px;
}
h1 a {
font-size: 14pt;
}
h2, h2 a {
	font-size: 12pt;
}
#menu h2 {
	margin-left: 0px;
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 3px;
}

#menu {
	width: 200px;
}
div.thumb, div.full {
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	padding: 1px;
}
div.full {
padding: 4px;
text-align: center;
}
div.gallery div.thumb {
margin: 0px;
float: left;
margin: 2px;
}
p.imgdescription {
	padding-top: 0px;
	margin-top: -7px;
	text-align: center;
}
ul.paragraphed li {
padding: 0px;
	}
	code, .code {
	font-family: "Courier New";
	}

	td.vval {
	overflow: hidden;
	}
	textarea {
	 width: 100%;
	 height: 100px;
	 }
	 img.fullview {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 }
	 
	 ul.links li {
		padding: 3px;
		background-color: #cccccc;
		text-align: center;
		border-radius: 3px;
		list-style-type: none;
		margin: 2px;
	}
	ul.links li:hover {
		background-color: #eeeeee;
	}
	ul.links {
	padding-bottom: 20px;
	}
	hr {
	border: none;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	.singlecolumngallery, td.thumb {
		width:  145px;
	}
	div.singlecolumngallery {
		float: right;
		margin-left: 10px;
	}
	tr.bold, tr.bold * {
font-weight: bold;
}
