/*
	vSlider v2.0
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/2.5/
*/


/************/
/* Page Box */


#page {
	width: 762px;
	overflow: hidden;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}

#page-top, #page-body, #page-bottom { 	
	margin: 0;
	padding: 0;
}


#page-top 	{ 
	background: url("images/page_top.gif") no-repeat center top;	
	height: 12px;	
}

#page-body {
	background: url("images/page_body.gif") repeat-y center;
	padding: 5px 0;
}


#page-bottom {
	background: url("images/page_bottom.gif") no-repeat center bottom;
	height: 12px;	
}

#page-bottom-margin {
	height: 15px;
}

/* End of page box */
/*******************/


/*******************/
/* Page Typography */

#page {
	text-align: left;
}

/* End of Page Typography */
/**************************/