/*  ------------------------------------------------------- */
/*  ------------------------------------------------------- */
/*					gabrielasabatino.com					*/
/*	------------------------------------------------------- */
/*  ------------------------------------------------------- */


* {
	font-family: Times, serif;
	margin: 0px;
	padding: 0px;
}

body, html{
	height:100%;	
}

body {
	font-size:100.1%;
	text-align:center; /*center container in IE*/
	color:#444;
	background-color:#fafafa;
}

h1 {
	font-size:1em;
	font-weight:bold;
	color:#DB0527;
	border-bottom:4px solid #FFEAEE;
	margin-bottom:1.5em;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:1em;
}

h3 {
	font-size:0.8em;
	font-weight:bold;
}

h4 {
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:2em;
}

strong{
	font-weight:bold;
	font-style:normal;
	color:#79C42C;
}

em{
	font-weight:bold;
	font-style:normal;
}

img {
	border:none;
}


p{
	margin-bottom:1.4em;
	font-size:0.8em;
	line-height:1.4em;
}

a{
	color:#26A0E0;	
	text-decoration:none;
	border-bottom:1px dotted #5FBDFA;
}

a:hover{
	color:#26A0E0;
	background-color:#D5EBFE;
}

acronym{
	font-style:normal;
	border:none;
	font-weight:bold;	
}

/* Classes */

img.left{
	float:left;
	margin-right:8px;	
}

img.right{
	float:right;
	margin-left:8px;	
}

.clearer{
	float:none;
	clear:both;
	height:1em;
	width:1px;
	font-size:0px;
	line-height:0px;
	margin:0;
	padding:0;
	overflow:hidden;
}


/* IDs */

/*#spacer{
	float:left;
	width:100%;
	height:50%;
	margin-bottom:-220px;	
}*/

#wrap{
	/*height:440px;*/
	width:800px;
	margin:0 auto 0 auto;
	padding-top:24px;
	padding-bottom:24px;
	text-align:left;	
	clear:left;
	border-left:8px solid #f3f3f3;
	border-right:8px solid #f3f3f3;
	background-color:#fff;
}

#copy{
	padding:24px;	
}
