/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* after this add your own */

html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #f4f7f2;
	font-size: 14px;
	font-family: arial, verdana;
	color: #000;
	height: 100%;
}

a { color: #000; text-decoration: none; font-weight: bold; }
a:hover { color: #666; }

#container {
	width: 860px;
	height: 100%;
	
	margin: 0 auto;
	cursor: default;
}

#content { 
	height: 330px;
	width: 770px;
	
	margin-top: 30%;
	left: 0px;
	margin-top: 70px;
	
	background-image: url('template_files/tpl1-panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
	border: 1px #ccc solid;
	padding: 40px;
}


.foto {
	width: 120px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	border: 1px #ccc solid;
	padding: 20px;
}

p { 	
	text-align: justify;
	font-family: arial, georgia,serif;
	font-family: arial,sans-serif;
	font-size: 12px;
	word-spacing: 0.6pt;
	line-height: 25px;
}

h1 {
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	font-family: arial;
	color: #b85f89;
}

#twitter {
	height:234px;
	margin-top:10px;
}

#twitter li {
   padding-top: 15px;
   font-size: 11px;
   line-height: 13px;
}

#twitter .img {
   width: 48px;
   height: 48px;
   float: left;
   overflow: hidden;
   margin: 0px 10px 10px 0px;
}

#twitter .tweet {
   width: 250px;
   float: left; 
}

#twitter .date {
   padding-top: 3px;
   color: #7F7F7F;  
}
