body {	
	text-align: center;
	background-color: #FFF;
	margin: 0px;
}

/* LINK DYNAMICS */

a img { border: 0px;}

a:hover{
	border: 0px;
	text-decoration: none;}
	
a:visited{
	border: 0px;
	text-decoration: none;}
	
a:link { text-decoration: none;}

a {	color: #F55;}

/* END LINK DYNAMICS */

.header{
	height: 40px;
	background-color: #7AD;
	}

.container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	margin-top: 50px;
	}
	
.footer {
    clear: both;
	margin: 0 auto;
	width: 900px;
	text-align: center;
    padding: 0 0 20px 0;
	border-top-style: dashed ; 
	border-top-color: #7AD; 
	border-top-width: 2px;
	}

.columnL {
    float: left;
	width: 425px;
    padding: 0 25px 10px 0 ;
	}

.columnR {
    float: right;
	width: 425px;
    padding: 0 0 10px 25px;
	}
	
.section {
	border-bottom-style: dashed ; 
	border-bottom-color: #7AD; 
	border-bottom-width: 2px;
	width: 425px;
	height: 30px;
	}
	
/* NAVIGATION DYNAMICS */

ul.nav{
	margin: 0 auto;
	width: 900px;
	text-align: left;
    padding: 0;
	}
	
li.page_item a{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
	line-height: 30pt;
	}
	
ul.nav li {
	list-style: none;
    padding-right: 35px;
    display: inline;
    }
	
.postnav {
    background: #7Ad;
    padding: 5px;
    height: 15px;
    }

.postnav a, .postnav a {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FFF;
    }

.postnav .next{
    float: right;
    }

.postnav .previous{
    float: left;
    }
/* END NAVIGATION DYNAMICS */

p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #279;
	line-height: 15pt;
	}
	
p.date {
    font-weight: normal;
    font-size: 8pt;
	line-height: 0pt;
	color: #F55;
    padding-bottom: 10px;
}
	
.footer p {
    font-size: 65%;
    }
    
ul.commentlist li {
	list-style: none;
    margin-left: -40px;
    padding: 5px 10px;
}

li.alt {
    background: #DEF;
}

#menu li {
	list-style: none;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 15pt;
    padding-left: 10px;
    }
	
h1, h2 {
    font-weight:normal;
    }
	
h1 {
	float: left;
	font-family: Georgia, serif;	
	font-style: italic;
	font-size: 14pt;
	color: #F55;
	line-height: 20pt;
	border-bottom-style: dashed ; 
	border-bottom-color: #7AD; 
	border-bottom-width: 2px;
    width: 100%;
	height: 30px;
	}
	
h2 {	float: left;
	font-family: Georgia, serif;	
	font-style: italic;
	font-size: 10pt;
	color: #F55;
	line-height: 15pt;
    width: 100%;
	}

#menu h2 {
	color: #279;
    }

