a{
	color: #DD1188;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

div.post{
	margin: 5px 15px;
	padding-bottom: 10px;
	width: 325px;
}

h1{
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 0;
}

h2{
	display: inline;
	font-size: 28px;
	margin-bottom: 0;
}

html, body {
	background: url(../images/bgTile.gif) #2297FC repeat-x;
	font: 11px/16px Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

p, div, span, h1 h2, h3, h4, h5, td, th, a, dt, dd{
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

ul{
	list-style: none;
	list-style-image: url(../images/bullet_arrow.gif);
}

ul li{
	margin-bottom: 5px;
}

.date-header{
	display: block;
	font-size: 10px;
	text-align: left;
}

.post-footer{
	border-top: 1px dashed #CCC;
	padding-top: 10px;
	margin-bottom: 20px;
}

#bubbles{
	background: url("../images/bubbles.png") transparent repeat-x;
	filter: alpha(opacity=50);
	height: 170px;
	left: 0;
	opacity: .3;
	position: absolute;
	top: 275px;
	width: 100%;
	z-index: 100;
}
#comments p{
	width: 300px;
}

#copyright{
	color: #999999;
	font-size: 9px;
	padding-right: 10px;
	padding-top: 66px;
}

#feed_chiclet{
	margin: 15px 0 0 30px;
}

#footer{
	background: url("../images/footer_bg.png") no-repeat;
	height: 100px;
	margin: -10px 0 0 0;
	padding: 0;
	text-align: right;
	width: 570px;
}
#logo_bottom{
	background: url("../images/i_spill_drinks_bottom.png") no-repeat;
	height: 420px;
	left: 0;
	position: absolute;
	top: 160px;
	width: 175px;
	z-index: 300; 
	cursor: hand;
	cursor: pointer;
}

#logo_top{
	background: url("../images/i_spill_drinks_top.png") no-repeat;
	height: 160px;
	left: 43px;
	position: absolute;
	top: 0;
	width: 400px;
	z-index: 300; 
	cursor: hand;
	cursor: pointer;
}


#main_page{
	background: url("../images/main_page_bg.jpg") #FFFFFF no-repeat;
	margin: 0;
	min-height: 340px;
	padding: 78px 35px 0 35px;
}

#outer_page{
	background: transparent repeat-y;
	left: 175px;
	padding: 0;
	position: absolute;
	top: 65px;
	width: 568px;
	z-index: 200;
}

#sidebar{
	left: 390px;
	position: absolute;
	top: 93px;
	width: 160px;
}

#sidebar ul{
	margin-left: -10px;
	margin-top: 0;
}

#wave{
	height: 225px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%; /*background: url("../images/wave-trans.png") transparent repeat-x;*/
	z-index: 100;
}

#wave img{
	height: 210px;
	width: 100%;
}

*html h2{
	font-size: 28px;
	margin-bottom: 15px;
}

* html #bubbles{
	background: url("../images/bubbles.jpg") transparent repeat-x;
}

*html #comments{
	padding: 0 0 10px 0;
}

*html #footer{
	position: absolute;
	margin: -20px 0 0 0;
}

*html #main_page{
	padding: 100px 35px 0 35px;
}

*html #sidebar{
	top: 115px;
}

*html #sidebar ul{
	margin-left: 33px;
	margin-top: 0;
}

table{
	display: none !important;
}

form{
	margin: 0;
	padding: 0;
}