@charset "UTF-8";
/* CSS for have-art.net */

* {
	margin:0;
	padding:0;
	}




/*--------------- general styles ---------------*/


body {  
	text-align: center;
	font-family: "Verdana", Arial, Helvetica, Geneva, sans-serif;
	background-color: rgb(70, 70, 70);
	color: rgb(220,220,220);
}


a:link, a:visited {  
	color: rgb(209,91,74);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: rgb(227,131,117);
	text-decoration: underline;
}

.nojustify {
	text-align:left;
}

.content-margins {
	margin: 60px 0;
	text-align:center;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
	
img.displayed {
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
	

   /* text wrap around image flush right */

.float-right-wrap {
	float: right;
	position: right;
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
	
hr {
   border:0;
   border-top: 1px solid rgb(138,148,103);
   height: 0;
   background: rgb(138,148,103);
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 0.4em;
}

.clearAll {clear: both;}




