body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/110.jpg');
	font-size: 12px;
	color: #404040;}

h1 {
	font-weight: normal;
	color: #6A4B6F;
	font-family: 'Wire One', Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 7em;}

h2 {
	font-weight: normal;
	color: #6A4B6F;
	font-family: 'Wire One', Century Gothic, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 4em;}

img {
	background-color:#fff;
	border: #6eafca 0px dotted;}

img.b {
	background-color:#ededed;
	padding: 5px;
	}

img.c {
	background-color:#fff;
	border: #6eafca 0px dotted;
	}

img.left {
	float: left;
	margin: 0 15px 0 0;
	background-color:#fff;
	border: #6eafca 1px dotted;}

img.right {
	float: right;
	margin: 0 0 0 15px;
	background-color:#fff;
	border: #6eafca 1px dotted;}



input, textarea, select {
	font: normal 1em "Arial", Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 2px;
	margin: 1px;
	border: 1px solid #BEBEBE;
	background-color:#fff;}

/* Mainpage */

#main {
	width: 950px;
	margin:60px auto 25px;
	padding:20px; 
	background: #fff;
	line-height:20px;
	-moz-border-radius:25px; 
   	-webkit-border-radius: 25px;
    	-khtml-border-radius: 25px;
	text-align:left}

a, #copyright a {
	color: #C38980;
	border-bottom: #a0a0a0 0px dotted;
	text-decoration: none;}

a:hover, a:hover, {
	border-bottom: 0px;
	font-weight: bold;
	text-decoration: none;}


/* Navigation */

.nav { 
	float: right; 
	margin-top: -80px;
}
#nav ul { 
	color: #000; 
	font-size: 3em;
	font-family: 'Wire One', arial, serif; 
	text-align: center; text-transform: uppercase; 
}
#nav ul li { 
	display: inline; 
}
#nav ul li a { 
	color: #000; text-decoration: none; 
}
#nav ul li a:hover { 
	color: #755638; 
}

