body {
    background-color: #EEEEEE;
    color: #555555;
    font-family: Helvetica, Arial;
    font-size: 14px;
    text-align: left;
}

div.container {
    width: 900px;
    text-align: left;
}

div.content {
    background-image: url(../images/loologlog.png);
    background-position: right top;
    background-repeat: no-repeat;
	padding-bottom: 20px;
}

div.comment_header {
	background-color: #DDDDDD;
	font-family: Helvetica, Arial;
	font-size: 16px;
	border-top-width: 1px; 
	border-top-color: #555555;
	border-top-style: solid;
	border-left-width: 1px; 
	border-left-color: #555555;
	border-left-style: solid;
	border-right-width: 1px; 
	border-right-color: #555555;
	border-right-style: solid;
	padding: 2px;
}

div.comment_msg {
	border-bottom-width: 1px; 
	border-bottom-color: #555555;
	border-bottom-style: solid;
	border-left-width: 1px; 
	border-left-color: #555555;
	border-left-style: solid;
	border-right-width: 1px; 
	border-right-color: #555555;
	border-right-style: solid;
	padding:2px;
}

div.twitter_div {
	background-color: #DDDDDD;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

form, td, tr, table {
    padding: 0;
    margin: 0;
    font-size: 14px;
	vertical-align: top;
}

h1 {
    font-family: Helvetica, Arial;
    margin: 0;
    padding: 2px;
}

h2 {
    font-family: Helvetica, Arial;
    margin: 0px;
    color: #888888;
}

div.menu_header {
    background-color: #DDDDDD;
    padding: 2px;
}

div.menu {
    background-color: #CCCCCC;
    border-bottom: solid 2px #666666;
    padding: 2px;
}

div.footer {
    background-color: #BBBBBB;
    border-top: solid 2px #666666;
    padding: 2px;
    margin-top: 0px;
    vertical-align: top
}

div.footerfooter {
    background-color: #DDDDDD;
    padding: 2px;
}

a:link, a:visited {
    color: #AA0000;
}

select, input  {
    border: solid 1px #555555;
}

hr {
    border-bottom: solid 1px #CCCCCC;
	border-top: none;
	border-right: none;
	border-left: none;
}
