body, p, div, span, td, a {font-family:Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF; font-size:12px;}

body {
	background:url(/images/bg.jpg) repeat-x #8E8E8E;
	margin:70px 0px 0px 0px;
}

#frame {
	background:center center no-repeat;
	background-image:url(/images/frame.png);
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='/images/frame.png');
	width:881px;
	height:580px;
}

#canvas {
	position:relative;
	top:63px;
	left:5px;
	background:none;
	width:738px;
	height:453px;
}

#title {
	position: absolute;
	left:15px;
	top:22px;
	width:229px;
	height:18px;
}

#anniversary {
	position: absolute;
	left:270px;
	top:15px;
	background:url(/images/anniversary.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=scale src='/images/anniversary.png');
	width:277px;
	height:32px;
}

#logo {
	position: absolute;
	left:538px;
	top:5px;
	width:191px;
	height:117px;
	border:none;
}

#pageMenu {
	position: absolute;
	top:56px;
	left:5px;
	border:none;
}

/***************************************************************************************************************************************
  home page items
***************************************************************************************************************************************/

#homemenu {position:absolute; top:150px; left:20px; display:block; width:370px; background:url(/images/homemenu.jpg); text-align:left;}
#homemenu a {display:block; width:370px; height:80px; background:url(/images/homemenu.jpg); color:#FFFFFF; text-decoration:none;}
#homemenu a:hover {display:block; width:370px; height:80px; background:url(/images/homemenu_ro.jpg); color:#FFFFFF; text-decoration:underline;}

#homemenu img {position:relative; top:10px; left:10px;}

#homeimage {
	position: absolute;
	left:410px;
	top:150px;
	background:url(/images/home1.jpg) no-repeat;
	width:300px;
	height:239px;
}

#home {position:absolute; top:63px; left:20px;}
#home a { text-decoration:none;}
#home a:hover {color:#000000;}
/***************************************************************************************************************************************
  content page items
***************************************************************************************************************************************/

#content {
	position:absolute;
	top:125px;
	left:20px;
	width:690px;
	height:300px;
	overflow:auto;
	text-align:left;
}
#content p {line-height:28px;}

#content h1 {
	font-weight:bold;
	font-size:14px;
}
/***************************************************************************************************************************************
  styling items
***************************************************************************************************************************************/

.photo {
	border:#505050 2px solid;
	margin:0px 10px 0px 10px;
}

hr {
	color:#666666;
	background-color:#666666;
	border: 0;
	width: 80%;
	margin:20px;
}