/*
	gambatte.css
	
	CSS file for Gambatte! website
	
	13 June 2010 C K Pratt
	
	© Written World Communications LLC, 2010
	
*/

body {
	font-family:			sans-serif;
	font-size:				medium;
	color:					silver;
	line-height:			1.25;
	background:				black url('images/succeed3.jpeg') fixed right top no-repeat;
	
}

#all {
	margin-right:			100px;
	margin-left:			100px;
	margin-top:				50px;
	width:					auto;
	padding:				0px 10px 0px 10px;
	
	
	border-left:			solid red 3px;

	border-top:				none;
	border-bottom:			none;
}

#left {
	width:					150px;
	float:					left;
	text-align:				left;
	padding:				10px;

}

#right {
	width:					auto;
	height:					1500px;
	margin-left:			170px;
	padding:				10px;
}

.header {
	color:					#ff0000;
	font-size:				larger;
	border-bottom:			3px solid grey;
	padding:				5px 0px 5px 0px;
}

.menu {
	list-style-type:		none;
	padding:				0px 0px 0px 5px;
	margin:					0px;
}

.title {
	color:					red;
	font-size:				smaller;
}

a {
	text-decoration:		none;
	color:					silver;
}

a:hover {
	color:					red;
}



