#ttp_blog_container {
	width: 700px;
	margin-left: 35px;
	margin-right: 35px;
}

#ttp_blog_content {
	float: left;
	width: 420px;
}

#ttp_blog_menu {
	float: right;
	width: 200px;
}

#ttp_blog_content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin: 0 0 0.2em 0;
}

#ttp_blog_content h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
}

#ttp_blog_content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 0.2em 0;
}

#ttp_blog_content p {
	margin: 0 0 0.2em 0;
}

#ttp_blog_content a img {
	border: 0px
}

#ttp_blog_menu  h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 0.2em 0;
}

#ttp_blog_menu ul {
	margin: 0.2em 0 0.3em 0;
}

/* NEW */

#ttp_blog_content a, #ttp_blog_content a:visited, #ttp_blog_content a:active {
color: #e7921e;
text-decoration:none;
}

#ttp_blog_content a:hover {
color: #6faf9c;
text-decoration:underline;
}

#ttp_700_title a h1, #ttp_700_title a:visited h1, #ttp_700_title a:active h1 {
color: #f2ffb2;
text-decoration:none;
}

#ttp_700_title h1 a:hover {
color: #e7921e;/*#c9d58c;*/
text-decoration:none;
}

ul.blog_menu
{
list-style-type: none;
padding: 0;
margin: 0;
}

li.bullet
{
background-image: url(blog_images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: .6em;
padding-bottom: .2em;
}