/** // Generic Styling // */
html 
{ 
	height:100%;
	width:100%; 
} 


body {
	margin:0;
	padding:0;
	background:#F5EAFB;
}

/*Swirly S*/
/*
#swirl{
	background: url('../images/bg/body_bg.gif') repeat-x;
	position:absolute;
	height:285px;
	width:100%;
	z-index:0;
}*/

/** // Layout // */
#master{
	width: 760px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	position:relative;
}

#header {
	width: 760px;
	height: 400px;
	background: url('../images/bg/header.gif') no-repeat;
}

#header_type_2 {
	width: 756px;
	height: 170px;
	margin-left:8px;
	margin-bottom:-12px;
	background: url('../images/bg/swinky_head.png') no-repeat;
}


#content {
	width: 760px;
	
}

.content_top{
	width: 700px;
	margin: 7px 0 0 60px;
	

}
.content_bottom{
	width: 700px;
	margin: 7px 0 0 60px;
}

.content_body{
	width: 700px;
	margin: 7px 0 0 60px;
}

#footer {
	float:right;
	width: 700px;
	height: 27px;
	margin: 7px 0 0 60px;
	background: url('../images/bg/footer_bg.gif') no-repeat;
	color:#fff;
	font-size:0.7em;
}


#footer a {
	color:#fff;
	font-style:underline;
}
