/* general css settings */

body {
	margin: auto;
	padding:5px;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

img{
	border:0px;
}

/* hide the ads */
.tdftpr {display: none;}
.tdftdiv {display: none;}
.tdftad {display: none;}


#container{
	margin: auto;
	//border: solid #ccc 1px;
	height: 580px;
	width: 920px;
	padding-left: 10px;
	padding-right: 15px;
	background: no-repeat right bottom url(../img/bg.png);
}

#highlight{
	font-weight: bold;
}


.title{
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.subtitle{
	font-size: 12px;
	text-align: right;
}
.subtitle2{
	font-size: 10px;
	color: #777;
	margin-left: 7px;
	text-align: right;
}
.subtitle3{
	font-size: 11px;
	margin-top: 14px;
	height: 20px;
	text-align: right;
}

.description{
	color: #999;
}

a {
	color: #a73782;
	text-decoration: underline;
}

a:visited{
	color: #a73782;
	text-decoration: underline;
}

a:hover{
	color: #cf5ab1;
	text-decoration: none;
}