/* Created by http://freehtml5templates.com */
/* reset */

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

	
/* layout */


/* main content */

.jj
{
	display: block;
	table-layout: top;
	margin-left: 40px; 
}

article {
padding: 0 30px 10px 10px;
}

.photos {
padding: 0 30px 10px 10px;
}

.frameit {
border: 15px #fff solid;
margin-right: 15px;
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}
table
{
	text-align: center;
	border-collapse: separate;
	border-spacing: 5px;
}
th, td
{
	border: 1px solid red;	
}




