body{
	margin: 1px 0px 5px 0px;
}

/***********************************************************************/

/* Flash Header */
.header {
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	width: 980px;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

#flashHeader {
	width: 980px;
	height: 110px;
	background-color:#333333;
	margin: 0px;
	padding: 0px;
}


/***********************************************************************/


/***********************************************************************/

/* Content Div */
.wrapper{
	position:relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: ##51BBF4;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
	margin-bottom: 1px;
}

/* Title Bar */
#title{
	width: 755px;
	height: 30px;
	position: relative;
	left: 204px;
	padding: 15px 0 0 20px;
	background-color: #404040;
	background-image: url(../img/titleBar.jpg);
	background-repeat: repeat-x;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: "Arial Narrow";
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0px;
}



/* Menu */
.navMenu{
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 205px;
	background-color: #FFFFFF;
	border-right-color: #F3F3F3;
	border-right-style: solid;
	border-right-width: 1px;
}

.prop {
    height:375px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* Text Content */
.content{
	position: relative;
	left: 205px;
	width: 715px;
	height: auto;
	background-color:#FFFFFF;
	padding: 30px 30px 20px 30px;
	font-family: geneva, arial, tahoma, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.content table {
	font-family: geneva, arial, tahoma, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

.acontent{
	position: relative;
	left: 205px;
	width: 759px;
	height: auto;
	background-color:#FFFFFF;
	padding: 40px 8px 20px 8px;
	font-family: "trebuchet ms", verdana, arial, tahoma, serif;
	font-size: 12px;
	color: #666666;
}

.content p {
	/*text-align:justify;*/
}

.vcontent {
}


/***********************************************************************/

/* Footer Div */
#footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: 40px;
	padding-top: 10px;
	border-top-color: #E6E6E6;
	border-top-style: dashed;
	border-top-width: 1px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-family:"Arial Narrow";
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

#footer a {
	padding: 0 0 0 30px;
	color: #51BBF4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #disenoWeb {
	padding-right: 30px;
}

