body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: center;
		background-color: #000;
}
#wrapper {
        position: relative;
        width: 1000px;
/*        height:550px;*/
        margin-right: auto;
        margin-left: auto;
/*        border: 1px solid yellow;*/
}
h1, h2, h3, h4, p { margin: 0 20px; }
h1 {
        font-size: 20px;
		margin-top: 20px; 
        margin-bottom: 30px;
        line-height:100%;
}
h2 {
        font-size: 14px;
        text-align: left;
}
h3 {
        font-size: 12px;
        text-align: left;
}
h4 {
		font-size: 11px;
		text-align: left;
}
.leftimg {
        float:left;
/*        margin-right: 20px;*/
}
.rightimg { float:right; }
p {
        line-height: 155%;
        text-align: left;
        margin-bottom: 10px;
}
.bold {	font-weight: bold; }

#content {
        width: 1000px;
/*        height: 420px;*/
        padding: 0;
        background-color: white;
        font-size: 11px;
        text-align:left;
		background-repeat: no-repeat;
		color: #666;
/*        border:1px solid blue;*/
}
#content a { text-decoration: none; border-bottom:1px dashed blue; }
#content a:hover { border-bottom:1px solid blue; }
#content ul { margin: 0 0 2px 4px; padding-left:10px; }
#content li { margin: 0; }

#content a, #content a:hover { color: #666; border-bottom-color: #666; }


#mainNavigation ul { border-bottom-color: #9D9D9F; }
#mainNavigation a, #subNavigation a, #propertyNavigation a, #secondaryNavigation a, #secondaryNavigation { color: #9D9D9F; }
#mainNavigation a:hover, #mainNavigation li.on a { background-image: url(/resources/images/nav-indicator-vle.gif); }
#vle-logo a { background-image: url(/resources/images/vle-logo-rg.png); }
#vle-logo a:hover { background-image: url(/resources/images/vle-logo-rg.png); }
#prices-rightcol { border-left: 1px solid #876501; }
#prices-rightcol .button, #offer-lightbox .button { background-color:#876501; border:1px solid #C3A972; }
caption { background-color: #420C00; color: #fff; padding-left: 6px; font-weight: bold; }
th { font-weight: bold; margin-top: 4px; border-top: 4px solid #fff; }
th, td { padding-left: 6px; }
.button { background-color:#ccc; border:1px solid #000; }
.copyright { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color:#9D9D9F; }
.txt {
		color: #000;
        background-color:#E4E4E4;
        border: 1px solid #ccc;
        width: 200px;
		margin-bottom:1px;
}
.short { width: 40px; }
.shortselect { width: 65px; }
.medium { width: 154px; }
input.btn {
        background-color: #E4E4E4;
        border: 1px solid #666;
        color: #666;
/*		float:right;*/
		padding: 0 10px;
		margin-right:10px;
}
.form { margin: 20px; }
h1 span {
        font-size: 11px;
        line-height: 120%;
		margin-left:20px;
}

fieldset {
	border: 1px solid #ccc;
	margin-left: 20px;
	width: 840px;
	padding: 10px;
}

legend {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFFFFF;
	margin-bottom:10px;
}
select {
	color: #000;
    background-color:#E4E4E4;
	border: 1px solid #ccc;
	width: 240px;
	margin-bottom:1px;
}
textarea {
	color: #000;
    background-color:#E4E4E4;
	border: 1px solid #ccc;
	width: 400px;
	margin-bottom:1px;
/*	text-align: left;
	vertical-align: top;
	clear: right;*/
}
