@charset "UTF-8";
/* CSS Document */
body
{
	background-color: #333333;
	color:#FFFFFF;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	margin:0;
}

#outercontainer
{
	width:960px;
	margin:0 auto;
}

#container
{
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 960px;
	height: 640px;
}

#content_container
{
	background-image: url("../images/content_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 960px;
	height: 640px;
}

#cart_container
{
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 960px;
	height: 640px;
}

#gal_container
{
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 960px;
	height: 640px;
}

#menu
{
	background-image: url("../images/menu.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	margin-top: -76px;
	width: 960px;
	height: 75px;
}

#menu_text
{
	float:right;
	font-size: 15px;
	margin-top: 50px;
}

#menu_text a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu_text a:hover
{
	color:#AAAAAA;
	text-decoration: none;
}

#menu_right
{
	float:right;
	background-color: #464646;
	width: 180px;
	height: 630px;
	text-align: right;
	padding: 10px 5px 0 0;
	font-size: small;
}

#menu_right a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu_right a:hover
{
	color:#AAAAAA;
	text-decoration: none;
}

#wed_menu_right
{
	float:right;
	background-color: #464646;
	width: 160px;
	height: 630px;
	text-align: left;
	padding: 10px 5px 0 20px;
	font-size: small;
}

#wed_menu_right a
{
	color: #FFFFFF;
	text-decoration: none;
}

#wed_menu_right a:hover
{
	color:#AAAAAA;
	text-decoration: none;
}

#rmenu_head
{
	font-size: 17pt;
}

#logo
{
	margin-top: 29px;
	margin-left: 26px;
}

#content_box
{
	background-image: url("../images/content_box.png");
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	width: 725px;
	height: 520px;
	margin: 0 auto;
	padding: 10px 0 5px 5px;
	overflow: auto;
}

#cart_box
{
	background-image: url("../images/content_box.png");
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	width: 952px;
	height: 520px;
	margin: 0 auto;
	padding: 10px 0 5px 5px;
	overflow: auto;
}

#album_box
{
	background-image: url("../images/content_box.png");
	background-repeat: repeat;
	border: 1px solid #FFFFFF;
	width: 725px;
	margin: 0 auto;
	padding: 0;
}

#album_box a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#album_box a:hover
{
	color:#333333;
	text-decoration: none;
}

#content_box a
{
	color: #FFFFFF;
	text-decoration: none;
}

#content_box a:hover
{
	color:#AAAAAA;
	text-decoration: none;
}

a 
{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover
{
	color: #3baec0;
	text-decoration:none;
}