
body {
	font: 12px normal "myriad pro", "trebuchet ms",sans-serif;
}

a {
	text-decoration: none;
	color: #333;
}

img {
border: 0;
}

h1 {
	padding-top: 0;
	margin-top: 0;
	font-size: 24px;
}

h1#title {
	font-size: 12px;
	letter-spacing: .2em;
	padding: 10px 20px 10px 20px;
	margin: 0;
	border-bottom: 1px dotted #eee;
}

/* IE6 Only */
* html h1#title {
padding-top : 0px;
}

/* IE7 Only */
*:first-child+html h1#title {
padding-top : 0px;
}

#container {
	margin: 100px auto;
	width: 730px;
	padding-right: 50px;
}

#menu {
	float: right;
	width: 200px;
	text-align: right;
}

#menu ul {
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type: none;
}


#content {
	float: right;
	width: 500px;
	padding-left: 20px;
}


#foot {
	margin-top: 80px;
	clear: both;
	color: #ccc;
	text-align: right;	
}


#footer {
	right: 10px;
	top: 17px;
	margin: 100px auto 0 auto;
	text-align: right;
	color: #ccc;
}

#footer a {
	color: #bbb;
}


/* galleries */

div#galleries	{
	width: 500px;
}

div#galleries div.gallery {
	width: 150px;
	float: left;
	padding: 0 5px 15px 5px;
}

#gallerylink {
	position: absolute;
	right: 20px;
	top: 2em;
}