body {
	background-image:url(images/vavu_bg.jpg);
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/background_top.gif);
	width:800px;
	height:167px;
	position:relative;
}
#header ul{
	background-color:#5B6D9A;
	width:800px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#ddddff;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:bold;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:450px;
	width:230px;
	position:absolute;
	font: bold 25px/1.2 Verdana, sans-serif;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/

#nofloatleft {
	color:#000000;
	font-size:14px;
	margin-left:110px;
}


#content {
	background-image:url(images/background_middle.gif);
	width:800px;
}
#content_fixed {
	background-image:url(images/background_middle.gif);
	width:800px;
	height:400px;
}
#content_fixed_500 {
	background-image:url(images/background_middle.gif);
	width:800px;
	height:500px;
}
#content_fixed_600 {
	background-image:url(images/background_middle.gif);
	width:800px;
	height:600px;
}
#content_fixed_700 {
	background-image:url(images/background_middle.gif);
	width:800px;
	height:700px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}


#left {
	float:left;
	color:#000000;
	font-size:14px;
	width:240px;
	margin-left:110px;
	padding: 10px 10px 30px 0px;
	display:inline;
	
}
#left a{color:#28556b;}
#left background-image:url(images/background_middle.gif);
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}




#right {
	float:right;
	color:#000000;
	font-size:14px;
	width:320px;
	padding: 0px 0px 0px 100px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/background_bottom.gif);
font-size:1px;
height:28px;
}
#footer {
	width:800px;
	text-align:center;
	padding: 20px 0px;
}



input.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #990000;
}

input.send-btn {
	/width: 130px;
	/height: 25px;
	/background: #333 url(/images/sign_up.gif) no-repeat;
	outline: none;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #990000;
    width: 157px;
}

option.opt1 {
	background: #FFFF99;
	color: #E41E26;
}


/********************** Random Text Formatting ***************************/

#htext {font: bold italic 20px/1.2 Georgia, sans-serif; }



/********************* The hint to Hide and Show ***************************/
.hint {
   	display: none;
    position: absolute;
    /* right: 520px; */
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}

.hint2 {
   	display: none;
    position: absolute;
    /* right: 140px; 
    left: 20;*/
    width: 200px; 
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}


/* The pointer image is hadded by using another span */
.hint2 .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}

/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}