body	{
	background: #555;  
	margin: 20px 0px 0px 0px; 
	padding: 0px; 
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 1em;
	}
	
h1#logo a {
	background: url(../img/daponte_logo.png) no-repeat top left;
	float: left;
	width: 129px;
	height: 129px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-indent: -8888px;
	outline: none;
	cursor: pointer;
}

/************** LAYOUT ***************/

#container 	{
	width: 800px; 
	margin: 0px auto;
	}
	
#navmain	{
	background:url(../img/gradient.png) repeat-x; 
	width: 671px; 
	height: 129px; 
	float: left;
	margin-bottom: 5px;
	
	}
	
#whitespace	{
	width:535px;
	height:138px; 
	background-color:#fff; 
	float:left;
	}


/************** UTILITARION ***************/
.left	{
	float: left;
	}
	
a:link, a:active, a:visited	{
	color:#F6F6F6;
	text-decoration:none;
	}

a:hover	{
	text-decoration:underline;
	}

h2	{
	font-size:16px;
	line-height:26px;
	padding:0px;
	margin:0px;
	}
	
p	{
	line-height: 19px;
}

#title_about {
	display: block;
	width: 122px;
	height: 25px;
	text-indent: -8888px;
	outline: none;
	background-image: url(../img/title_about.png);
	margin-left: -4px;
}
	
	
/************** CONTENT AREA */	
#content_default {
	width: 800px;
	clear: both;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: .8em;
	color: #F6F6F6;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	}
	
#content_default ul{
	padding: 0px;
	margin: 0px;
	

}

#content {
	width: 800px;
	height: 470px;
	clear:both;
	text-align:left;
	overflow-x: auto;
	overflow-y: hidden;
	font-size:0.7em;
	color: #F6F6F6;
	word-spacing:+4px;
	}

#content img {
	padding: 0px 6px 5px 0px;
	}
	
#content strong	{
	color: #f96390;
	}


/*PRESS*/
#content_press {
	width: 181px;
	height:auto;
	text-align:left;
	font-size:0.9em;
	color: #F6F6F6;
	float:left;
	}
	#content_press a {
		border:none;
		padding: 0px 0px 0px 0px;
	}
	#content_press img {
		border:none;
		padding: 0px 0px 0px 0px;
	}

/* MAIN NAVIGATION */
#navmain ul	{
	list-style: none;
	margin: 60px 0px 0px 330px;

	padding: 0px 0px 0px 0px;
	}
	
#navmain ul li	{
	padding-left:16px;
	font-size: 0.8em;
	color:#fff;
	letter-spacing:1px;
	float:left;
		/*text-align:right;*/
	}
		
	
	
/* SECONDARY NAVIGATION */ 
#navsecond {
	width: 800px;
	height: 40px; 
	background-color:#fff; 
	float:left;
	margin-bottom:5px;
	}
	
#navsecond ul {
	list-style:none;
	margin:12px 9px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}
	
#navsecond ul li {
	padding:0px 5px 0px 5px;
	font-size:1.0em;
	color:#555;
	letter-spacing:1px;
	float:left;
	}	
	
#navsecond a {
	color:#555;
	text-decoration:none;
	}
	
#navsecond a:hover {
	color: #EB5C80;
	text-decoration: none;
	text-align: center;
	}
	
#navsecond a strong {
	color: #eb5c80;
}
	
	
/********************* FORM *************/
fieldset {
	border: 1px solid #999;
	margin: 4px 0px;
	padding: 10px;
	width: 550px;
	
}

fieldset legend {
	font-size: .9em;
	font-weight: bold;
	color: #999;
}

label {
    width: 150px;
    display: block;
    float: left;
}

select {
    background: #999;
    border: 1px solid #ccc;
    padding: 1px;
    width: 190px;
    color: #fff;
}

input {
    background: #999;
    border: 1px solid #ccc;
    padding: 1px;
    width: 190px;
    color: #fff;
}

textarea {
    background: #999;
    border: 1px solid #ccc;
    height: 130px;
    width: 340px;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    margin: 0;
}

#submit {
    width: 100px;
}

input#submit:hover {
    background: #333;
    border: 1px solid #ccc;
}


.footer {
	color:#444;font-size:9px;width:100%;text-align:right; margin-top: 5px;}



	

