body {
	background: #ccc;
	font-family: Verdana, Tahoma, sans-serif;
	text-align:left;
	color:#333;
	font-size: 8pt;
	padding: 0;
        margin: 0;
}

.cite {
	font-size: 7pt;
}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:#666;
	font-size: 8pt;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	background-image: url('images/pg-bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
} 

.left {
	float: left;
	margin: 0px 10px 0px 10px;
}

.right {
	float: right;
	margin: 0px 10px 0px 10px;
}

#masthead {
	background-image: url(images/top.jpg);
	background-position: top;
	background-repeat: no-repeat;
 	width: 600px;
 	height: 185px;
	margin: 0;
}

.centeredImage {
    text-align:center;
    margin-bottom:0px;
    padding:0px;
}

#insideWrapper {
	width: 500px;
	margin: 0 auto;
	text-align: justify;
} 

#footer {
	font-size: 7pt;
	width: 600px;
        height: 80px;
        margin-top: 20px;
	text-align: center;
	background-image: url('images/bottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
} 

#navbar {
	background: url('images/navbar.jpg');
	background-position: center;
	background-repeat: repeat-x;
 	width: 550px;
 	height: 27px;
	margin: 10px 0 10px 15px;
	padding: 20px 10px 10px 10px;
        font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	font-weight: bold;
	color: #999;
	font-size: 14px;

}

navbar a {
	color: #999;
	text-decoration: none;
        font-weight: bold;
}

#navbar a:visited {
	color: #999;
	text-decoration: none;
}

#navbar a:hover {
	color: #cc0000;
	text-decoration: none;
}

.sep {
	position: relative;
	background: url('images/sep.jpg');
 	width: 100px;
 	height: 14px;
	margin: 0px;
	padding: 0px;
	left: 165px;
	text-align: center;
}

.commentPos {
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.post {
	width: 425px;
	margin: auto;
	text-align: left;
        font-size: 11px;
        line-height: 140%;
}

.commentBox {
	width: 100%; 
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #999; 
	padding: 5px;
}
input, textarea, submit {
        border: 1px solid #cccccc;
        background-color: #ededed;
        color: #000;
        font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
        font-size: 8px;
        margin-bottom: 3px;
}

h2 {
	color: #666;
	font-size: 14px;
	text-align: left;
}

blockquote, blockquote p {
	text-indent: 0px;
	margin-bottom: 7px;
	color: #999;
}

.nav {
	color: #666;
}

a.nav {
	color: #666;
}

a.nav:visited {
	color: #666;
}

a.nav:hover {
	color: #999;
}

.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink {
	color: #666;
	text-decoration: underline;
}

a.footerLink:visited {
	color: #666;
	text-decoration: underline;
}

a.footerLink:hover {
	color: #999;
	text-decoration: underline;
}

.title {
        font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	font-weight: bold;
	color: #666;
	font-size: 14px;
}

a.title {
	color: #666;
}

a.title:visited {
	color: #666;
}

a.title:hover {
	color: #999;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #394651;
	text-decoration: none;
}

ul#sidebar {
	width: 500px;
	margin: 8px auto 0 auto;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0 25px 0;
	}

ul#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}

ul#sidebar li ul, ul#sidebar li ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
	text-align: left;
	}
	
#wrapper>#sidebar { padding: 15px 0 25px 0; } /* FF Specific */
	
#sidebar_wrapper {
	width: 467px;
	margin: 15px 15px 15px 45px;
	padding: 0 0 -20px 20px;
	}
			
#sidebar>#sidebar_wrapper { margin-top: 0; } /* FF Specific */
		
		
#sidebar li h2 { 
	margin: 0;
        font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	color: #999999;
	font-weight: bold;
	font-size: 1.3em;
	width: 140px;
	}
			
ul#sidebar li {
	width: 150px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	}
		
ul#sidebar li ul {
	width: 135px;
	padding: 5px 0 15px 10px;
	}
					
ul#sidebar li ul li { width: 130px;	}

.ar {						/*This way you can use a simple 

class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}