/* AndrewEckel.com stylesheet */

/* "Canarsie Slab JL" freeware font by Jeffery N. Levine  2001*/
@font-face
{
font-family: Canarsie;		 
	src: url('Canarslb.eot');  /* IE9+ */
	src: local("blah"), url('Canarslb.ttf');
	
	/* the "local("blah")" thing is essential to making this work in both Chrome and IE */
}

body 
{
    
	font-family: Georgia, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	
	position:relative;
	top: 55px;              /* That's right. The body is pushed down 300 px, not the container. */
}

.small
{
    font-size: 10px;
}

h1
{
	font-family: Canarsie;
	font-size: 22px;
	color: #000000;
	/*letter-spacing:1px;*/
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0;
	padding: 0;
}

#wrap
{
    text-align: center;
    width: 855 px;
    
    position: relative;
    left: auto;
    right: auto;
}

#left
{
     display: inline-block;    
    height: 416px;
    /*width: 427px; */
    width: 460px;
    margin: 0 20 0 0;
    /*vertical-align:bottom; */
    text-align:center;
    line-height: auto;
}

#right
{
    top:0 px;
    padding:0px;
    display: inline-block;    
    height: 416px;
    /*width: 427px; */
    margin: 20 0 20 10;
    text-align:left;
    vertical-align:top;
}

p
{
    text-align:center;
}