/* CSS for insidealbum.com */
/* code by Melimato */
/* use this code if you want but only on nice sites */
/* general design and content copyrighted: Henk Cortier, Melimato */


/*general*/

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	margin: 0;
}
/* end hide */

#flashcontent {
	width: 800px;
	height: 500px;
	border: none;		
}

body {
	background-color: #000;
	color: #999;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	text-align: center;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
}

div#page {
	margin: 0px auto;
	width: 800px;
	padding: 40px;
	text-align: left;
}

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

a:hover { color: #fff; }

a img { border: none; }

p {	padding-left: 40px; }

h1 {
	font-size: 180%;
	font-style: bold;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
}

h2 {
	font-size: 120%;
	font-style: bold;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
	padding: 0;
}

div.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

ul
{
	padding-left: 40px;
	list-style: none;
	text-align: left;
	margin-top: 20px;
}

li {
	font-size: 100%;
}

/* copyright */
div#footer
{
    font-size: .9em;
	text-align: left;
	margin-top: 120px;
	padding-left: 40px;
}



