/* Site by Claire & Traianos */

/*Layout/Structure*/

body{
	margin:0;
	padding:0;
}

#container{
	width:372px;
	margin-top:200px;
	margin-right:auto;
	margin-left:auto;
}

/*Formatting*/

a:active{
	text-decoration:none;
	color:#2f2f2f;
}

a:link{
	text-decoration:none;
	color:#2f2f2f;
}

a:visited{
	text-decoration:none;
	color:#2f2f2f;
}

a:hover{
	text-decoration:none;
	color:#ef3e23;
}

body{
	font-family:Arial;
	font-size:10px;
	color:#000;
	background-color:#fff;
}

img{
	border:none;
}


/* In the practice of tolerance, one's enemy is the best teacher - Dalai Lama */