/* All content copyright Kudasai 2008 */

/* PREDEFINED ELEMENTS */

body {
    margin:0px;
    padding:0px;
    background-color:#0f1112;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px auto 0px auto;
}

p, div, span {
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:9pt;
    color:white;
    text-align:justify;
    line-height:200%;
}

a {
    text-decoration:none;
    color:white;
    border:dotted 1px white;
    border-width:0px 0px 1px 0px;
}

a:hover {
    border-width:1px 0px 0px 0px;
}

h1, h2, h3, h4 {
	font-family: 'Lucida Console', 'Andale Mono', sans-serif;
}

h1 {
    font-size:16pt;
    font-weight:normal;
}

h1 span {
    font-size:16pt;
    font-weight:bold;
}

h2 {
    font-size:14pt;
    font-weight:normal;
}

h3 {
    font-size:13px;
    font-weight:normal;
}

h4 {
    font-size:10pt;
    font-weight:bold;
}

form, fieldset {
    margin:0px;
    padding:0px;
    border:none;
}

/* STRUCTURAL ELEMENTS */

#layout {
    position:relative;
    top:300px;
    width:700px;
	  margin: 0px auto 0px auto;
    text-align:left;
}

/* GALLERY */

.gallery {
    width:100%;
}

.galleryImage {
    text-align:center;
}

.galleryAdmin {
	margin: 0px;
	padding: 3px 0px 0px 5px;
    border:dotted 1px #2e2e2e;
    width:100%;
}

.galleryAdmin td {
    vertical-align:top;
}

/* ACCORDION */

.toggler {
	margin: 0px;
	padding: 3px 0px 0px 5px;
    border:dotted 1px #2e2e2e;
    cursor:pointer;
}
 
.element {
    padding:0px;
    margin:5px;
}

/* MENU */

.menu td {
	vertical-align:top;
	padding: 0px 5px 0px 5px;
}

/* LEFT AND RIGHT BLOCK */

.leftBlock {
  position:relative;
  width:50%;
  float:left;
}

.rightBlock {
  position:relative;
  width:50%;
  float:right;
}

.small {
  font-size:0.8em;
}

