/* CSS Document */
html,body {
	margin:0px;
	padding:0px;
	background-image:url(../images/leonardy_bgtiletan.jpg);
	font-size:1em;
	}

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

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


div#header {
	height:144px;
	width:800px;
	margin:0px;
	}

div#nav {
	width:200px;
	height:144px;
	margin-left:-30px;
	margin-top:-10px;
	padding:0px;
	}
	
div#nav ul	{
	margin-top:25px;
	}
	
div#nav ul li {
	list-style-type:none;
	margin-left:-.7em; /*overrides indent of list*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	}
	
div#nav ul li a{
	text-decoration:none;
	color:#000;
	}

div#nav ul li a:hover{
	color:#FFF;
	}

div#contact {
	width:300px;
	height:110px;
	margin-top:0px;
	margin-right:-30px;
	padding:0px;
	float:right;
	}
	
div#container {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/leonardy_bg.jpg);
	background-repeat:no-repeat;
	}

div#container2 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/leonardy_bg2.jpg);
	background-repeat:no-repeat;
	}

div#container3 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/leonardy_bgfloral.jpg);
	background-repeat:no-repeat;
	}

div#container4 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/leonardy_bg4.jpg);
	background-repeat:no-repeat;
	}

div#container5 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/leonardy_bg5.jpg);
	background-repeat:no-repeat;
	}

div#container6 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/bgTexture_red72.jpg);
	background-repeat:no-repeat;
	}
	
div#container6 {
	height:600px;
	width:800px;
	margin:0 auto;
	border:#000 solid 10px;
	background-image:url(../images/contentpaper.jpg);
	background-repeat:no-repeat;
	}
	
					
div#content {
	margin-left:20px;
	width:400px;
	height:450px;
	padding-top:200px;
	border:#000 solid 0px 10px 0px 10px;
	color: #000;
	font: 75% arial,sans-serif;
	text-align:left;
	}

div#resumecontent {
	margin-top:100px;
	margin-left:20px;
	width:400px;
	height:350px;
	border:#000 solid 0px 10px 0px 10px;
	color: #000;
	font: 75% arial,sans-serif;
	text-align:left;
	overflow:auto;
	}

div#resumecontent h3 a:link {color:#000;}

div#flashcontent {
	float:right;
	width:800px;
	height:450px;
	background-image: url(../images/leonardy_bg4.jpg);
	background-repeat:no-repeat;
	border:#000000 solid;
	border-width:4px 0px;
	}

div#footer {
	width:820px;
	height:40px;
	margin:0 auto;
	background: #000;
	border:#000 solid 0px 10px 0px 10px;
	color: #333;
	font: 65% arial,sans-serif;
	text-align:center;
	}

div#footer p {
	margin:0;
	padding:5px 5px;
	}

div#footer a {
	padding:0px;
	color: #333;
	font: 100% arial,sans-serif;
	text-decoration:none;
	}

div#footer a:hover {color:#555;}
	
div#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000
	}

div#content .medium {
	font-size:12px;
	font-weight:bold;
	}

div#resumecontent .medium {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	display:block;
	background-color:#000;
	padding:3px;
	}

div#resumecontent a{
	color:#3F0F0F;
	text-decoration:none;
	}

div#resumecontent a:hover{
	color:#FFF;
	text-decoration:underline;
	}
		
p {font-size:10px;}	
