html
{
	padding: 0;
	margin: 0;
	color: #666;
	background-color: #fff;
	font: 0.75em/1.4 verdana, sans-serif;
	vertical-align:top;
}

body
{
	padding: 0;
	margin: 0;
}

h1
{
	font-family: georgia, serif;
	font-size: 2em;
	margin: 0 0 0.5em;
	color: #f06;
}

h2
{
	font-family: georgia, serif;
	font-size: 1em;
	margin: 0;
	color: #f06;
}

h3
{
	font-family: georgia, serif;
	font-style: italic;
	font-size: 1em;
	margin: 0;
	color: #f06;
}

h4,h5,h6
{
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	color: #f06;
}

pre,code { font-size: 1em; }

ul,ol,pre,form,p,table,fieldset { margin: 0 0 1em; }


hr
{
	height: 1px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #FF0066;
	border-left-color: #ccc;
}

a
{
	color: #0093ae;
	text-decoration: none;
}

h2 a
{
	color: #f06;
	text-decoration: underline;
}

a:hover { text-decoration: underline; }

blockquote
{
	padding: 0 2em;
	margin: 1em 0;
	border: solid #ccc;
	border-width: 0 0 0 1px;
	color: #666;
}

blockquote .quote
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1fa12d;
}

input { margin: 0; }

input.text, textarea, select { border: 1px solid #ccc; }

ul,ol { padding: 0; }
li { margin: 0.5em 0 0.5em 2em; }
dd { margin: 0 0 0.5em 2em; }
dt { margin: 0 0 0 2em; }
ul li { list-style: disc; }
ul li li { list-style: circle; }
ul li li li { list-style: square; }
dt { font-weight: bold; }
em { font-style: italic; }
strong { font-weight: bold; }
big { font-size: 1.2em; }
small { font-size: 0.8em; }



a img,:link img,:visited img { border: none; }
address { font-style: normal; }

table, td, th
{
	border-collapse: collapse;
}

td, th
{
	vertical-align: top;
	padding: 0.5em 0.2em;
	margin: 0;
	
}

th
{
	text-align: left;
	vertical-align: bottom;
}

form { margin: 0; }
form table { margin: 0 auto; }

form table, form th, form td
{
	border: none;
	vertical-align: bottom;
}

form th, form td
{
	padding: 0.5em;
	border: none;
	vertical-align: top;
}

label
{
	display: block;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

.floatleft
{
	float: left;
	margin: 0 1em 0 0;
}
.floatright
{
	float: right;
	margin: 0 0 0 1em;
}
.clear { clear: both; }

.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }

.inlinelist li
{
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
}

.hide { display: none; }

.footnote { font-size: 0.9em; }

/* Partial template rules */

.item
{
	clear: left;
	margin: 0 0 1em;
}

.item img
{
	float: left;
	margin: 0 1em 1em 0;
}

/* Section specific rules */
/* imageGallery.css */

.container {
	width:610px;
	background-color:#999999;
	border: 1px solid black;
}
.title {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	background-color:#CCCCCC
}
.imageDescr {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
}
.return {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666666;
	background-color:#CCCCCC;
	padding:3px
}
a.return {
	color:#999999;
	font-weight:bold;
}
.noscript {
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
	margin: 10px;
	padding: 5px;
}

/* imageGallery.css */
