/* SriOne CSS Document */

body {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}

a:link, a:visited { color: #333333; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #333333; text-decoration: underline;}


#content {
	margin: auto;
	width: 970px;
	background: url(image/content.gif);
}

#content_1 {
	width: 950px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	background-image: url(content.gif);
}

#top {
	width: 970px;
	height: 120px;

}

#footer {
	width: 970px;
	height: 20px;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
}
.table {	

border: 1px solid #DDA77B;
border-collapse:collapse;
}

