


body{
	background: #512f87 url(http://www.creativedistortion.com/images/diglnkbkg.gif) repeat;
    text-align: center;
	margin: 0; padding: 0;
	font-size: 100%;
}



#wrapper{
	margin: 0 auto 0 auto;
	position: relative;
	width: 630px;
	text-align: left;
	background: #8a70b5;
    border: 2px #3b1a71 solid;

}



#header{
	position: relative;
	width: 100%; height: 408px;
	margin: 0;
	background: #ffffff url(http://www.creativedistortion.com/images/diglinkhd.jpg) no-repeat;
}

	#header h1{
	margin: 0;
	position: absolute;
	right: 0; top: 0;
	width: 146px;
	text-align: center;
	font: 1.5em  Veranda, Georgia, Serif;
	letter-spacing: -2px;
}

 
#menu{
	float: right;
	width: 144px;
}

	#menu ul{
	text-align: left;
	margin: 0; padding: 7px;
}

	#menu li{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

	#menu li.list-header{
	font: 1.2em; Veranda, Serif #481697;
	margin: 0;
	padding: 0 10px 0 0;
}

	#menu li a{
	color:  #b2a6c8;
	text-decoration: none;
	font: 1.0em Veranda, Serif;
}

	#menu li a:hover{
	color: #733ebb;
    background: #ffc0ff;
     cursor: e-resize;
}



#content{
	position: relative;
	width: 483px;
	color: #555;
}

	#content h2{
	font: 1.4em Veranda, Serif;
	margin: 0 0 0 .4em;
}

	#content p{
	font: 1.0em Veranda, Serif;
    color: #512f87;
	margin: .5em 1.5em 0 1.5em;
	padding: 0 0 1em 0;
}

	
	#content a{
	color: #40ffff;
	font-weight: bold;
	text-decoration: none;
	 
}

	#content a:hover{
	color: #ff00ff;
    background:
	border-bottom: none;
    cursor: e-resize;
}



#footer{
	position: relative;
	width: 483px;
	padding: 1em 0 1em 0;
	background: #8a70b5;
	text-align: center;
}

	#footer h3{
	position: absolute;
	left: -4321px;
}

	#footer p{
	margin: 0;
	padding: .5em 0 .5em 0;
	font: .6em Verdana, Sans-Serif;
}

	#footer a{ color:#4b356d; font-weight:bold; text-decoration:none; }
	#footer a:hover{ color:#733ebb; text-decoration:none;cursor: e-resize; }


