*{
	padding	: 0px;
	margin	: 0px;
}

body{
	z-index	: -2;
	background	: #5f9651 url('/img/juliaBodyPatern.png') top center repeat;	/* */
	font-family	: verdana;
}

a {
	color	: #aea;
	font-weight	: 600;
}

h2 {
	margin-left	: auto;
	margin-right	: auto;
	text-align	: center;
}

div#bodyExtra{
	top	: 0px;
	left : 0px;
	width	: 100%;
	height	: 300px;
	z-index	: 1;
	position	: absolute;
	background	: url('/img/juliaBodyBack.png') top center repeat-x;
}

#fullwrap{
	margin	: 0px 0px 10px 0px;
	width	: 1000px;
	z-index	: 100;
	position	: relative;
	overflow	: auto;
	background	: #243a1d url('/img/juliaContentBack.png') top right repeat-y;
	border-bottom	: #cccccc 1px solid;
	border-right	: #cccccc 1px solid;
}

.header{
	height	: 178px;
	width	: 1000px;
	background	: #5f9651 url('/img/juliaHeader.png') top left no-repeat;
	border-bottom	: #cccccc 1px solid;
}

.header a {
	font-weight	: 400;
}
	

.header ul.contact {
	float	: right;
	clear	: right;
	width	: 249px;
	display	: block;
	padding-top	: 25px;
	color	: #222222;
	list-style-type	: none;
	text-align	: center;
}
.header ul.contact {
	margin	: 2px 0px;
}

.menu {
	float	: right;
	clear	: right;
	width	: 249px;
	padding-bottom	: 550px;
	background	: transparent url('/img/juliaWrapBack.png') bottom left no-repeat;
	list-style-type	: none;
}

.menu li
{
	margin	: 10px auto;
	display	: block;
	text-align	: center;
	background	: url('/img/juliaMenuItem.png') bottom center no-repeat;
	padding-bottom	: 10px;
}

.menu li a 
{
	color	: #3f3110;
	font-weight	: 600;
	text-decoration	: none;
}

.content{
	width	: 690px;
	color	: #bbddbb;
	float	: left;
	clear	: left;
	height	: 100%;
	padding	: 10px 40px 10px 20px; 
	font-size :   1em;
	line-height	: 1.5em;
/*	background	: #243a1d url('/img/juliaContentBack.png') top right repeat-y; */
	border-right	: #cccccc 1px solid;
}

.content p{
	margin	: 10px 15px;
	background	: transparent url('/img/juliaSeperator.png/') bottom center no-repeat;
	text-indent	: 10px;
}

.snapshot {
	float	: left;
	clear	: left;
	border	: 1px #cccccc solid;
	padding	: 3px;
	margin	: 10px 10px 10px 0px;
}


.right {
	float: right;
	clear: right;
}

.directions {
	margin-bottom	: 25px;
	margin-top	: 10px;
}

.directions li {
	margin-bottom	: 10px;
}