 
body{
	background: #EEEADD;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #444;
}

/* == Resets N' Stuff == */

a:link,
a:visited{
	font-size: 100%;
	font-family: "Verdana", sans-serif;
	text-decoration: none;
	color: #77AFCF;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}

a:focus,
a:active{
	outline: none;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { 
	margin: 0;
	padding: 0; 
}


img{
	border: 1px;
}

input:focus,
input:active{
	outline: none;
}

#header{
	width: 100%;
	padding: 20px 0px;
}

#header-container{
	height: 108px;
	overflow: hidden;
	margin: 0 auto;
}

#bubble-container{
	width: 266px;
	height: 91px;
	margin: 0 auto; 
}

#bubble-bottom{
/*	width: 35px; */
	width: 920px; 
	height: 17px;
	margin: 0 auto;

	overflow: hidden;
	background: url(http://www.chaudes-celibataires.com/wp-content/themes/miniblog/images/bubble-bottom.png) no-repeat;
}

#bubble-left{
	width: 18px; 
	height: 91px;
	float: left;
	margin: 0 auto;
	background: url(http://www.chaudes-celibataires.com/wp-content/themes/miniblog/images/bubble-left.png) no-repeat;
	overflow: hidden;
}

#bubble-right{
	width: 470px;
	height: 91px;
	float: left;
	margin: 0 auto;
	background: url(http://www.chaudes-celibataires.com/wp-content/themes/miniblog/images/bubble-right.png) no-repeat;
	overflow: hidden;
}

#bubble-middle{
	width: 230px;
	height: 81px;
	float: left;
	margin: 0 auto;
	padding: 10px 0px 0px;
	background: #FFF;
	overflow: hidden;
}

#bubble-middle h1 a:link,
#bubble-middle h1 a:visited{
	font-size: 36px;
	font-family: "Georgia", serif;
	font-weight: normal;
}

#bubble-middle h1 a:hover{
	text-decoration: none;
}

#site-slogan{
	display: block;
	font-family: "Georgia", serif;
	color: #666;
	font-size: 16px;
	text-transform: lowercase;
}

.first-color{
	color: #777;
}

.second-color{
	color: #77afcf;
}


/* == Footer == */

#footer{
	padding: 20px 0px 10px;
}

#footer a:link,
#footer a:visited{
	text-decoration: underline;
}


