@import url("core.css");
@import url("decor.css");
@import url("lightbox.css");

#container			{ width: 70em; margin: 0 auto; }

#pres img			{
				float: left;
				width: 30em;
				margin-left: -12px;
				}

#pres div			{
				float: right;
				width: 34em;
				padding-bottom: 15em;
				}

#pres,
#gallery,
#cv,
#contact			{ padding: 15em 0; }

#pres				{ padding-top: 10em; }

#pres div,
#other			{ margin-left: 6em; }

#contact			{ padding-bottom: 30em; text-align: center; }

li				{ margin-bottom: 0; }


/* Gallery
---------------------- */

#gallery ul			{ padding-bottom: 3em; }

#gallery li			{
				display: inline;
				width: 120px;
				height: 120px;
				margin-right: 2.35%;
				}

#gallery a			{ 
				width: 100%;
				height: 100%;
				border: 0;
				}

#gallery li.last		{ margin-right: 0; }


/* CV
---------------------- */

#cv div			{ width: 30em; }

dl				{ margin-bottom: 6em; }

#cv ul			{ margin-bottom: 3em; }

dt				{ float: left; width: 20em; }

dd				{ float: right; width: auto; }

.right a			{
				display: block;
				width: 10em; 
				padding: 1em;
				margin-top: 3em;
				}