body,html {
	background-image: url(http://brokenflower.org/images/background.png); 
	background-color:  #222;
	font-family: verdana,helvetica,arial;	
	size: 10px;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #fff;
	border: #eee solid 1px;
}
#content {
	background-color: #fff;
	margin-left: 40px;
	width: 600px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 150%;
}
#content .img img {
	padding: 10px;
	margin-left: 8px;
	border: 2px solid #000;
	
}
#content a {
        font-size: 12px;
        color: #005fff;
        text-decoration: none;
}
#content a:hover {
        font-size: 12px;
        color: #005fff;
        text-decoration: none;
        border-bottom: 1px solid  #005fff;
}

#menu {
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	width: 150px;
	float: right;
	overflow: hidden;
	font-size: 14px;
}
#menu li {
	list-style-type: none;
	margin-left: -30px;
}
#menu ul {
	margin: 0;
}
#menu a {
	color: #0000FF;
	text-decoration: none;
}
#menu a:hover {
	text-decoration:none;
	color:  #005fff;
	border-bottom: 1px solid #e0ce04;
}
hr {
	border: 1;
	width: 500px;
	color: #000fff;
	height: 1px;
	shading: no-shade;
}
#header {
	border-bottom: 1px solid #CCCCCC;
	margin-left: 30px;
	margin-right: 30px;
	color: #666666;
	font-size: 32px;
}
#header a {
	text-decoration: none;
	color: #666666;
}
#header .subtext {
	display: block;
	color: #666666;
	font-size: 10px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer {
	border-top: 1px solid #CCCCCC;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color:  #12335f;
}
#footer a:hover {
	text-decoration: none;
	color: #aa0000;
	border-bottom: 3px solid #0000ff;
}

#footer li {
        list-style-type: none;
	display: inline;
}
#footer ul {
        margin: 0;
	margin-left: -30px;
}

a.big {
	font-size: 32px;
	color: #005fff;
	text-decoration: none;
}
a.big:hover {
	color: #0000FF;
	border-bottom: 3px solid #005fff;
}
tr.list:hover {
        background-color: #fff;
}
table.list {
	border-right: 1px solid #666;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;

}
td {
        border-left: 1px solid #666;
}
tr.light {
	background-color: #eee;
}
tr.light:hover {
        background-color: #ccc;
}
tr.dark {
	background-color: #ddd;
}
tr.dark:hover {
        background-color: #ccc; 
}
img {
	border: none;
}

