/*main css file */

body 	{background: #000000;
		font-family: tahoma, verdana, sanserif;
		font-size: 11px;
		line-height: 11.5px;
		color: #ffffff;
		margin: 0;
		}
		
a {color: #ffffff;
				text-decoration: none;}

a:link {color: #ffffff;}

a:active {color: #ff0060;}

a:visited {color: #ffffff;}

a:hover {color: #d81c32;}
	
#header	{background: url(images/back_01.jpg);
		width: 589px;
		height: 193px;
		}

#navi	{background: url(images/back_02.jpg);
		width: 589px;
		height: 76px;
		}
		
#content {background: url(images/back_03.jpg);
		width: 589px;}
		
#footer	{background: url(images/back_05.jpg);
		width: 589px;
		height:116px;
		}
		
#sliver	{background: url(images/back_04sliver.jpg);
		width: 589px;
		}
		
#subnavi {float: left;
		padding-top: 27px;
		padding-left: 125px;
		color: #951922;}
		
#subcontent {width: 480px;
		padding-top: 30px;
		align="left"}