
body{
	background-color: #8c3700;
	margin: 0px;
	padding: 50px;
	background-image:url('/books/math_for_artists/background.png');
	background-repeat:repeat-x;
	background-position:left top;

}

h2{
	font-size: medium;
}

#outer{
	width:1024px;
	min-width:1024px;
	min-height:768px;

	background-color: #fff;

-moz-border-radius: 15px;
border-radius: 15px;
}

#onecol{
	margin:0;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	float:left;
}


#colleft{
	margin:0;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	width:480px;
	float:left;
}

#colright{
	width:400px;
	float:left;
	padding-top: 15px;
}

#colright p{
	font-size: 80%;
    line-height: 18px;
    padding-bottom: 6px;
}

#social{
	background-color: #afc0da;
	padding: 5px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}

a {
	color:blue;
}

img.book{
	padding-top: 5px;
}
