body{background-color: #000000; overflow-y: scroll;}

#container
{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
	width: 800px;
	background-color: #000000;
}

#logo
{
position: absolute;
background-image: url('../index_images/calpe_logo.jpg');
background-repeat: none;
margin-top: 1px;
margin-left: 1px;
width: 280px;
height: 120px;
}

#langbox
{
position: absolute;
margin-top: 1px;
margin-left: 283px;
width: 230px;
height: 120px;
text-align: center;
font-size: 0.7em;
}

#langbox td
{text-align: center;}


#contactbox
{
position: absolute;
background-repeat: none;
margin-top: 1px;
margin-left: 517px;
width: 280px;
height: 120px;

color: #fff;

}

#menubox
{
position: absolute;
text-align: center;
margin-top: 125px;
margin-left: 0px;
padding-top: 6px;
width: 798px;
height: 140px;

}

#menubox2
{
position: absolute;
text-align: center;
margin-top: 170px;
margin-left: 0px;
padding-top: 0px;
width: 798px;
height: 92px;

font-size: 0px;
}

#corner_nw
{
position: absolute;
background-image: url('../layout_images/nw.png');
margin-top: 261px;
margin-left: 16px;
width: 50px;
height: 50px;
}

#corner_ne
{
position: absolute;
background-image: url('../layout_images/ne.png');
margin-top: 261px;
margin-left: 732px;
width: 50px;
height: 50px;
}

#corner_top
{
position: absolute;
background-image: url('../layout_images/top.png');
background-repeat: repeat-x;
margin-top: 261px;
margin-left: 65px;
width: 668px;
height: 50px;
/*border: 1px solid #000;*/
}

#corner_left
{
position: absolute;
background-image: url('../layout_images/left.png');
background-repeat: repeat-y;
margin-top: -2px;
margin-left: -50px;
width: 50px;
height: 100%
}

#corner_right
{
position: absolute;
background-image: url('../layout_images/right.png');
background-repeat: repeat-y;
margin-top: -2px;
margin-left: 666px;
width: 50px;
height: 100%;
}

#contentbox
{
position: absolute;
background-color: #fff;
border: 1px solid #fff;
margin-top: 311px;
margin-left: 65px;
/*padding-bottom: 80px;*/
width: 666px;
}

#corner_sw
{
position: absolute;
background-image: url('../layout_images/sw.png');
bottom: 0px;
margin-left: -25px;
width: 50px;
height: 50px;
}

#corner_se
{
position: absolute;
background-image: url('../layout_images/se.png');
bottom: 0px;
margin-left: 691px;
width: 50px;
height: 50px;
}

#corner_bottom
{
position: absolute;
background-image: url('../layout_images/bottom.png');
background-repeat: repeat-x;
bottom: 0px;
margin-left: 23px;
width: 668px;
height: 50px;
}

#footer
{
position: absolute;
bottom: 18px;
margin-left: 0px;
width: 715px;
height: 28px;
border-top: 2px solid #ff0000;
padding-top: 3px;
font-size: 0.8em;
z-index: 1;
}

#title
{
position: absolute;
top: -16px;
left: -25px;
width: 400px;
height: 40px;
font-size: 1.6em;
}

#testimonial
{
position: absolute;
background-color: #ffff66;
color: #000;
text-align: right;
top: -30px;
left: 390px;
width: 280px;
height: 55px;
font-size: 0.7em;
padding: 2px 10px 2px 10px;
overflow: hidden;
}

#testimonial:hover
{
height: auto;
z-index: 1;
min-height: 55px;
}

#lowercontent
{
position: relative;
top: 30px;
left: -25px;
width: 715px;
border-top: 2px solid #ff0000;
}

.menuitem
{
position: relative;
padding: 2px 5px 2px 5px;
line-height: 120%;
}

.quoteauthor{
font-size: 0.8em;
font-style: italic;
font-weight: bold;
}

.whiteborder
{
border: 2px solid #fff;
}

.whiteborder:hover
{
border: 2px solid #f00;
}

.menuitem a {color: #fff; text-decoration: underline;}
.menuitem a:active {color: #fff; text-decoration: underline;}
.menuitem a:visited {color: #fff; text-decoration: underline;}
.menuitem a:hover {color: #ff0000; text-decoration: underline;}

#langbox a {color: #fff; text-decoration: none;}
#langbox a:active {color: #fff; text-decoration: none;}
#langbox a:visited {color: #fff; text-decoration: none;}
#langbox a:hover {color: #ff0000; text-decoration: none;}

.bold
{font-weight: bold;}
