/* CSS Document */

#main {
	margin: 0px;
	background-image: url(../images/bg_tile3.gif);
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#wrapper{
	width: 777px;
	background-image: url(../images/dro_shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	padding: 0px;
}

#login {
	width: 770px;
	height: 30px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;

}

#header {
	width: 770px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	z-index: 3;
	padding: 0px;
	margin: 0px;
	top: 0px;
}

#nav {
	width: 770px;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content_wrapper {
	width: 770px;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content_1 {
	width: 750px;
	float: left;
	position: relative;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

#content_2 {
	width: 750px;
	float: left;
	position: relative;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

#bottom_content_wrapper {
	width: 770px;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bottom_content1 {
	width: 200px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b3a790;
}

#bottom_nav {
	margin: 0px;
	padding: 0px;
	width: 560px;
	position: relative;
	float: right;
}

#footer_wrapper {
	width: 750px;
	float: left;
	position: relative;
	padding: 0px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#footer_left {
	width: 770px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer_right {
	width: 240px;
	height: 198px;
	position: absolute;
	float: right;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
	right: -100px;
	top: -200px;
}
