/*///////////// Appearance /////////////*/

* {
margin: 0;
 }

body{
	background:url(images/background.jpg) repeat;
	background-attachment:fixed;
	
}

#white{
	width:1030px;
	height:1003px;
	background:url(images/backwhite.gif) no-repeat center top;
	
	
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}

#container{
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	left:20px;
	width:695px;
	height:750px;
	margin-top:120px;
}


/*///////////// Header /////////////*/

#header{
	background:url(images/header.jpg) no-repeat bottom;
	width:607px;
	height:195px;
	margin-left:auto;
	margin-right:auto;
}

/*///////////// Navigation /////////////*/

#nav-wrap{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 650px;
	height:37px;
}

#navigation {
	list-style: none;
	padding:0;

}

#navigation li a {
	display: block;
	float: left;
}

#navigation li img{
	border:none;	
}

/*///////////// Content /////////////*/
#content{
	margin-left:auto;
	margin-right:auto;
	padding-right:10px;
	margin-top:10px;
	width:630px;
	height:480px;
	overflow:auto;
}

h1{
	text-align:justify;
	font-weight:normal;
	font-size:18px;
	color:#8200FF;
	line-height:24px;
	letter-spacing:1px;
	text-transform:lowercase;
}

/*///////////// Content /////////////*/

#footer{
	background-color:#000;
	height:15px;
	width:250px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	
}