/* Top Elements */
* { margin: 0; padding: 0; }

body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	margin-top:10px;
	margin-bottom: 10px;
}

.blank{ display:none; }
.clear{ clear: both;}

h3{
	color: #FF6666;
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
	padding: 2px 0px 0px 2px;
	border-left: 18px solid #FF6666;
}
a:seleted{ color: #3333FF;}
a:visited{ color: #3333FF;}
/********************************************
	LAYOUT
********************************************/ 
.wrap {
	width: 800px;
	margin: 0 auto;
	color: #4B4B4B;
	line-height: 16px;
}

/*========= HEADER =========*/	
.header {
	width: 710px; height: 40px;
	color: #FF6666;
	font-family: "Century Gothic", Tahoma;
	background: #FFFFFF url(../imgs/face.jpg) bottom left no-repeat;
	padding: 70px 0px 10px 90px;
	border-bottom: 5px solid #FFCCFF;
}
.header a{
	color: #FF6633;
	text-decoration: none;
}
.header p{ padding:0px; }


/*========= Footer =========*/	
.footer {
	width: 790px;
	padding-top: 5px;
	margin-top: 20px;
	border-top: 2px dotted #FFCCFF;
}
.footer a{ color: #FF6666; text-decoration: none; }
.footer a:hover{ text-decoration: none; }


/*========= Content =========*/	
.content {
	clear: both;
	width: 800px;
}
.left {
	float:left;
	width: 490px;
	margin-right: 10px;
	border: 0px solid #CCCCCC;
	background: url(../imgs/lamas.jpg) bottom right no-repeat;
}
.right {
	float: right;
	width: 300px;
}
/*========= LEFT COLUMN =========*/	
.left a{ 
	font-weight: normal;
	color: #FF6666;
	text-decoration: underline;
}
.left a:hover{ color: #3333FF; text-decoration: none;}

.name{ 
	padding-top: 5px;
}
.name ul{
	list-style: none;
	padding: 0px; margin: 0px;
}
.name li{ 
	float: left;
	width: 240px;
	padding: 0px 0px 0px 5px;
}


/*========= RIGHT CONTENT =========*/	
.right ul{
	padding: 0px 5px 0px 5px; margin-top: 5px;
	
}
.right li{
	color:#82B8CC;
	padding-top: 3px;
	margin-left: 10px;
}

.right a{ 
	color: #4B4B4B;
	text-decoration: underline;
}
.right a:hover{
	text-decoration: none;
}

.link_char{
	font-size:14px; 
	color: #CC6600;
	font-weight: bold;
}

/*===== Pager =====*/	
.pager{
	clear: both;
	text-align: center;
	padding: 15px 0px 15px 0px;
}
.pager a{
	margin: 1px; padding: 3px 8px 3px 8px;
	color: #82B8CC;
	border: 1px #82B8CC dotted;
	text-decoration:none;
}
.pager a:hover{
	color: #CC9900;
	border: 1px #CC9900 solid;
}
.pager .selected{
	color: #CC9900;
	border: 1px #CC9900 solid;
}