/* CSS Document - sakurasnow holding page, while main site under development 18 March 2011 */

body {
	margin: 0px;
	padding: 0px;
	color: #999999;
	font-family: Tahoma, Verdana, Calibri, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #4e86c3;	
}

p {
	line-height: 14px;
}

#wrapper { /*wraps around all elements, centering them in the browser window*/
	width: 972px;
	margin: 0px auto;
	text-align: left;
}

#header {/*top header, containing title 'sakurasnow' etc.*/
	position: relative;
	float: left;
	height: 186px;
	width: 972px;
	background: url(../images/sndi_banner.gif) top right no-repeat;
	margin: 0px auto;
}

#imagearea {/*holds 4 images*/
	position: relative;
	float: left;
	height: 340px;
	width: 972px;
	background: url(../images/images15072011.jpg) top right no-repeat;
	margin: 0px auto;
}

#textblurb { /* contains textual content */
	position: relative;
	float: right;
	width: 450px; 
	padding: 15px 0px 30px 0px;
	font-weight: bold;
	text-align: right;
	line-height: 15px;
}
#copyright { /* contains copyright information and contact info */
	position: relative;
	float: left;
	width: 450px; 
	padding: 15px 0px 30px 0px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
}