﻿/* CSS for LeviBloom.com */


body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	}
	
a {
	text-decoration: underline;
	color:  blue;
	}
	
a:visited {
	color:  purple;
	}
	
a:active {
	color:  red;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
strong, b {
	font-weight: bold;
	}
	
p {
	font-size: medium;
	margin-top: 2px;
	margin-bottom: 9px;
	}


h1 {
	color: #000000;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px;
	}
	
h2 {
	font-size: large;
	font-weight: bold;
	margin: 2px;
	color: #000000;
	border-bottom: 1px dotted #000000;
	}
	
h3 {
	font-size: small;
	font-weight: bold;
	margin: 0;
	color: #000000;
	padding: 2px;
	}
	
	
img {
	border: 0;
	}
	
	

	
.center {
	text-align: center;
	}
	


#container {
	width: 760px;
	margin: 2px auto 20px auto;
	background-color: #ffffff;
	}



#header {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	}
	
	


#left {
	width: 150px;
	background-color: #ffffff;
	margin: 5px 55px 30px 0;
	float: left;
	padding: 2px;
	font-size: small;
	}
	
#left ul {
	list-style-type: none;
	margin: 5px 0 10px 0;
	width: 90px;
	}
	
#left ul li {
	padding: 1px;
	margin: 2px 0 4px -40px;
	border-bottom: 1px dotted #e3e3e3;
	}
	
#left ul li a {
	text-decoration: none;
	color: #666666;
	}




#middle {
	width: 520px;
	margin: 5px 0 30px 5px;
	padding: 2px;
	float: left;
	}
	
	


#footer {
	margin: 30px auto 0 auto;
	clear: both;
	text-align: center;
	}
	

#footer p {
	color: #000000;
	font-size: small;
	}
