html
{
     overflow: -moz-scrollbars-vertical;
}

body
{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	font-smooth:always;
	color:#646464;
}

#site_container
{
	position:relative;
	width:709px;
	height:850px;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:416px;
	height:98px;
}

#menu_container
{
	position:absolute;
	top:152px;
	left:0px;
	width:257px;
	height:292px;
}

#menu_illustration, #menu_characters, #menu_typography, #menu_me, #menu_invitations, #menu_giftideas
{
	position:absolute;
	top:0px;
	left:0px;
	width:257px;
	height:77px;
}

#menu_characters
{
	top:77px;
}

#menu_typography
{
	top:144px;
}

#menu_invitations
{
	top:221px;
}

#menu_giftideas
{
	/*top:298px;*/
	top:221px;
}

#menu_me
{
	/*top:375px;*/
	top:298px;
}

#image_container, #text_container
{
	position:absolute;
	top:98px;
	left:262px;
	height:436px;
	width:436px;
}

#image_container
{
	background-image:url(../images/image_bg.jpg);
	background-repeat:no-repeat;
}

#image_main
{
	position:absolute;
	width:380px;
	height:379px;
	top:18px;
	left:22px;
}

#next_image
{
	position:absolute;
	width:48px;
	height:33px;
	top:504px;
	left:323px;
}

#prev_image
{
	position:absolute;
	width:61px;
	height:33px;
	top:504px;
	left:262px;
}

#image_details
{
	position:absolute;
	top:504px;
	left:429px;
	width:250px;
	height:56px;
	background-image:url(../images/name_bg.jpg);
	background-repeat:no-repeat;
}

#image_name
{
	position:relative;
	top:5px;
	left:10px;
	width:225px;
	height:27px;
	text-align:center;
	font-size:16px;
	padding-top:8px;
	font-weight:bold;
}
