/* CSS Document */

body {
	margin: 0 0 40px 0;
	padding: 0;
	background: url(http://www.paulimbong.com/redrainbow/-/bg-01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #635F5F;
}

a, a:visited, a:link {
	color: #635F5F;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
		
}

#con {
	width: 1055px;
}

#left {
	width: 200px;
	float: left;
	padding: 0 0 0 15px;
}

#right {
	width: 800px;
	float: left;
	padding: 108px 0 0 30px;
}

#nav {
	width: 185px;
	height: 19px;
}

#writeup {
	width: 500px;
}

#line-bot {
	width: 185px;
	height: 12px;
	padding-bottom: 15px;
}

#list {
	padding-left: 8px;
}

#list ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#list li {
	margin: 0;
	padding: 0 0 5px 0;
}

#list a {
	text-decoration: none;
}

#list a:hover {
	text-decoration: underline;
}

li {
	list-style: url(http://www.paulimbong.com/redrainbow/-/dot.gif);
}