/* CSS Document */
body {
background:url(../images/bg.png);
/*	background: #4D4D4D;*/
	font-family:Arial, "Times New Roman", Times, serif	;
	margin: 0;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;	
}
h1 {
	font-family: Arial, "Times New Roman", Times, serif	;
	font-size:36px;
	display:inline;
	font-weight: normal;
	letter-spacing:-1px;
	color:#333333;
	
}

.home {
	font-family: Arial, "Times New Roman", Times, serif	;
	font-size:36px;
	display:inline;
	font-weight: normal;
	letter-spacing:-1px;
	color:#FFFFFF;
}

#fp-content {
position:relative;
top:60px;
margin-bottom:70px;
}


h2 {
color:#FFD091;
font-size:16px;
}

span {
	font-weight:bold;
}
p#large {
	font-size:60px;
	display:inline;
	color:#FFFFFF;
}


hr {
	border-color:#FFFFFF;
	border-style:solid none;
	border-width:1px 0;
	height:1px;
}
div#hr {
	margin:10px 0;
	height: 1px;
	background: #FFFFFF;
	margin 0 auto;
	width: 600px;
}

div#main-container {
	width: 700px;
	margin: 0 auto;
	text-align:center;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
div#content-container-home {
	width: auto;
	padding: 10px;
/*background: url(../images/container_background.jpg);*/
background: #D2D5D2 url(../images/bg-white.png) no-repeat;

	
	min-height: 600px;
}

div#content-container {
	width: auto;
	padding: 10px;
/*background: url(../images/container_background.jpg);*/
background: #D2D5D2 url(../images/bg-white2.png) no-repeat;

	
	min-height: 600px;
	}







div#nav-menu {
	width:600px;
	margin: 0 auto;
	padding-top: 20px;
	text-align:center;
}
div#image {
	background: #FFFFFF;
	width: 400px;
	height: 500px;
	margin: 0 auto;
}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight:bold;
	
} 
#nav-menu li
{
	float: left;
	margin: 0 1em;
	color:#FFD091;
} 
#nav-menu ul a
{
	color:#FFFFFF;
	text-decoration:none;
} 
#nav-menu ul a:active, #nav-menu ul a:hover
{
	color:#e6e6e6;
	text-decoration:none;	
} 
p.body {
	clear:both;
	padding:10px;
}
p.headingsmall {
	font-size:28px;
	font-weight:bold;
	display:inline;
}
p.headinglarge {
	font-size:48px;
	font-weight:bold;
	display:inline;	
}
img.img {
	padding:10px;
	margin: 5px;
	background: #FFFFFF;
}