body {
	background:url("http://www.bloguez.com/templates/polished/background.png");
	color:#333;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
}

#header{ margin:auto; padding:10px; width:1024px;}

div.c{
	padding:10px;
	margin:10px;
	overflow:hidden;	
}

div.g{
	margin-bottom:15px;
	padding:10px 10px 30px 10px;
	overflow:hidden;
	background:url("http://www.bloguez.com/templates/polished/sidebar_hr.png") no-repeat center bottom;	
}
div.leftside {
	background:white;
	width:708px;
	height:100%;
	overflow:hidden;
	float:left;
	padding:0px;
	margin:0px;
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
div.rightside {
	background:#f1f1f1;
	border-left:1px solid #ddd;
	overflow:hidden;
	height:100%;
	padding:0px;
	float:right;
	margin:0;
	width:315px;
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
table.bigtable{
	width: 1024px;
}

#footer{ color:#727171; clear:both; }
#footer a:link{ color:#ACACAC; text-shadow:1px 1px 1px #000000; }
#footer a:hover{ color:#ACACAC; }
#footer a:visited{ color:#ACACAC; }

#principal {
	width: 1024px;
	margin:0 auto;
	background:#f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
div.avatar {
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}
h1 {
	color:#fff;
	font-family:Georgia;
	font-size:32px;
	letter-spacing:0;
	text-shadow:1px 0 8px #fff;
}
h2{
	font-size:30px;
	font-family:Century Gothic,sans-serif;
	text-shadow:2px 2px 2px #fff;
	color:#666;
	display:block;
	border-bottom:1px solid #ddd;
}
h3 {
	color:#7A7979;
	font-family:Century Gothic,sans-serif;
	font-size:30px;
	letter-spacing:-1;
	text-align:center;
	text-shadow:1px 1px 1px #FFFFFF;
}

a:link { color: #000; text-decoration:underline; font-weight:normal; font-size:12px;}
a:visited { color: #000; text-decoration:none;}
a:hover { color: #1473c0; text-decoration:none;}

div.g li{ list-style:none outside none; border-top: 1px solid #CCCCCC;}
div.g li a{line-height:1.2; padding:8px 10px; display:block; color:#666; text-decoration:none;}
div.g li a:hover{color:#000; background: #e9e9e9;}
