/* tag elemets */

p {
	color: #9b9b9b;
}

p.ptitle {
	font-size:16px;
}

.title-menu {
	font-family: optima, Georgia, sans-serif;
	color: #666;
	text-align:right;
	font-size:12px;
	margin-right:10px;
}

p.copyright {
	font-family: optima, georgia, sans-serif;
	color: #666;
	text-align:right;
	font-size:10px;
	margin-right:5px;
	
}

#wrapper {
	width:671px;
}

#left {
	margin-left:20px;
	margin-top:20px;
	float:left;
	width:45%;
}

#right {
	margin-right:10px;
	float:right;
	width:50%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:13px;
	font-size:10px
}

#col1 {
	float:left;
	margin-right:10px;
}

#col2 {
	margin-top:25px;
}

#leftsmall {
	margin-left:20px;
	margin-top:20px;
	float:left;
	width:25%;
}

#rightbig {
	margin-right:10px;
	float:right;
	width:70%;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:13px;
	font-size:12px;
}

#list {
	width:70%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #9b9b9b;
}

/*Links - Make Nice*/

div a:link {
	color:#666;
	text-decoration:none;
}

div a:visited {
	color: #666;
	text-decoration:none;
}

div a:hover {
	color:#666;
	text-decoration:underline;
}

div a:active {
	color:#666;
	text-decoration:none;
}

a.copyright:link {
	color:#666;
	text-decoration:none;
}

a.copyright:visited {
	color: #666;
	text-decoration:none;
}

a.copyright:hover {
	color:#666;
	text-decoration:underline;
}

a.copyright:active {
	color:#666;
	text-decoration:none;
}