@charset "utf-8";
/* CSS Document */

html {
cursor:crosshair;
height:100%;
overflow:scroll;
}

html, body {
background-color:#FFFFFF;
margin:0px;
padding:0px;
font-family:Arial, Verdana, sans-serif;
cursor:crosshair;
}

img {
border:none;
}

#page {
width:760px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}

#page #header {
width:760px;
height:70px;
float:left;
margin-top:5px;
margin-bottom:5px;
margin-left:-4px;
font-size:61px;
color:#333333;
font-weight:bold;
}

#page #navigation {
width:762px;
height:25px;
float:left;
font-size:10px;
font-weight:bold;
margin-left:-2px;
}

#page #content {
width:760px;
height:530px;
position:relative;
float:left;
background-image:url(images/LRV.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

#page #content #content_left {
width:450px;
min-height:300px;
float:left;
}

#page #content #content_left p {
color:#666666;
font-size:11px;
text-align:justify;
text-transform:lowercase;
}

#page #content #content_left h1 {
color:#999999;
font-size:15px;
font-weight:bold;
text-align:left;
margin-top:20px;
margin-bottom:20px;
}

#page #content #content_right {
width:310px;
min-height:300px;
float:left;
}

	/* MAIN MENU SETTINGS START */
	
#page #navigation .item a {
height:30px;
float:left;
margin-right:18px;
color:#CCCCCC;
font-size:26px;
font-weight:bold;
text-align:left;
text-decoration:none;
}

#page #navigation .item_select {
height:30px;
float:left;
margin-right:18px;
color:#999999;
font-size:26px;
font-weight:bold;
text-align:left;
}

#page #navigation .item a:hover {
color:#AAAAAA;
cursor:crosshair;
}
	
	/* MAIN MENU SETTINGS END */

a {
color:#999999;
text-decoration:none;
}