/* CSS Document */

body {
	background: url(http://www.julnersart.com/images/background_2.jpg) repeat-x #003399;}

#box {
	width: 724px;
	margin: 0 auto;
	overflow: hidden;
	position: static;}

#head {
	position: absolute;
	top: 46px;
	width: 724px;}

#navhead {
	height: 265px;}
	
.logo {
	float: left;
	clear: right;}

#content {
	width: 724px;}
	
	#inside_content {
		background: url(http://www.julnersart.com/images/content.png) repeat-y;
		padding: 5px 30px 0 30px;
		width: 664px;}
	
	.content_top {
		background: url(http://www.julnersart.com/images/content_top.png);
		height: 20px;
		width: 724px;}

	.content_bottom {
		background: url(http://www.julnersart.com/images/content_bottom.png);
		height: 20px;
		width: 724px;}		

#nav {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #CC9966;
	color: #003399;
	float: right;
	height: 60px;}
		
	#nav a {
		color: #003399;
		font-weight: bold;
		margin-top: 7px;
		padding: 7px 10px 0 10px;
		text-decoration: none;}
		
	#nav li {
		border-left: 1px solid #CC9966;
		border-right: 1px solid #FFFFFF;
		color: #FFFFFF;
		display:inline;
		float: right;
		font-size: 13px;
		height: 38px;
		margin: 0px;
		padding: 22px 0 0 0;
		text-align: center;
		text-decoration: none;}
	
	#nav link, a:visited {
		color: #FFFFFF;
		font-weight: normal;
		padding: 7px 10px 0 10px;
		text-decoration:none;}
	
	#nav a:hover {
		background: url(http://www.julnersart.com/images/nav_hover.jpg);
		color: #FFFFFF;
		padding: 21px 10px 23px 10px;
		text-decoration: none;}

#footer {
	background-color: #CC6633;
	border-top: solid 1px #FF9966;}

#footerbox {
	width: 724px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	position: static;}
	
	#footerleft {
		border-right: solid 1px #FF9966;
		clear: left;
		float: left;
		width: 500px;}
		
	#footerright {
		clear: right;
		float: right;
		width: 204px;}
		
	
	#footer p {
		color: #FFFFFF;
		padding: 0 10px 0 0;}
		
	#footer a, a:link{
		color: #FFFFFF;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-decoration: underline;}

	#footer a:visited {
		font-weight: bold;
		text-decoration: underline;}
	
	#footer a:active { 
		font-weight: bold;
		text-decoration: underline;}
	
	#footer a:hover {
		color: #003399;
		font-weight: bold;
		text-decoration: none;}

/*copy links*/
#content a, a:link{
	color: #003399;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:underline;}

#content a:visited {
	text-decoration: underline;
	font-weight: bold;}

#content a:active { 
	text-decoration: underline;
	font-weight: bold;}

#content a:hover {
	color: #CC6633;
	font-weight: bold;
	text-decoration: none;}

.clear {
	clear: both;}

p {
	color: #003399;
	font-size: 12px;
	line-height: 16px;
	margin: 0;}

h1 {
	font-size: 28px;
	line-height: 20px;
	letter-spacing: -2px;
	line-height: 28px;
	margin: 10px 0 0 0px;
	font-weight: bold;}
	
h2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.5px;
	margin: 10px 0 0 0px;
	font-weight: bold;}

#inside_content img {
	border: solid 3px #FF9966;
	float: left;
	margin: 10px 10px 0 0px;}

