*{
	margin:0;
	padding:inheri;
}


body {
	font-size: 90%;
	line-height: 140%;
	color: #000;
	background-color:#ddd;
	background-image:url(img/bg-img.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

a 	{
	text-decoration:none;
	color:#000000;
	}
	
	
a:hover	{
	text-decoration:underline;
	color:#0000ff;
	}
	
h1	{
	font-size:180%;
	line-height:inherit;
	text-align:left;
	padding:20px 0 0 20px;
	color:#FFFFFF;
}

h2	{
	font-size:120%;
	line-height:inherit;
	text-align:left;
	border-left:5px #660033 solid;
	padding-left:7px;
	margin-bottom:10px;
}

#container {
	width: 760px;
	margin: 0 auto;
	background-image:url(img/bg.gif);
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}

#header	{
	width:760px;
	height:300px;
	padding-top: 10px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:3px #660033 double;
}
	
#header .read	{
	padding:10px 0 0 20px;
	color:#FFFFFF;
}
	
#main{
	width:700px;
	text-align:left;
	padding:30px;
	line-height:150%;
}

#img	{
	padding-top:5px;
	}
	
	
.contents	{
	font-size:80%;
	border-left:5px #0033CC solid;
	padding:0 20px 0 3px;
}	

.contents2	{
	font-size:80%;
	border-left:5px #ff0000 solid;
	padding:0 20px 0 3px;
}	

.name	{
	border-bottom:1px #333333 solid;
	margin:10px 0;
	width:720px;
}

#footer	{
	width:760px;
	height:70px;
	text-align:left;
	border-top:1px #333333 solid;
}

.copy	{
	text-align:center;
	font-size:80%;
	padding:30px 10px 0 0;
}

.clear {
	clear: both;
}
