body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	}
img
	{
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
body 
	{
    font-family: Arial, San-serif;
    font-size: 11pt;
    background-image: url(http://www.cassilowe.com/wp-content/themes/cassi/images/lorembg.png);
    background-repeat: repeat-x;
    }
    
    .container
    	{
		width: 800px;
		height: 100%;
		margin-left:auto; 
		margin-right:auto;
		position: relative;
		clear: both;
		}
	
			.topbar 
				{
				top: 0px;
				left: 0px;
				width: 800px;
				height: 200px;
				position: relative;  
				}
				
					.topbarnav
						{
						top: 0;
						left: 0;
						width: 800px;
						height: 50px;
						padding-left: 20px;
						}
						
						.topbarnav ul
							{
							list-style: none;
			    			height: 50px;
			   				width: 800px;
			    			margin-top: 0;
			    			margin-left: auto;
			    			margin-right: auto;
			    			margin-bottom: 0;
							}
							
							.topbarnav li
								{
								display: inline;
								list-style: none;
								padding: 0;
								margin: 0;
								}
						
						.topbarnav a
							{
							background-image: url(http://www.cassilowe.com/wp-content/themes/cassi/images/headernavbutton.png);
							background-repeat: no-repeat;
							line-height: 50px;
							width: 190px;
							float: left;
							position: relative;
							text-decoration: none;
							font-family: Garamond, Serif;
							color: black;
							font-size: 22pt;
							text-align: center;
							display: inline;
							}
							
							.topbarnav a:hover
								{
								color: red;
								}
				
		.contentcontainer
			{
			width: 800px;
			clear: both;
			padding-bottom: 20px;
			}
			
			.content
				{
				width: 510px;
				padding: 20px;
				float: left;
				}
				
					.content H1
						{
						font-family: Garamond, Serif;
						font-size: 22pt;
						color: red;
						padding-bottom: 10pt;
						}
						
					.content H2
						{
						font-family: Arial, san-serif;
						font-size: 14pt;
						color: black;
						font-weight: bold;
						padding-bottom: 10pt;
						}
						
					.content p
						{
						font-family: Arial, san-serif;
						font-size: 11pt;
						color: black;
						padding-bottom: 10pt;
						}
.feedburnerFeedBlock li 
{ 
list-style-type: none; 
} 
						
						.meta p
						{
						font-size: 9pt;
						}
						
						.meta a a:hover a:visited
						{
						font-size: 9pt;
						}
						
					.content a
						{
						font-family: Arial, san-serif;
						font-size: 11pt;
						color: red;
						text-decoration: underline;
						}
						
					.content a:hover
						{
						font-family: Arial, san-serif;
						font-size: 11pt;
						color: gray;
						text-decoration: underline;
						}
						
					.content a:visited
						{
						font-family: Arial, san-serif;
						font-size: 11pt;
						color: gray;
						text-decoration: underline;
						}
						
.feedback
{
padding-bottom: 15px;
}						

.feedback a
							{
							font-family: Garamond, Serif;
							font-size: 13pt;
							color: red;
							text-decoration: underline;
							}
						
						.feedback a:hover
							{
							font-family: Garamond, Serif;
							font-size: 13pt;
							color: gray;
							text-decoration: underline;
							}
						
						.feedback a:visited
							{
							font-family: Garamond, Serif;
							font-size: 13pt;
							color: gray;
							text-decoration: underline;
							}
							
						
				
			.sidenav
				{
				width: 210px;
				padding: 10px;
				float: left;
				}
				
				.sidenav H2
					{
					width: 210px;
					height: 55px;
					border-bottom: solid 2px black;	
					line-height: 50px;
					}				
					
					.sidenav p
						{
						padding-top: 10px;
						font-family: Arial, san-serif;
						font-size: 9pt;
						color: black;
						}
						
					.sidenav ul
						{
						padding-top: 10px;
						}
					
					.sidenav li
						{
						list-style: none;
						}
						
					.sidenav a
						{
						text-decoration: none;
						color: red;
						font-size: 11pt;
						font-weight: bold;
						}
						
				
				.footer
					{
					width: 760px;
					padding: 20px;
					border-top: solid 2px; black;
					text-align: left;
					clear: both;
					}
					
					.footer p
						{
						color: black;
						font-size: 8pt;
						}
						
					.footer a
						{
						color: red;
						font-size: 9pt;
						text-decoration: underline;
						}
						
					.footer a:visited
						{
						color: gray;
						font-size: 9pt;
						text-decoration: underline;
						}
 
 .aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
 
 
 
 
 
 
 
 
 
 
	