/* 
    Document   : content
    Created on : 11-dec-2008, 22:24:02
    Author     : laurent
    Description:
        Purpose of the stylesheet follows.
*/

html{ background-color: transparent; }
	body{ text-align: left; margin-right: 0.7692em; margin-bottom: 0.7692em; }
		h1{ font-size: 120%; color: red; padding-bottom: 0.1538em; border: 0 dotted red; border-bottom-width: 1px; }

		#albumContainer{ width: auto; }
			#albumContainer div.image{
				width: 12.3076em;
				height: 12.3076em;
				float: left;

				margin: 0 1.5384em 1.5384em 0;
				background-color: #8D8D8D;
				cursor: pointer;
			}

			#albumContainer div.title{
				width: 27.6923em;
				height: 12.3076em;
				float: left;
				margin-bottom: 1.5384em;
				cursor: pointer;
			}

			#albumContainer div.imageBox{
				width: 12.3076em;
				height: 12.3076em;
				float: left;

				margin: 0 1.5384em 1.5384em 0;
				background-color: #8D8D8D;
			}

		#albumContainerMain{ width: 12.3076em; float: left; }
			#albumContainerMain div.image{
				width: 12.3076em;
				height: 12.3076em;

				margin: 0 1.5384em 1.5384em 0;
				background-color: #8D8D8D;
				cursor: pointer;
			}

			#albumContainerMain div.title{
				width: 12.3076em;
				height: 1em;
				margin-bottom: 1.5384em;
				cursor: pointer;
			}
