
/**********************************************
*   Basics & typography           *
***********************************************/


body 	{
      background: url(img/bg.jpg) top left repeat;
	border: solid 0px #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
      letter-spacing: 0px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

h1,h2,h3,h4,h5,h6
	{
	
	margin: 0 0 3px 0;
	padding-bottom: 0 0 3px 0;
	}

h1 	{
	font-size: 32px;
	color: #fff;
      font-weight: bold;
	}

h2 	{
	font-size: 20px;
	color: #B73F8B;
      font-weight: bold;
	}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	}

a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	}

a:link img, a:visited img {border-color:#FFF;}
a:hover img {border-color:#590B3B;}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}

.bold {
	font-weight: bold;
	}

.small {
	font-weight: normal;
	font-size: 9px;
	}

.block {
	display: block;
	}


/**********************************************
*   main container	                      *
***********************************************/

#container
	{
	border: solid 0px #000;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width: 900px;
	height: 550px;
	}

/**********************************************
*   navigation	                      *
***********************************************/

#navigationcontainer 
	{
	border: solid 0px #FFF;
	float: right;
      width:395px;
	height:30px;
	margin-top: 95px;
	}

#navigationcontainer ul
	{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
      font-size: 12px;
	float:left;
	padding:0;
      margin:0;
	}

#navigationcontainer ul li 
	{ 
	display: inline; 
	}

#navigationcontainer ul li a
	{
	border-bottom: solid 8px #181818;
	height:20px;
	width:87px;
	color: #FFF;
	float: left;
      padding:0;
      margin:2px 2px 0 2px;
      font-weight:700;
	text-align:center;
	}

#navigationcontainer ul li a:hover
	{
	border-bottom: solid 8px #FFF;
	color: #FFF;
	}

/**********************************************
*   header                 *
***********************************************/

#header	
	{
	border: solid 0px #000;
	height: 125px;
	background: url(img/header.png) top left no-repeat;
	}

/**********************************************
*   main content                   *
***********************************************/


#main
	{
	border: solid 0px #FFF;
	width:900px;
	min-height:350px;
	height: auto;
	background:#181818;
	padding:30px 0 30px 0;
	margin:0;
	}

#contentbox
	{
	border: solid 0px #FFF;
	width: 840px;
      height:auto;
	margin: 0px 35px 0px 35px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	color: #CCC;
	text-align:left;
	}

#hometxt
	{
	border: solid 0px #FFF;
	float: left;
	padding: 0 20px 0 20px;
      width: 290px;
	font-size: 13px;
      color:#E5E5E1;
	}

#homepic
	{
	border: solid 2px #590B3B;
	float: right;
	width:470px;
	height:340px;
	margin-right:10px;
	}

#largepic
	{
	border: solid 2px #590B3B;
	float: right;
	width:470px;
	height:340px;
	margin-right:10px;
	}


/**********************************************
*   Gallery	                      *
***********************************************/

#thumbs{
	border: solid 0px #FFF;
	background:#181818;
      width: 900px;
      height: 110px;
	margin-left: auto;
	margin-right: auto;
	}

#thumbs ul
	{
	border: solid 0px #fff;
      padding: 0 0 0 54px;
	margin:0px;
	}

#thumbs ul li { 
	display: inline; 
	margin: 0 16px 0 0;
      padding:0;
	}


/**********************************************
*   Footer		                      *
***********************************************/

#footer{
	border: solid 0px #fff;
	background: url(img/footer.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
      width: 900px;
	heigth: 50px;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 10px;
      color:#514841;
	letter-spacing: 0px;
	}

#footer a
	{
	color: #000;
	font-weight:600;
	}

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


/**********************************************
*   contact form		                      *
***********************************************/


#maincontact
	{
	border: solid 0px #FFF;
	width:900px;
	height: 410px;
	background:#181818;
	padding:30px 0 30px 0;
	margin:0;
	}

#contactform
	{
	border: solid 0px #FFF;
	float: right;
	width:470px;
	height:370px;
	margin: 0 10px 0px 0;
	font-size: 12px;
	}

#mailok
	{
	border: solid 0px #FFF;
	text-align:center;
	margin-top:50px;
	font-size: 18px;
	font-weight:700;
	color: #CCC;
	}

input {
	border: solid 1px #000;
      background:#363636;
      color: #ffffff;
	width:250px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

textarea {
	border: solid 0px #000;
      background:#363636;
      color: #ffffff;
	width:450px;
	padding: 2px;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

fieldset {
	border: solid 0px #FFF;
	margin: 0;
	padding-bottom:5px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

.titleform
	{
	display: block;
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}
