html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
	background-color: maroon;
	background-image: url(images/a1.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 925px;
    background: #000000;
    background-image: url(images/venise017the.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
#h1_head{
    float:left;
    width:350px;
    height: 150px;        
}

#headerWrapper{
    float:right;
    border:1px solid #FFF;
    width: 550px;
    height:340px;
    background: #000000;
    background-image: url(images/venise017the.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /*
    background-position: top right;
    */
}

#nav {
	margin: 11px 0 25px 35px;
}
#nav a {
  text-decoration: none;
  color: #FFFFFF;
}


#nav li {
	/*_height: 1%;*/
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 60px;
	background-position: 6px 5px;
}
#nav li.last {
}
#gallery img {
	display: block;
}
h1 {
  height: 172px;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
	font-style: normal;
	color: white;
	padding-right: 3px;
}
h1 .hone {
	padding: 65px 0 0 58px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}
h1 .htwo {
  position: relative;
  top: -0.5em;
  left: 7.5em;
  font-size: 18px;
}
h1 .hthree {
	position: relative;
	top: 0.5em;
	left: 6em;
	font-size: 12px;
	letter-spacing: 2px;
	color: #E3C0C1;
	width: 250px;
}
h2 {
	font: 24px verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	background-image: url(images/h2.jpg);
	background-position: left 28px;
	background-repeat: no-repeat;
    margin-bottom:15px;
}
h2 em {
  color: white;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0 6px;
	position: relative;
}

.gallery {
    border: 1px solid #9F0408;
    background: #750306;
    margin: 13px 10px 0 6px;
    height: 130px;
}

.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}


#body-right {
	float: left;
	width: 550px;
    margin-left:15px;
	padding-right: 10px;
	padding-bottom: 20px;
    
    /*
    border:5px solid red;
    min-height:1000px;
    overflow:auto;
    */
}

#body-right h1 {
    height:30px;
    padding: 5px;
    color:#750306;
}

#footer {
	text-align:center;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 5px 0 5px 0;
}

#footer p {
    text-align:center;
    padding: 2px;
}


.spacer {
	height: 18px;
}



form.css{
    padding:0;
    margin:10px 0 20px 0;    
    width: 540px;
    float: left;
}

form.css fieldset {
  padding: 0.7em;
  margin:10px 0 10px 0;
  color:#333;
  background-color:#FFF;
  color:#000;
  width:535px;
  border:2px solid #750306;
  }
form.css label {
  display: inline;
  float: left;
  width: 170px;
  padding:4px; 
}
form.css input {
    font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;
    width:300px;
    height:15px;
    padding-bottom:1px;    
}

form.css select {
    font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;
}

form.css textarea {
    font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;
    width:300px;
    height:150px;    
}

form.css input.bt {
    font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#AAA;    
    border:1px solid #333;
    width:120px;
    height:20px;    
}


