@charset "UTF-8";
/* CSS Document */

body{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#000000;
background-image: url(/images/lvny_bg2.jpg);
background-position:top center;
background-repeat:no-repeat;
background-attachment: scroll;
}

#container {
min-height:100%;
position:relative;
}


.contentcolumn{
width:850px;
margin-top:120px;
margin-left:auto;
margin-right:auto;
min-height:604px;
text-align:center;
padding-bottom:20px;   /* Height of the footer */
background:transparent;
}

.contentcolumn2{
width:100%;
margin-top:120px;
margin-left:auto;
margin-right:auto;
min-height:604px;
text-align:center;
padding-bottom:20px;   /* Height of the footer */
background:transparent;
}

.title{
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.5em;
font-size:32px;
color:#ffffff;
background-color:#000000;
}

.page_name{
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.4em;
font-size:24px;
color:#ffffff;
}

.logo{
width:100%;
height:17px;
position:absolute;
top:0;
left:0;
background-color:#000000;
}

.cm{
width:100%;
height:17px;
position:absolute;
top:0;
text-align:right;
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.2em;
font-size:11px;
color:#ffffff;
}

.text{
padding-left:50px;
padding-top:145px;
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.2em;
font-size:11px;
color:#c2c2c2;
}

.text_form{
margin-right:auto;
margin-left:auto;
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.1em;
font-size:11px;
color:#ffffff;
width:85%;
background-image: url(/images/formbg.png);
}


#alternates{
width:850px;
position:absolute;
bottom:0;
width:100%;
height:20px;   /* Height of the footer */
font-family:Helvetica,Arial,sans-serif;
letter-spacing:.2em;
font-size:11px;
color:#ffffff;
background-color:#000000;
text-align:center;
margin-left:auto;
margin-right:auto;
}

.text a, a:link, a:visited{
text-decoration:none;
color:#772A19;
}

.text a:hover{
color:#c2c2c2;
}

.form {
	padding-top: 5px;
	padding-bottom: 10px;
}


.form_commentsName {
width: 260px;
margin-right: 10px;
}

.form_commentsEmail {
width: 260px;
margin-right: 10px;
}

.form_comments {
width: 260px;
}

.commentsColumn {
	float:left;
	width: 270px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.comments {
	float:left;
	width: 450px;
	height: auto;
	padding-top: 10px;
	padding-bottom:10px;
	border-bottom: solid #999999 1px;
}

#columnform {
	width: 550px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#form_container{
width:550px;
margin-left:auto;
margin-right:auto;
}

input.groovybutton
{
   font-family:Helvetica,Arial,sans-serif;
letter-spacing:.1em;
font-size:11px;
   color:#FFFFFF;
   width:65px;
   height:25px;
   background-color:#000000;
   border-style:solid;
   border-color:#666666;
   border-width:1px;
   float:right;
   text-align:center;
   margin-right: 10px;
}




