* {
	padding:0;
	margin:0;
}

body {
	background:#1c262d url("../i/bg3.gif") repeat-x;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px; 
}

a {
	color:#00b3ce;
	font-weight:bold;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

ul {
	margin:0px 10px;
}

p {
	margin:10px 0px;
}

#container {
	width:500px;
	margin:auto;   
}

#head {
	height:150px; 
	padding:10px 20px 5px 20px; 
	opacity:0.7;
	filter:alpha(opacity=70);
}

#head:hover {
	opacity:1;
	filter:none;	
}

#head h1 {
	font-size:26px;
}

#head img {
	float:left;
	margin:0 10px;
}

#head div {
	float:left;
	height:150px;
    padding:0px 20px;
}

#bubble {
	margin:auto; 
	padding-top:11px; 
	background:url(../i/bubble.gif) no-repeat 120px 0px;
}

#content {
	background:#fff;
	color:#333;
	padding:20px;  
}

#content li {
	list-style-type:none;
	padding:1px;
}

#content h1 {
	margin:0px 0px 10px 0px;
	font-size:18px;	
}

#content a:hover {
	color:#333;
}

#footer { 
	color:#fff;
	background:#0c1115;
	padding:10px 20px;
	font-size:11px;
	text-align:right;
	opacity:0.3;
	filter:alpha(opacity=30);	
}

#footer:hover {
	opacity:1;
	filter:none;
}

#social_buttons {
	float:left;
}

.borders {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}