/* 

STYLE SHEET FOR www.marinoparodi.com WEB SITE
Created by 21twentyone
www.21twentyone.it

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
       }

body {
        background-color:#FFFFFF;
		background-image:url(../images/back1.gif);
		font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: normal;
	    color: #000000;
	    text-align: left;
	    margin: 0px;
	    padding: 0px; 
        }
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
		
#masthead {
        }
		
#logo {
		}
		
#navContainer {
        	 }

#content {
		}

#footer {
        font-family: Arial, sans-serif;
	    font-size: 8pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #666666;
	    text-align: center;
	    border: none;
		margin: 0px;
	    padding: 3px;
		}

.separator {
        clear: both;
	    height: 0;
		}

.td1 {
        background-color:#E9E9D5;
		font-family: Verdana, Arial, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-align: justify;
        border-top: 1px solid #ADAD99;
		border-left: 1px solid #ADAD99;
		border-right: 1px solid #ADAD99;
		margin: 0px;
		padding: 4px;
        }
		
.td1b {
        background-color:#E9E9D5;
		font-family: Verdana, Arial, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-align: left;
        border-top: 1px solid #ADAD99;
		border-left: 1px solid #ADAD99;
		border-right: 1px solid #ADAD99;
		margin: 0px;
		padding: 4px;
        }
			
.td2 {
        background-color:#DFDFCB;
		font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: normal;
	    color: #000000;
	    text-align: left;
	    margin: 0px;
		padding: 4px;
        }
		
.dx_bar {
        background-color:#ADAD99;
		font-family: Verdana, Arial, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        text-align: right;
		margin: 0px;
		padding: 4px;
        }
		
.tdbanner {
        background-color:#FFFFFF;
		font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #333333;
	    text-align: center;
	    border: 1px solid #0066CC;
	    margin: 0px;
		padding: 6px;
        }
		
.titolo1 {
        font-family: Georgia, Times New Roman;
	    font-weight: bold;
	    font-size: 12pt;
		color: #FF6600;
		}

/* ---------- 3. links and navigation ---------- */

A:link {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }

A:visited { 
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }
		
A:hover {  
        font-family: Verdana, Arial, sans-serif; 
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
        }

A:active {
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #993333;
	    text-decoration: underline;
        }

.dx_bar A:link {
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #FFFFFF;
        }

.dx_bar A:visited { 
        font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #FFFFFF;
        }
		
.dx_bar A:hover {  
        font-family: Verdana, Arial, sans-serif; 
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #FFFFFF;
        }

.dx_bar A:active {
	    font-family: Verdana, Arial, sans-serif;
	    font-size: 9pt;
	    font-style: normal;
	    font-weight: bold;
	    color: #FFFFFF;
	    text-decoration: underline;
        }

#navigation {
		}

#navigation a {
		}

#navigation ul {
		}

#navigation li {
		}
		
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}

h1 {
    font-family: Georgia, Times New Roman;
    font-weight: bold;
    font-size: 12pt;
    color:#FF6600;
   }

h2 {
		}

h3 {
		}
		
h4 {
		}

p {
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
