/*-------------------------------------------------------------------	
	The spec sez (?) import statements must come first in a CSS file.
	Dumb rule, but Mozilla observes it will IE is more flexible.
-------------------------------------------------------------------*/	

@import url("std_settings.css");
@import url("text_menu.css");

.page_layout_div
{
	width					: 720px;
	background-color	   	: black;

	margin-top				: 10px;
	margin-bottom			: 20px;

	text-align				: center;
	scrollbar-face-color   	: black;
	scrollbar-track-color  	: grey;
	scrollbar-arrow-color  	: blue;

	border-width			: 1px;
	border-color			: white;
	border-style			: solid;
}

.text_menu_table
{
	margin-top		: 10px;
	margin-bottom	: 10px;
}

.wedding_album_table
{
	margin-left 	: auto;
	margin-right	: auto;
}

.wedding_album_table
{
	margin-top		: 20px;
	width			: 660px;
	height			: 330px;

	margin-left		: 20px;

	background-color : black;
}

.wedding_album_left_col
{
	width			: 300px;
	height			: 300px;
	padding-left   	: 35px;
	padding-right	: 0px;
	margin-right	: 0px;
}

.wedding_album_right_col
{
	width			: 300px;
	height			: 300px;
	padding-left   	: 0px;
	padding-right	: 35px;
	margin-left		: 0px;
}

.wedding_album_left_image
{
	border-style	: solid;
	border-width	: 1px;
	border-color	: #404040;
}

.wedding_album_right_image
{
	border-style	: solid;
	border-width	: 1px;
	border-color	: #404040;
}

.wedding_album_current_pages_col
{
	text-align	: center;

	color		: white;
    font-size	: 16px;
    font-weight	: normal; 
    font-family	: Verdana, Tahoma, Arial, Helv; 
}

.wedding_album_pages_list_col
{
	text-align  : center;

	color		: white;
    font-size	: 16px;
	line-height : 20px;
    font-weight	: normal; 
    font-family	: Verdana, Tahoma, Arial, Helv; 
}

.wedding_album_prev_next_table
{
	text-align : center;
}

.wedding_album_prev_button
{
	padding-right : 10px;
}

.wedding_album_next_button
{
	padding-left : 10px;
}



