@charset "utf-8";

body {
	background-repeat: repeat;
	background-color: #D5CFC3;
	background-position: center top;
}
#picture {
	float: left;

}

#wrapper {
	width: 935px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header {
	float: left;
	height: 172px;
	width: 935px;
}
#nav {
	background-image: url(../images/navbar.png);
	float: left;
	height: 51px;
	width: 935px;
}
#nav_shadow {
	float: left;
	height: 17px;
	width: 935px;
	background-image: url(../images/nav_shadow.jpg);
}
#main {
	float: left;
	height: auto;
	width: 935px;
}
#leftcol {
	background-image: url(../images/page_left.jpg);
	float: left;
	height: 298px;
	width: 158px;
	background-repeat: no-repeat;
}
#middlecol {
	background-color:#FFF;
	float: left;
	height: 298px;
	width: 618px;
	background-repeat: no-repeat;
}
#rightcol {
	background-image: url(../images/page_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 298px;
	width: 159px;
}
#maincontent {
	float: left;
	height: auto;
	width: 935px;
	background-color: #FFFFFF;

}

#pagecontentleft {
	float: left;
	height: 316px;
	width: 158px;
	background-image: url(../images/content_page_left.jpg);
	background-color: #FFFFFF;
}

#leftcontent_vdo {
	/*margin-top:20px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 420px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
	padding-left: 10px;*/
	
	background-color: #ffffff;
    background-repeat: repeat;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    left: 20%;
    margin: 0 auto;
    padding-left: 10px;
    text-align: justify;
    width: 500px;
    
}

#rightcontent {
	float: left;
	height: auto;
	width: 188px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#pagecontentright {
	float: left;
	height: 316px;
	width: 159px;
	background-image: url(../images/conent_page_right.jpg);
	background-color: #FFFFFF;
}

/*   Added Code  */
.footermain {
    background-color: #ffffff;
    float: left;
    height: 48px;
    width: 500px;
}

.footertag {
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    text-align: right;
    width: 500px;
}

#footermain {
	background-color: #FFFFFF;
	float: left;
	height: 48px;
	width: 935px;
}

.footergraphic {
	
    background-repeat: no-repeat;
    border-top: 2px solid #d2d2d2;
    float: left;
    height: 13px;
    width: 500px;
}


.footernav {
    color: #999999;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 35px;
    text-align: center;
    width: 500px;
    word-spacing: 20px;
}

#footergraphic {
	background-image: url(../images/footer_line.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 935px;
}
#footernav {
	float: left;
	height: 35px;
	width: 935px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	word-spacing: 20px;
	color: #999999;
}
#footertag {
	float: left;
	width: 935px;
	height: auto;
	background-position: right;
	background-repeat:no-repeat;
	text-align: right;
}
