
body {
	margin: 0;
	border: 0;
	padding: 0;
	color: #fff;
	background: rgb(40,40,39);
	}

img {
	display: block;
	margin-bottom: 2px;
	border: 0;
	}

.inline {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	}

a:link {
	color: #fc0;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
    }

a:visited { 
	color: #fc0;
	font-weight: bold;
	outline: none;
	text-decoration: underline;
	}

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

a:active { 
	color: #fc0; 
	font-weight: bold;
	outline: none;
	text-decoration: none;
	}

p {
	margin: 15px 0 15px 0;
	font: 13px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 40px;*/
	font-weight: normal;
	}

/* General Layout*/
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border-bottom: 0px dotted white;
	margin: 0;
	padding: 1px;
		}

#top {
	padding: 0;
	margin-left: 2px;
	background-color: #fff;
	border-bottom: #000 0px dotted;	
		}
		

#main {
	padding: 2px;
	margin-left: 15px;
	background: 		}


