/*
	project: happy template
	author: luka cvrk (www.solucija.com)
*/
*{margin:0;padding:0;}:focus,:active {outline:0}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;}a img{border:0} 
body { font: .9em Georgia, "Times New Roman", Arial, Sans-Serif; background: #E8F7FC url(../images/bg.jpg) repeat-x; color: #306172; }
a { color: #3A65A8; text-decoration: none; }
h1 { font-size: 2.9em; font-weight: normal; }
h2 { float: left; text-transform: lowercase; font-size: 2.4em; margin: 0 0 20px; font-weight: normal; color: #CB6F9C; background: url(../images/h2bg.jpg) repeat-x bottom; clear:left;}
p  { margin: 5px 0 15px; line-height: 1.7em; clear:left;}
.clear { clear: both; }

.wrap { margin: 0 auto; width: 900px; }
#logo { float: left; margin: 40px 0 0; }
#menu { text-transform: lowercase; float: right; height: 120px; padding: 73px 0 0 98px; width: 475px; background: url(../images/white_bubbles.jpg) no-repeat top right; }
	#menu li { display: inline; }
		#menu li a { float: left; padding: 3px 6px; margin: 0 20px 0 0; font-weight: bold; color: #B25281;  }
		#menu li a:hover, #menu li a.current { background: #EDD3E0; }

#text { clear: both; margin: 0 0 20px; }

#green_bubble {
	height: 30px;
	background:no-repeat center left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	text-align: center;
}
	#green_bubble a { color: #CB6F9C; font-weight: bold;}

#footer { text-align: center; color: #9D436F;}
	#copyright { float: left; margin: 65px 0 0; font-size: .8em; }
		#copyright p { margin: 0 0 5px; }
		#copyright a { color: #60183B; }
img.floatRight { 
    float: right; 
    margin: 6px; 
}
img.floatLeft { 
    float: left; 
    margin: 6px; 
}
